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
This commit is contained in:
parent
422ba9d2ae
commit
a1e9b98c54
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue