summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index e41d670..7359392 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -69,6 +69,12 @@ label{
font-weight:bold;
}
+hr.spacer{
+clear:both;
+height:0;
+border:0;
+}
+
#main{
background-color:white;
border:1px solid;
@@ -132,6 +138,9 @@ margin:5px;
#poll_table{
overflow:auto;
+text-align:center;
+display:block;
+float:left;
}
#poll{
@@ -149,6 +158,7 @@ padding:0;
#poll td.simple{
border:None;
+background-color:#FFF;
}
#poll th{
@@ -183,3 +193,12 @@ text-align:center;
border:None;
font-weight:bold;
}
+
+tr.highlighted_voter td{
+background-color:grey;
+color:white;
+}
+
+#syndication{
+padding:10px;
+} \ No newline at end of file