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

Benjamin Mako Hill || Want to submit a patch?