Author: brosner
Date: 2008-07-20 23:09:29 -0500 (Sun, 20 Jul 2008)
New Revision: 8014

Modified:
   django/trunk/django/contrib/admin/media/css/rtl.css
Log:
Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. 
Thanks mksoft for the report and patch.

Modified: django/trunk/django/contrib/admin/media/css/rtl.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/rtl.css 2008-07-21 03:50:40 UTC 
(rev 8013)
+++ django/trunk/django/contrib/admin/media/css/rtl.css 2008-07-21 04:09:29 UTC 
(rev 8014)
@@ -44,3 +44,6 @@
 
 .selector { float: right;}
 .selector .selector-filter { text-align: right;}
+
+/* x unsorted */
+.inline-related 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to