mirror of
https://github.com/django/django.git
synced 2025-07-18 16:49:13 +00:00
[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales. r10524 from trunk.
Also updated svnmerge metadata to reflect other changesets that have already been applied to the branch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f873836989
commit
40a7b54a00
@ -54,3 +54,15 @@ fieldset .field-box { float:right; margin-left: 20px; }
|
|||||||
|
|
||||||
/* x unsorted */
|
/* x unsorted */
|
||||||
.inline-related h2 { text-align:right }
|
.inline-related h2 { text-align:right }
|
||||||
|
|
||||||
|
.inline-related h3 span.delete {
|
||||||
|
padding-right: 20px;
|
||||||
|
padding-left: inherit;
|
||||||
|
left: 10px;
|
||||||
|
right: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inline-related h3 span.delete label {
|
||||||
|
margin-left: inherit;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user