[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:
Karen Tracey 2009-04-21 17:48:00 +00:00
parent f873836989
commit 40a7b54a00
1 changed files with 12 additions and 0 deletions

View File

@ -54,3 +54,15 @@ fieldset .field-box { float:right; margin-left: 20px; }
/* x unsorted */
.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;
}