1
0
mirror of https://github.com/django/django.git synced 2025-01-30 20:19:22 +00:00

Fixed #10601 -- Fixed edit inline display in admin for right-to-left locales.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-04-11 13:45:45 +00:00
parent 92824e7102
commit 945b89e177

View File

@ -193,3 +193,14 @@ fieldset .field-box {
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;
}