Ticket #7733: 7733.patch

File 7733.patch, 519 bytes (added by Will Hardy, 16 years ago)

Introducing large clickable areas in the admin site

  • django/contrib/admin/media/css/global.css

     
    6767tr.alt { background:#f6f6f6; }
    6868.row1 { background:#EDF3FE; }
    6969.row2 { background:white; }
     70.row1 th a, .row2 th a { display: block; margin: -5px 0; padding: 5px 0; }
    7071
    7172/* SORTABLE TABLES */
    7273thead th a:link, thead th a:visited { color:#666; display:block; }
Back to Top