Commit e3a3175d authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Fixed #13168 - Corrected the alignment of the admin inline headers for rtl...

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
parent 8b540073
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ fieldset .field-box {

/* MISC */

.inline-related h2 {
.inline-related h2, .inline-group h2 {
    text-align: right
}