Fixed visual bug with sorted column headers in changelist having dark band at top in some cases.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-06-03 13:43:23 +00:00
parent 832ca058fe
commit 39005c2b84
2 changed files with 2 additions and 2 deletions

View File

@ -310,8 +310,8 @@ thead th a:link, thead th a:visited {
display: block;
}
table thead th.sorted {
background-position: bottom left !important;
thead th.sorted {
background: #c5c5c5 url(../img/admin/nav-bg-selected.gif) top left repeat-x;
}
table thead th.sorted a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B