From 69034f4986835b84691b727c7bfd1fa96ac3216c Mon Sep 17 00:00:00 2001 From: etienne Date: Mon, 5 Jan 2009 14:50:26 +0000 Subject: Update of the CSS for nicer display of poll with many choices --- static/styles.css | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3