]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Inline validation errors on sign up page
[rails.git] / app / assets / stylesheets / common.css.scss
index b9306a4f1d99646597e1bb84ad518e2139d09d42..7eec371b4eb10b9a710d3304fc2bdf39fdf03b74 100644 (file)
@@ -1712,7 +1712,17 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 .field_with_errors {
   padding: 2px;
   background-color: #ff7070;
 .field_with_errors {
   padding: 2px;
   background-color: #ff7070;
-  display: table;
+  display: inline-block;
+}
+
+.formError {
+  display: inline-block;
+  padding: 5px 10px;
+  margin-top: 5px;
+  border-radius: 4px;
+  font-size: 12px;
+  color: #fff;
+  background-color: #ff7070;
 }
 
 /* Rules for rails validation error boxes */
 }
 
 /* Rules for rails validation error boxes */