Fixed #17019 -- Fixed a minor margin issue in multi-field admin form rows for right-to-left languages. Thanks to rem for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16947 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Julien Phalip 2011-10-09 11:37:48 +00:00
parent 29def3e52c
commit 6d7461ffdd
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ input[type=submit].default, .submit-row input.default {
fieldset .field-box {
float: right;
margin-left: 20px;
margin-right: 0;
}
.errorlist li {