summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-12-06 01:21:48 +0000
committeretienne2008-12-06 01:21:48 +0000
commit599c62e4e77aaa4898b9ba690e39b1102ac09a71 (patch)
treeb40a9757d4e3cc0152b96cc79efbf3147eebfd86 /static
parent23de64513f703edc914a77787a804d322fc86b05 (diff)
Highlight prefered choice - Open/close a poll - Css modification
Diffstat (limited to 'static')
-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{