diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-08 13:23:16 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-08 13:23:16 +0000 |
| commit | 2b384dd33ecd0a17823e60cded5d3b111ea8133e (patch) | |
| tree | 4f2cbd4dde85482827d3f15b839608bdf91637e9 /static/styles.css | |
| parent | 25cb65439859e7fd3e9b28815d3d620affc145ec (diff) | |
| download | Papillon-2b384dd33ecd0a17823e60cded5d3b111ea8133e.tar.bz2 Papillon-2b384dd33ecd0a17823e60cded5d3b111ea8133e.zip | |
Possibility to delete a vote. Few bug correction. Documentation. Cleaner functions.
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 70 |
1 files changed, 42 insertions, 28 deletions
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; } |
