Fixed #574 - small CSS issue in admin tables. Thanks, Hein-Pieter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2425907eac
commit
bab70003fe
|
@ -18,10 +18,10 @@
|
||||||
|
|
||||||
#changelist {position:relative; width:100%;}
|
#changelist {position:relative; width:100%;}
|
||||||
#changelist table {width:100%;}
|
#changelist table {width:100%;}
|
||||||
.change-list .filtered table { border-right:1px solid #ddd; }
|
.change-list .filtered table { border-right:1px solid #ddd, width:100%; }
|
||||||
.change-list .filtered {min-height:400px; _height:400px;}
|
.change-list .filtered {min-height:400px; _height:400px;}
|
||||||
.change-list .filtered {background:white url(../img/admin/changelist-bg.gif) top right repeat-y !important;}
|
.change-list .filtered {background:white url(../img/admin/changelist-bg.gif) top right repeat-y !important;}
|
||||||
.change-list .filtered table, .filtered .paginator, .filtered #toolbar, .filtered div.xfull {margin-right:160px !important; width:auto !important; }
|
.change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {margin-right:160px !important; width:auto !important; }
|
||||||
.change-list .filtered table tbody th {padding-right:10px;}
|
.change-list .filtered table tbody th {padding-right:10px;}
|
||||||
#changelist .toplinks {border-bottom:1px solid #ccc !important;}
|
#changelist .toplinks {border-bottom:1px solid #ccc !important;}
|
||||||
#changelist .paginator { color:#666; border-top:1px solid #eee; border-bottom:1px solid #eee; background:white url(../img/admin/nav-bg.gif) 0 180% repeat-x; overflow:hidden;}
|
#changelist .paginator { color:#666; border-top:1px solid #eee; border-bottom:1px solid #eee; background:white url(../img/admin/nav-bg.gif) 0 180% repeat-x; overflow:hidden;}
|
||||||
|
|
Loading…
Reference in New Issue