Author: ramiro
Date: 2011-01-12 17:59:49 -0600 (Wed, 12 Jan 2011)
New Revision: 15181

Modified:
   django/branches/releases/1.2.X/django/contrib/admin/media/css/widgets.css
Log:
[1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at the center 
of filter_{horizontal|vertical} m2m widgets to not give them focus borders that 
span from the left page border. Thanks defaultwombat for the report and patch.

Backport of [15144] from trunk.

Modified: 
django/branches/releases/1.2.X/django/contrib/admin/media/css/widgets.css
===================================================================
--- django/branches/releases/1.2.X/django/contrib/admin/media/css/widgets.css   
2011-01-12 23:57:45 UTC (rev 15180)
+++ django/branches/releases/1.2.X/django/contrib/admin/media/css/widgets.css   
2011-01-12 23:59:49 UTC (rev 15181)
@@ -70,6 +70,7 @@
     height: 16px;
     display: block;
     text-indent: -3000px;
+    overflow: hidden;
 }
 
 .selector-add {

-- 
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.

Reply via email to