diff options
| author | Julien Phalip <jphalip@gmail.com> | 2011-09-16 06:30:05 +0000 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2011-09-16 06:30:05 +0000 |
| commit | def775ae5ea59b053ffd80fb5c43a930452ae275 (patch) | |
| tree | d2c35277774425b975dee2b71a2642de7daa8023 | |
| parent | 4397c587a43ff9bfddd295d48d850676778c6e77 (diff) | |
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
| -rw-r--r-- | django/contrib/admin/static/admin/css/forms.css | 6 |
1 files changed, 0 insertions, 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 |
