mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed a small admin CSS issue where the "Save and continue editing" and "Save and add another" buttons were wrongly aligned with left-to-right languages in IE7.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16683 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
587fbff3dd
commit
7e66ccac4c
1 changed files with 6 additions and 0 deletions
|
@ -356,3 +356,9 @@ body.popup .submit-row {
|
|||
.empty-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* IE7 specific bug fixes */
|
||||
|
||||
.submit-row input {
|
||||
float: right;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue