]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Add :warning and :error flash messages which can be styled separately to
[rails.git] / public / stylesheets / common.css
index b05dcc3d9e69210a8441b560df765557ecc5e449..aa40f689af8b30030391672bb365d2298f8bd5f7 100644 (file)
@@ -545,6 +545,20 @@ hr {
   display: table;
 }
 
+#error {
+  border: 1px solid red;
+  padding: 7px;
+  background-color: #fff0f0;
+  margin-bottom: 20px;
+}
+
+#warning {
+  border: 1px solid orange;
+  padding: 7px;
+  background-color: #fff6f0;
+  margin-bottom: 20px;
+}
+
 #notice {
   border: 1px solid green;
   padding: 7px;