Author: julien
Date: 2011-08-25 01:13:28 -0700 (Thu, 25 Aug 2011)
New Revision: 16684
Modified:
django/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css
Log:
[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.
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-08-25 08:01:21 UTC (rev 16683)
+++ django/branches/releases/1.3.X/django/contrib/admin/media/css/forms.css
2011-08-25 08:13:28 UTC (rev 16684)
@@ -352,3 +352,9 @@
.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.