From def775ae5ea59b053ffd80fb5c43a930452ae275 Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Fri, 16 Sep 2011 06:30:05 +0000 Subject: [PATCH] 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/static/admin/css/forms.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/django/contrib/admin/static/admin/css/forms.css b/django/contrib/admin/static/admin/css/forms.css index d27cab9e1b..0ecfca784c 100644 --- a/django/contrib/admin/static/admin/css/forms.css +++ b/django/contrib/admin/static/admin/css/forms.css @@ -356,9 +356,3 @@ body.popup .submit-row { .empty-form { display: none; } - -/* IE7 specific bug fixes */ - -.submit-row input { - float: right; -} \ No newline at end of file