]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Improve styling of flash messages on the front page
[rails.git] / app / assets / stylesheets / common.scss
index 40f5727cbcd812894c97ff7076994b7b8bd64627..121e0c6d63cb6eb50b4898d282b4b3249309403f 100644 (file)
@@ -592,10 +592,16 @@ body.compact {
       cursor: pointer;
     }
 
-    p.error {
-      background-color: #ff7070;
-      padding: 10px;
-      font-weight: bold;
+    .flash {
+      padding: 15px;
+
+      picture {
+        margin-right: -25px;
+      }
+
+      div.message {
+        margin-left: 30px;
+      }
     }
   }