Commit 653b27dc authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #13129 -- Corrected CSS on RTL layout when a changelist has admin...

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
parent 304e017a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -112,6 +112,13 @@ div.breadcrumbs {
    margin-right: -10px;
}

.filtered .actions {
    border-left:1px solid #DDDDDD;
    margin-left:160px !important;
    border-right: 0 none;
    margin-right:0 !important;
}

/* FORMS */

.aligned label {