summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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{