Author: lukeplant
Date: 2011-06-02 09:42:19 -0700 (Thu, 02 Jun 2011)
New Revision: 16317

Modified:
   django/trunk/django/contrib/admin/media/css/base.css
Log:
Fixed position of new cog icon in admin changelist relative to text

Modified: django/trunk/django/contrib/admin/media/css/base.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/base.css        2011-06-02 
16:18:47 UTC (rev 16316)
+++ django/trunk/django/contrib/admin/media/css/base.css        2011-06-02 
16:42:19 UTC (rev 16317)
@@ -338,7 +338,7 @@
 }
 
 table thead th.sorted a img {
-   vertical-align: bottom;
+   vertical-align: top;
 }
 
 table thead th.sorted a span.clear {

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to