summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-22 07:47:57 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-22 07:47:57 +0000
commitf5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e (patch)
tree58e90db6ed75e9ad9d5246abba663f6dbe770aad /modules
parent3cfcfdac92306f5b116267160530402175c0ac4d (diff)
downloadbrdo-f5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e.tar.gz
brdo-f5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e.tar.bz2
#211053 by momendo: poll submission and editing field columns fixed
Diffstat (limited to 'modules')
-rw-r--r--modules/poll/poll.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/poll/poll.css b/modules/poll/poll.css
index b63161179..2aaf22864 100644
--- a/modules/poll/poll.css
+++ b/modules/poll/poll.css
@@ -33,3 +33,9 @@
.node-form #edit-poll-more {
margin: 0;
}
+td.poll-chtext {
+ width: 80%;
+}
+td.poll-chvotes .form-text {
+ width: 85%;
+}