The summary page now had color coded tables. Red = election, green = quickvote.
[selectricity-live] / public / stylesheets / main.css
index a77ca83e47927e7f4331a5423a06fd381b9597ab..16b10bfef028ed463ab08fae6dd91802b60b66cf 100644 (file)
@@ -325,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?