summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css22
1 files changed, 15 insertions, 7 deletions
diff --git a/static/styles.css b/static/styles.css
index 0d44f63..e95cd1e 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -138,20 +138,24 @@ color:grey;
text-decoration:none;
}
-.error{
-color:red;
+.alert{
+color:blue;
}
-#new_poll input{
-width:100px;
+.new_poll{
+width:600px;
+}
+
+.new_poll input{
+width:160px;
}
-#new_poll input#limit{
+.new_poll input#limit{
width:20px;
}
-#new_poll textarea{
-width:130px;
+.new_poll textarea{
+width:160px;
height:100px;
}
@@ -221,7 +225,11 @@ text-align:center;
#sum td{
border:None;
+}
+
+.highlight{
font-weight:bold;
+background-color:#ced3e1;
}
tr.highlighted_voter td{