Author: mtredinnick
Date: 2009-04-11 08:45:45 -0500 (Sat, 11 Apr 2009)
New Revision: 10524

Modified:
   django/trunk/django/contrib/admin/media/css/rtl.css
Log:
Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.

Modified: django/trunk/django/contrib/admin/media/css/rtl.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/rtl.css 2009-04-11 13:22:32 UTC 
(rev 10523)
+++ django/trunk/django/contrib/admin/media/css/rtl.css 2009-04-11 13:45:45 UTC 
(rev 10524)
@@ -193,3 +193,14 @@
     text-align: right
 }
 
+.inline-related h3 span.delete {
+    padding-right: 20px;
+    padding-left: inherit;
+    left: 10px;
+    right: inherit;
+}
+
+.inline-related h3 span.delete label {
+    margin-left: inherit;
+    margin-right: 2px;
+}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to