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

[1.1.X] Fixed #13129 -- Corrected CSS on RTL layout when a changelist has...

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

Backport of r12920 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 985c764a
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 {