From b578cee7597fbf4ea6e20ce3e9134dade790a80b Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Sep 2017 16:27:54 +0100 Subject: [PATCH] Remove the border around the radio boxes It looks strange. --- app/assets/stylesheets/common.scss | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.43.2