Author: jezdez
Date: 2010-05-10 06:23:59 -0500 (Mon, 10 May 2010)
New Revision: 13193
Modified:
django/branches/releases/1.1.X/django/contrib/admin/media/css/rtl.css
Log:
[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers for
rtl languages. Thanks for the report and patch, benc.
Backport from trunk, r13191
Modified: django/branches/releases/1.1.X/django/contrib/admin/media/css/rtl.css
===================================================================
--- django/branches/releases/1.1.X/django/contrib/admin/media/css/rtl.css
2010-05-10 11:20:36 UTC (rev 13192)
+++ django/branches/releases/1.1.X/django/contrib/admin/media/css/rtl.css
2010-05-10 11:23:59 UTC (rev 13193)
@@ -196,7 +196,7 @@
/* MISC */
-.inline-related h2 {
+.inline-related h2, .inline-group h2 {
text-align: right
}
--
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.