]> git.openstreetmap.org Git - rails.git/commitdiff
Improve styling of notice and alert boxes
authorTom Hughes <tom@compton.nu>
Thu, 29 Mar 2012 17:32:48 +0000 (18:32 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 29 Mar 2012 17:32:48 +0000 (18:32 +0100)
app/assets/stylesheets/common.css.scss

index b6aaf7371b4ce80768cb503b255127340eb9053c..206704de982b1e00756c4f9885acf99ff9dade90 100644 (file)
@@ -101,7 +101,7 @@ h2 {
  */
 
 .sidebar-alert {
  */
 
 .sidebar-alert {
-  padding: 0px 5px 0.1px 5px;
+  padding: 4px 5px 4px 5px;
   border-top: 1px solid #ccc;
   margin-top: 4px;
   margin-bottom: -4px;
   border-top: 1px solid #ccc;
   margin-top: 4px;
   margin-bottom: -4px;
@@ -122,7 +122,7 @@ h2 {
  */
 
 .sidebar-notice {
  */
 
 .sidebar-notice {
-  padding: 0px 5px 0.1px 5px;
+  padding: 4px 5px 4px 5px;
   border-top: 1px solid #ccc;
   margin-top: 4px;
   margin-bottom: -4px;
   border-top: 1px solid #ccc;
   margin-top: 4px;
   margin-bottom: -4px;