Loading django/contrib/admin/static/admin/css/base.css +19 −22 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ a img { } a.section:link, a.section:visited { color: white; color: #fff; text-decoration: none; } Loading Loading @@ -304,7 +304,7 @@ tr.alt { } .row2 { background: white; background: #fff; } /* SORTABLE TABLES */ Loading Loading @@ -338,7 +338,7 @@ table thead th .text a { } table thead th.sortable:hover { background: white url(../img/nav-bg-reverse.gif) 0 -5px repeat-x; background: #fff url(../img/nav-bg-reverse.gif) 0 -5px repeat-x; } thead th.sorted a.sortremove { Loading Loading @@ -432,7 +432,7 @@ textarea, select, .vTextField { /* FORM BUTTONS */ .button, input[type=submit], input[type=button], .submit-row input { background: white url(../img/nav-bg.gif) bottom repeat-x; background: #fff url(../img/nav-bg.gif) bottom repeat-x; padding: 3px 5px; color: black; border: 1px solid #bbb; Loading @@ -454,7 +454,7 @@ textarea, select, .vTextField { border: 2px solid #5b80b2; background: #7CA0C7 url(../img/default-bg.gif) bottom repeat-x; font-weight: bold; color: white; color: #fff; float: right; } Loading @@ -475,7 +475,7 @@ textarea, select, .vTextField { .module { border: 1px solid #ccc; margin-bottom: 5px; background: white; background: #fff; } .module p, .module ul, .module h3, .module h4, .module dl, .module pre { Loading @@ -502,7 +502,7 @@ textarea, select, .vTextField { text-align: left; font-weight: bold; background: #7CA0C7 url(../img/default-bg.gif) top left repeat-x; color: white; color: #fff; } .module table { Loading Loading @@ -555,12 +555,12 @@ ul.errorlist { padding: 4px 5px 4px 25px; margin: 0 0 3px 0; border: 1px solid red; color: white; color: #fff; background: red url(../img/icon_alert.gif) 5px .3em no-repeat; } .errorlist li a { color: white; color: #fff; text-decoration: underline; } Loading Loading @@ -672,7 +672,7 @@ a.deletelink:hover { .object-tools a:link, .object-tools a:visited { display: block; float: left; color: white; color: #fff; padding: .2em 10px; background: #999; } Loading Loading @@ -714,10 +714,6 @@ table#change-history tbody th { margin: 10px 15px; } #header { width: 100%; } #content-main { float: left; width: 100%; Loading Loading @@ -772,13 +768,14 @@ table#change-history tbody th { /* HEADER */ #header { width: 100%; background: #417690; color: #ffc; overflow: hidden; } #header a:link, #header a:visited { color: white; color: #fff; } #header a:hover { Loading Loading
django/contrib/admin/static/admin/css/base.css +19 −22 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ a img { } a.section:link, a.section:visited { color: white; color: #fff; text-decoration: none; } Loading Loading @@ -304,7 +304,7 @@ tr.alt { } .row2 { background: white; background: #fff; } /* SORTABLE TABLES */ Loading Loading @@ -338,7 +338,7 @@ table thead th .text a { } table thead th.sortable:hover { background: white url(../img/nav-bg-reverse.gif) 0 -5px repeat-x; background: #fff url(../img/nav-bg-reverse.gif) 0 -5px repeat-x; } thead th.sorted a.sortremove { Loading Loading @@ -432,7 +432,7 @@ textarea, select, .vTextField { /* FORM BUTTONS */ .button, input[type=submit], input[type=button], .submit-row input { background: white url(../img/nav-bg.gif) bottom repeat-x; background: #fff url(../img/nav-bg.gif) bottom repeat-x; padding: 3px 5px; color: black; border: 1px solid #bbb; Loading @@ -454,7 +454,7 @@ textarea, select, .vTextField { border: 2px solid #5b80b2; background: #7CA0C7 url(../img/default-bg.gif) bottom repeat-x; font-weight: bold; color: white; color: #fff; float: right; } Loading @@ -475,7 +475,7 @@ textarea, select, .vTextField { .module { border: 1px solid #ccc; margin-bottom: 5px; background: white; background: #fff; } .module p, .module ul, .module h3, .module h4, .module dl, .module pre { Loading @@ -502,7 +502,7 @@ textarea, select, .vTextField { text-align: left; font-weight: bold; background: #7CA0C7 url(../img/default-bg.gif) top left repeat-x; color: white; color: #fff; } .module table { Loading Loading @@ -555,12 +555,12 @@ ul.errorlist { padding: 4px 5px 4px 25px; margin: 0 0 3px 0; border: 1px solid red; color: white; color: #fff; background: red url(../img/icon_alert.gif) 5px .3em no-repeat; } .errorlist li a { color: white; color: #fff; text-decoration: underline; } Loading Loading @@ -672,7 +672,7 @@ a.deletelink:hover { .object-tools a:link, .object-tools a:visited { display: block; float: left; color: white; color: #fff; padding: .2em 10px; background: #999; } Loading Loading @@ -714,10 +714,6 @@ table#change-history tbody th { margin: 10px 15px; } #header { width: 100%; } #content-main { float: left; width: 100%; Loading Loading @@ -772,13 +768,14 @@ table#change-history tbody th { /* HEADER */ #header { width: 100%; background: #417690; color: #ffc; overflow: hidden; } #header a:link, #header a:visited { color: white; color: #fff; } #header a:hover { Loading