diff options
author | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-09 00:30:36 +0200 |
---|---|---|
committer | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-09 00:30:36 +0200 |
commit | 036730a335e4a4804a2e1274a8b3eb76c7c2b8b6 (patch) | |
tree | 93134b73bc795ec01e2583839a3259177d1e1757 /papillon | |
parent | bc605b5804dc081ae03ad2aae96141fb21621e09 (diff) | |
download | Papillon-036730a335e4a4804a2e1274a8b3eb76c7c2b8b6.tar.bz2 Papillon-036730a335e4a4804a2e1274a8b3eb76c7c2b8b6.zip |
Update design for choice administration
Diffstat (limited to 'papillon')
-rw-r--r-- | papillon/static/styles.css | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/papillon/static/styles.css b/papillon/static/styles.css index 07260f8..93f82a8 100644 --- a/papillon/static/styles.css +++ b/papillon/static/styles.css @@ -190,44 +190,33 @@ color:blue; text-align:center; } -.new_poll .field_label{ +.field_label{ clear:both; font-size:1.5em; width:100%; - float:none; + float:none !important; margin-top:10px; } -.new_poll div, .new_poll input, .new_poll textarea{ +.new_poll table form tr { + margin:5px 0px !important; + padding:0px; +} + +.new_poll div, .new_poll input, .new_poll textarea, .new_poll table{ width:100%; + margin:5px 0px; } .new_poll div { float:left; } -.errorlist{ +.errorlist, .error{ color:red; background-color:rgb(255,200,200); } -/*.new_poll input{ -width:160px; -} - -.new_poll .submit{ -width:auto; -} - -.new_poll input.limit{ -width:20px; -} - -.new_poll textarea{ -width:160px; -height:100px; -}*/ - .datetime a img{ border:0; } |