From 2b384dd33ecd0a17823e60cded5d3b111ea8133e Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 8 Aug 2008 13:23:16 +0000 Subject: Possibility to delete a vote. Few bug correction. Documentation. Cleaner functions. --- static/bg.jpg | Bin 4449 -> 3473 bytes static/styles.css | 70 ++++++++++++++++++++++++++++++++---------------------- 2 files changed, 42 insertions(+), 28 deletions(-) (limited to 'static') diff --git a/static/bg.jpg b/static/bg.jpg index e603ff8..7653c63 100644 Binary files a/static/bg.jpg and b/static/bg.jpg differ diff --git a/static/styles.css b/static/styles.css index 2b88e3c..a5bd11e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -10,22 +10,13 @@ font-size:12px; background-color:#ced3e1; } -#main{ -background-color:white; -border:1px solid; -margin:20px; -background-image: url(bg.jpg); -background-repeat:no-repeat; -background-position:top right; -} - h1, h1 a{ border:1px solid black; border-right:None; border-left:None; background-color:#6f819d; color:white; -padding-left:15px; +padding-left:10px; font-size:32px; text-decoration:None; } @@ -41,7 +32,7 @@ font-size:24px; p{ padding:6px; margin:6px; -width:600px; +max-width:600px; } td{ @@ -58,10 +49,33 @@ label{ font-weight:bold; } +#main{ +background-color:white; +border:1px solid; +margin:20px; +background-image: url(bg.jpg); +background-repeat:no-repeat; +background-position:top right; +} + +.error{ +color:red; +} + +#new_poll input{ +width:130px; +} + +#new_poll textarea{ +width:130px; +height:100px; +} + .form_description{ background-color:#6f819d; color:white; font-size:11px; +width:200px; } #content{ @@ -72,52 +86,52 @@ margin:5px; overflow:auto; } -.error{ -color:red; -} - -table.poll{ +#poll{ text-align:center; } -.poll a{ +#poll a{ color:black; } -.poll td{ +#poll td{ border:1px solid black; padding:0; } -.poll th{ +#poll td.simple{ +border:None; +} + +#poll th{ background-color:#ced3e1; border:1px solid black; padding:5px; } -.poll .OK{ +#poll input{ +width:100px; +} + +#poll .OK{ background-color:#9ec5d5; } -.poll .OKO{ +#poll .OKO{ background-color:#b689d5; } -.poll .KO{ +#poll .KO{ background-color:#b9b3bd; } -td.simple{ -border:None; -} - -.sum th{ +#sum th{ background-color:white; border:None; text-align:center; } -.sum td{ +#sum td{ border:None; font-weight:bold; } -- cgit v1.2.3