Author: mtredinnick
Date: 2008-09-03 14:51:20 -0500 (Wed, 03 Sep 2008)
New Revision: 8935
Modified:
django/trunk/django/contrib/admin/media/css/rtl.css
Log:
Fixed #8832 -- Position the error icons on the right of the screen in the admin
interface when using right-to-left languages.
Modified: django/trunk/django/contrib/admin/media/css/rtl.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/rtl.css 2008-09-03 18:47:22 UTC
(rev 8934)
+++ django/trunk/django/contrib/admin/media/css/rtl.css 2008-09-03 19:51:20 UTC
(rev 8935)
@@ -41,6 +41,8 @@
form ul.inline li { float:right; padding-right:0; padding-left:7px; }
input[type=submit].default, .submit-row input.default { float:left; }
fieldset .field-box { float:right; margin-left: 20px; }
+.errorlist li {background-position: 100% .3em; padding: 4px 25px 4px 5px; }
+.errornote {background-position: 100% .3em; padding: 4px 25px 4px 5px;
/* widget styles */
.calendarnav-previous { top:0; left:auto; right:0; }
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---