Kaydet (Commit) a1e9b98c authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

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
üst 422ba9d2
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment