From: Andy Allan Date: Wed, 6 Sep 2017 15:27:54 +0000 (+0100) Subject: Remove the border around the radio boxes X-Git-Tag: live~2981^2~103 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b578cee7597fbf4ea6e20ce3e9134dade790a80b Remove the border around the radio boxes It looks strange. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 2410c210a..6755b7e56 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2817,12 +2817,6 @@ input.richtext_title[type="text"] { width:475px; } -.new-report-form { - border:1px solid #ccc; - border-radius:4px; - display:block-inline; -} - .new-report-checkbox{ float:left; margin-left:10px;