diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/media/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} + |
