summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-08-24 22:18:42 +0000
committeretienne2008-08-24 22:18:42 +0000
commitedd1bad62b445b0cae291f0406e7d0ca1eabf5ae (patch)
tree756cef4ae2ebcd104e2cb5e7e8bc958b547126cd /static
parent95c2f32086b98edcdc1121bb936cfdefa1ee33bf (diff)
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.css8
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{