diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-22 07:47:57 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-22 07:47:57 +0000 |
commit | f5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e (patch) | |
tree | 58e90db6ed75e9ad9d5246abba663f6dbe770aad /modules/poll | |
parent | 3cfcfdac92306f5b116267160530402175c0ac4d (diff) | |
download | brdo-f5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e.tar.gz brdo-f5a85afc2e3dd0f6dc5fc04760bd5a34ee9ecd0e.tar.bz2 |
#211053 by momendo: poll submission and editing field columns fixed
Diffstat (limited to 'modules/poll')
-rw-r--r-- | modules/poll/poll.css | 6 |
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%; +} |