working quickvote support created
[selectricity] / public / stylesheets / vb.css
index 176fd28efd98a09f592b0ac78ec0c6d38b77240e..e6940698d22a755868476fb5624bb5ef7827b1d4 100644 (file)
@@ -92,7 +92,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 
 #footer { text-align: center;
           font-size: 12px;
-          color: #464646; }
+          color: #464646;
+         clear: both;}
 
 #footer a { font-weight: normal; }
        
@@ -101,3 +102,33 @@ 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;
+}
+
+.mainresultbox {
+    width: 100%;
+    padding: 7px;
+    margin-right: 10px;
+    margin-bottom: 10px;
+    border-style: dotted;
+    border-width: 1px;
+}
+
+.mainresultbox h1 {
+    text-align: center;
+}
+.resultbox {
+    width:47%;
+    float: left;
+    padding: 7px;
+    margin-right: 10px;
+    margin-bottom: 10px;
+    border-style: dotted;
+    border-width: 1px;
+}
+
+

Benjamin Mako Hill || Want to submit a patch?