From 599c62e4e77aaa4898b9ba690e39b1102ac09a71 Mon Sep 17 00:00:00 2001 From: etienne Date: Sat, 6 Dec 2008 01:21:48 +0000 Subject: Highlight prefered choice - Open/close a poll - Css modification --- static/styles.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'static') 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{ -- cgit v1.2.3