Commit 868cf809 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers for...

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

/* MISC */

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