Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8b540073eb
commit
e3a3175d45
|
@ -200,7 +200,7 @@ fieldset .field-box {
|
|||
|
||||
/* MISC */
|
||||
|
||||
.inline-related h2 {
|
||||
.inline-related h2, .inline-group h2 {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue