Commit 71836f4c authored by Julien Phalip's avatar Julien Phalip
Browse files

[1.3.X] Fixed a small admin CSS issue where the "Save and continue editing"...

[1.3.X] 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.

Backport of r16683 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8b42dfa4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -352,3 +352,9 @@ fieldset.monospace textarea {
.empty-form {
    display: none;
}

/* IE7 specific bug fixes */

.submit-row input {
    float: right;
}
 No newline at end of file