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:
Malcolm Tredinnick 2008-09-03 19:51:20 +00:00
parent 422ba9d2ae
commit a1e9b98c54
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ div.breadcrumbs { text-align:right; }
form ul.inline li { float:right; padding-right:0; padding-left:7px; } form ul.inline li { float:right; padding-right:0; padding-left:7px; }
input[type=submit].default, .submit-row input.default { float:left; } input[type=submit].default, .submit-row input.default { float:left; }
fieldset .field-box { float:right; margin-left: 20px; } 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 */ /* widget styles */
.calendarnav-previous { top:0; left:auto; right:0; } .calendarnav-previous { top:0; left:auto; right:0; }