From: Tom Hughes Date: Thu, 29 Mar 2012 17:32:48 +0000 (+0100) Subject: Improve styling of notice and alert boxes X-Git-Tag: live~5658 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d65c12b5ad2102089a115cefcb59bb31b25e7baf?ds=sidebyside Improve styling of notice and alert boxes --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b6aaf7371..206704de9 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -101,7 +101,7 @@ h2 { */ .sidebar-alert { - padding: 0px 5px 0.1px 5px; + padding: 4px 5px 4px 5px; border-top: 1px solid #ccc; margin-top: 4px; margin-bottom: -4px; @@ -122,7 +122,7 @@ h2 { */ .sidebar-notice { - padding: 0px 5px 0.1px 5px; + padding: 4px 5px 4px 5px; border-top: 1px solid #ccc; margin-top: 4px; margin-bottom: -4px;