From edd1bad62b445b0cae291f0406e7d0ca1eabf5ae Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 24 Aug 2008 22:18:42 +0000 Subject: Update of the model. Sort vote by creation date (#15). Update of poll information (#13). New poll types (#2, #5) --- static/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static/styles.css') 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 +Copyright (C) 2008 Étienne Loks 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{ -- cgit v1.2.3