Author: julien
Date: 2011-09-15 23:26:22 -0700 (Thu, 15 Sep 2011)
New Revision: 16834

Modified:
   django/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css
Log:
[1.3.X] Reverted the change in r16684, 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/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css
===================================================================
--- django/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css     
2011-09-16 01:16:25 UTC (rev 16833)
+++ django/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css     
2011-09-16 06:26:22 UTC (rev 16834)
@@ -352,9 +352,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 [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