[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc.

Backport from trunk, r13191

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-05-10 11:23:59 +00:00
parent f7215cec92
commit 868cf8093c
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ fieldset .field-box {
/* MISC */
.inline-related h2 {
.inline-related h2, .inline-group h2 {
text-align: right
}