From: yomguy Date: Wed, 2 Mar 2011 23:08:35 +0000 (+0100) Subject: fix admin style, make /djangoadmin the default url for the admin_general view X-Git-Tag: 1.1~417 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0598d43471cb1758f7803f5f58ce8c872e57ac7c;p=telemeta.git fix admin style, make /djangoadmin the default url for the admin_general view --- diff --git a/telemeta/htdocs/css/admin.css b/telemeta/htdocs/css/admin.css index f63806d7..c39e1a26 100644 --- a/telemeta/htdocs/css/admin.css +++ b/telemeta/htdocs/css/admin.css @@ -3,12 +3,12 @@ .tabs { border: 1px solid black; border-color: gray black black gray; - margin: 2em 0; - padding: .5em 0 0 .5em; + margin: 1.8em 0; + padding: .3em 0 0 .5em; float: left; - width: 12em; + width: 15em; color: #6a0307; - font-size: 1em; + font-size: 14px; font-weight: bold; } .tabs ul { list-style: none; margin: 0 0 .5em; padding: 0 } @@ -20,7 +20,7 @@ .tabcontents { padding: 0.4em 2em; - margin-left: 12em; + margin-left: 17em; min-height: 300px; } p.help { color: #666; font-size: 90%; margin: 1em .5em .5em }