diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-24 22:18:42 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-24 22:18:42 +0000 |
| commit | edd1bad62b445b0cae291f0406e7d0ca1eabf5ae (patch) | |
| tree | 756cef4ae2ebcd104e2cb5e7e8bc958b547126cd /static | |
| parent | 95c2f32086b98edcdc1121bb936cfdefa1ee33bf (diff) | |
| download | Papillon-edd1bad62b445b0cae291f0406e7d0ca1eabf5ae.tar.bz2 Papillon-edd1bad62b445b0cae291f0406e7d0ca1eabf5ae.zip | |
Update of the model. Sort vote by creation date (#15). Update of poll information (#13). New poll types (#2, #5)
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 4079271..1dbc988 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,5 @@ /* -Copyright (C) 2008 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +Copyright (C) 2008 Ãtienne Loks <etienne.loks_AT_peacefrogsDOTnet> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -102,7 +102,11 @@ color:red; } #new_poll input{ -width:130px; +width:100px; +} + +#new_poll input#limit{ +width:20px; } #new_poll textarea{ |
