Skip to content

Commit 868cf80

Browse files
committed
[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
1 parent f7215ce commit 868cf80

File tree

1 file changed

+1
-1
lines changed
  • django/contrib/admin/media/css

1 file changed

+1
-1
lines changed

django/contrib/admin/media/css/rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fieldset .field-box {
196196

197197
/* MISC */
198198

199-
.inline-related h2 {
199+
.inline-related h2, .inline-group h2 {
200200
text-align: right
201201
}
202202

0 commit comments

Comments
 (0)