Ticket #574: admin_filtered_css_fix.diff

File admin_filtered_css_fix.diff, 1.7 KB (added by anonymous, 19 years ago)
  • django/conf/admin_media/css/changelists.css

     
    1818
    1919#changelist {position:relative; width:100%;}
    2020#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%; }
    2222.change-list .filtered {min-height:400px; _height:400px;}
    2323.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; }
    2525.change-list .filtered table tbody th {padding-right:10px;}
    2626#changelist .toplinks {border-bottom:1px solid #ccc !important;}
    2727#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;}
     
    5757.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%;}
    5858.change-list ul.toplinks li {float: left; width: 9em; padding:3px 6px; font-weight: bold; list-style-type:none;}
    5959.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;}
Back to Top