diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-01-05 14:50:26 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-01-05 14:50:26 +0000 |
commit | 69034f4986835b84691b727c7bfd1fa96ac3216c (patch) | |
tree | 6be62f639be8cdbb6b88f43f618377f60b2bd213 | |
parent | ed2ab8aec512c1dfd6e5f940d7a9e6f73a3964e8 (diff) | |
download | Papillon-69034f4986835b84691b727c7bfd1fa96ac3216c.tar.bz2 Papillon-69034f4986835b84691b727c7bfd1fa96ac3216c.zip |
Update of the CSS for nicer display of poll with many choices
-rw-r--r-- | static/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 7907805..141aa46 100644 --- a/static/styles.css +++ b/static/styles.css @@ -186,7 +186,10 @@ margin:5px; #poll_table{ overflow:auto; +overflow-y:visible; text-align:center; +width:100%; +padding-bottom:16px; display:block; float:left; } |