Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin actions and is filtered. Thanks to mksoft for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-04-05 12:59:17 +00:00
parent 304e017a7f
commit 653b27dcf2
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,13 @@ div.breadcrumbs {
margin-right: -10px; margin-right: -10px;
} }
.filtered .actions {
border-left:1px solid #DDDDDD;
margin-left:160px !important;
border-right: 0 none;
margin-right:0 !important;
}
/* FORMS */ /* FORMS */
.aligned label { .aligned label {