A few major changes:
[selectricity-live] / public / stylesheets / vb.css
index 176fd28efd98a09f592b0ac78ec0c6d38b77240e..9f0d7c82d6548ce3500a6bb30f91276ec23ff4dd 100644 (file)
@@ -101,3 +101,9 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
        font-size: 12px;
        font-weight: bold; }
 
+.fieldWithErrors {
+    display: inline;
+}
+.fieldWithErrors input, .fieldWithErrors select {
+    background-color: #ffdfdf;
+}

Benjamin Mako Hill || Want to submit a patch?