From cb791561a7668f1f21b0f28f46e6d85bda52ad37 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Dec 2010 20:05:38 +0100 Subject: Better usage of AJAX autocomplete field --- static/media/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/media') diff --git a/static/media/style.css b/static/media/style.css index c8f24857c..5caaa1353 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -24,6 +24,10 @@ label:first-letter { text-transform: uppercase; } +td{ + text-align:left; +} + .hidden{ display:none; } @@ -138,3 +142,8 @@ div.form table th{ padding:0; margin:0.2em; } + +.autocomplete{ + width:300px; +} + -- cgit v1.2.3