Author: julien
Date: 2011-09-15 23:30:05 -0700 (Thu, 15 Sep 2011)
New Revision: 16835

Modified:
   django/trunk/django/contrib/admin/static/admin/css/forms.css
Log:
Reverted the change in r16683, which, while fixing an alignment issue in IE7 
with the admin's "Save and continue editing" and "Save and add another" 
buttons, caused the swapping of those buttons' order. Thanks to jocmeh for the 
report. Refs #16852.

Modified: django/trunk/django/contrib/admin/static/admin/css/forms.css
===================================================================
--- django/trunk/django/contrib/admin/static/admin/css/forms.css        
2011-09-16 06:26:22 UTC (rev 16834)
+++ django/trunk/django/contrib/admin/static/admin/css/forms.css        
2011-09-16 06:30:05 UTC (rev 16835)
@@ -356,9 +356,3 @@
 .empty-form {
     display: none;
 }
-
-/* IE7 specific bug fixes */
-
-.submit-row input {
-    float: right;
-}
\ No newline at end of file

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