The summary page now had color coded tables. Red = election, green = quickvote.
[selectricity-live] / public / stylesheets / main.css
index 3608063a4ae355fe2e331e1ea2a10359fe25edb4..16b10bfef028ed463ab08fae6dd91802b60b66cf 100644 (file)
@@ -160,7 +160,7 @@ h5 {
 }
 
 .normal-header {
-    margin: 0 -20px 1em -20px;
+    margin: 1.3em -20px 1.3em -20px;
     height: 32px;
        background-color: #e5e5e5;
 }
@@ -274,14 +274,15 @@ li.moveable {
 }
 
 .preftable th {
+       font-family: verdana,arial,helvetica,sans-serif;
        border-width: 2px;
        border-color: #999999;
        border-style: solid;
        text-align: center;
        font-weight: bold;
-       padding: 5px 5px 5px 15px;
+       padding: 5px 5px 5px 5px;
        background-color: #999999;
-       color: #fff;
+       color: #FFFFFF;
 }
 
 .preftable td {
@@ -324,6 +325,17 @@ li.moveable {
   padding-left: 5px;
 }
 
+/* voterbox#election is used on user summary page */
+.voterbox#election { border-color: #990d13; }
+
+.voterbox#election th {
+        background-color: #dc0d13;
+        border-color: #dc0d13; 
+}
+       
+.voterbox#election td { border-color: #990d13;}
+
+
 .rbmoreinfo hr {
   width: 100%;
   height: 10px;

Benjamin Mako Hill || Want to submit a patch?