Commit a1e9b98c authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

Fixed #8832 -- Position the error icons on the right of the screen in the admin

interface when using right-to-left languages.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 422ba9d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ div.breadcrumbs { text-align:right; }
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; }