Ticket #7733: clickable-area.diff
File clickable-area.diff, 2.9 KB (added by , 16 years ago) |
---|
-
django/contrib/admin/media/css/global.css
56 56 /* TABLES */ 57 57 table { border-collapse:collapse; border-color:#ccc; } 58 58 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; } 59 th { text-align:left; font-size:12px; font-weight:bold; } 59 th { text-align:left; font-size:12px; font-weight:bold; padding:0; } 60 th a { display:block; } 61 tbody th a { padding:5px 1em 5px 5px; } 60 62 thead th, 61 63 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; } 62 64 tfoot td { border-bottom:none; border-top:1px solid #ddd; } … … 70 72 .row2 { background:white; } 71 73 72 74 /* SORTABLE TABLES */ 73 thead th a:link, thead th a:visited { color:#666; display:block;}75 thead th a:link, thead th a:visited { color:#666; } 74 76 table thead th.sorted { background-position:bottom left !important; } 75 77 table thead th.sorted a { padding-right:13px; } 76 78 table thead th.ascending a { background:url(../img/admin/arrow-down.gif) right .4em no-repeat; } … … 99 101 .module ul, .module ol { margin-left:1.5em; } 100 102 .module h3 { margin-top:.6em; } 101 103 .module h2, .module caption, .inline-group h2 { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; font-weight:bold; background:#7CA0C7 url(../img/admin/default-bg.gif) top left repeat-x; color:white; } 102 .module table { border-collapse: collapse; }104 .module table { width:100%; border-collapse: collapse; } 103 105 104 106 /* MESSAGES & ERRORS */ 105 107 ul.messagelist { padding:0 0 5px 0; margin:0; } … … 139 141 140 142 /* OBJECT HISTORY */ 141 143 table#change-history { width:100%; } 142 table#change-history tbody th { width:16em; }144 table#change-history tbody th { width:16em; padding:5px; } -
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; }