]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Improve styling of notice boxes to match new sidebar styling
[rails.git] / app / assets / stylesheets / common.css.scss
index fe0e074b9fc35a522af3cfcdbfff1a40a76218e9..735f36408c14f4cbb6e2a7d1d4c7b6e8e730bdb4 100644 (file)
@@ -121,16 +121,18 @@ h2 {
  * donation drives.
  */
 
  * donation drives.
  */
 
-.notice {
-  width: 170px;
-  margin: 5px;
-  padding: 5px;
-  border: 1px solid #ccc;
+.sidebar-notice {
+  padding: 0px 5px 0.1px 5px;
+  border-top: 1px solid #ccc;
+  margin-top: 4px;
+  margin-bottom: -4px;
   background: #ea0;
   background: #ea0;
-  line-height: 20px;
-  font-size: 14px;
-  border-radius: 5px;
-  -moz-border-radius: 5px;
+  font-size: 13px;
+  line-height: 17px;
+
+  p {
+    margin: 5px;
+  }
 }
 
 /* Rules for the menu displayed in the left sidebar */
 }
 
 /* Rules for the menu displayed in the left sidebar */