Author: lukeplant
Date: 2011-06-03 06:43:23 -0700 (Fri, 03 Jun 2011)
New Revision: 16322
Added:
django/trunk/django/contrib/admin/media/img/admin/nav-bg-selected.gif
Modified:
django/trunk/django/contrib/admin/media/css/base.css
Log:
Fixed visual bug with sorted column headers in changelist having dark band at
top in some cases.
Modified: django/trunk/django/contrib/admin/media/css/base.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/base.css 2011-06-03
11:54:47 UTC (rev 16321)
+++ django/trunk/django/contrib/admin/media/css/base.css 2011-06-03
13:43:23 UTC (rev 16322)
@@ -310,8 +310,8 @@
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 {
Added: django/trunk/django/contrib/admin/media/img/admin/nav-bg-selected.gif
===================================================================
(Binary files differ)
Property changes on:
django/trunk/django/contrib/admin/media/img/admin/nav-bg-selected.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.