Ticket #574: admin_filtered_css_fix.diff
File admin_filtered_css_fix.diff, 1.7 KB (added by , 19 years ago) |
---|
-
django/conf/admin_media/css/changelists.css
18 18 19 19 #changelist {position:relative; width:100%;} 20 20 #changelist table {width:100%;} 21 .change-list .filtered table { border-right:1px solid #ddd ; }21 .change-list .filtered table { border-right:1px solid #ddd, width:100%; } 22 22 .change-list .filtered {min-height:400px; _height:400px;} 23 23 .change-list .filtered {background:white url(../img/admin/changelist-bg.gif) top right repeat-y !important;} 24 .change-list .filtered table, .filtered.paginator, .filtered #toolbar, .filtered div.xfull {margin-right:160px !important; width:auto !important; }24 .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {margin-right:160px !important; width:auto !important; } 25 25 .change-list .filtered table tbody th {padding-right:10px;} 26 26 #changelist .toplinks {border-bottom:1px solid #ccc !important;} 27 27 #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;} … … 57 57 .change-list ul.toplinks {display:block; background:white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x; border-top:1px solid white; float:left; padding:0 !important; margin:0 !important; width:100%;} 58 58 .change-list ul.toplinks li {float: left; width: 9em; padding:3px 6px; font-weight: bold; list-style-type:none;} 59 59 .change-list ul.toplinks .date-back a {color:#999;} 60 .change-list ul.toplinks .date-back a:hover {color:#036;} 61 No newline at end of file 60 .change-list ul.toplinks .date-back a:hover {color:#036;}