Ticket #7733: clikable-area.diff
File clikable-area.diff, 2.3 KB (added by , 16 years ago) |
---|
-
django/contrib/admin/media/css/global.css
55 55 /* TABLES */ 56 56 table { border-collapse:collapse; border-color:#ccc; } 57 57 td, th { font-size:11px; line-height:13px; border-bottom:1px solid #eee; vertical-align:top; padding:5px; font-family:"Lucida Grande", Verdana, Arial, sans-serif; } 58 th { text-align:left; font-size:12px; font-weight:bold; } 58 th { text-align:left; font-size:12px; font-weight:bold; padding:0; } 59 th a { display:block; } 60 tbody th a { padding:5px 1em 5px 5px; } 59 61 thead th, 60 62 tfoot td { color:#666; padding:2px 5px; font-size:11px; background:#e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x; border-left:1px solid #ddd; border-bottom:1px solid #ddd; } 61 63 tfoot td { border-bottom:none; border-top:1px solid #ddd; } … … 69 71 .row2 { background:white; } 70 72 71 73 /* SORTABLE TABLES */ 72 thead th a:link, thead th a:visited { color:#666; display:block;}74 thead th a:link, thead th a:visited { color:#666; } 73 75 table thead th.sorted { background-position:bottom left !important; } 74 76 table thead th.sorted a { padding-right:13px; } 75 77 table thead th.ascending a { background:url(../img/admin/arrow-down.gif) right .4em no-repeat; } -
django/contrib/admin/media/css/changelists.css
7 7 .change-list .filtered { min-height:400px; } 8 8 .change-list .filtered { background:white url(../img/admin/changelist-bg.gif) top right repeat-y !important; } 9 9 .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { margin-right:160px !important; width:auto !important; } 10 .change-list .filtered table tbody th { padding-right:1em; }11 10 #changelist .toplinks { border-bottom:1px solid #ccc !important; } 12 11 #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; } 13 12 .change-list .filtered .paginator { border-right:1px solid #ddd; }