Skip to content

Commit

Permalink
Fixed #13129 -- Corrected CSS on RTL layout when a changelist has adm…
Browse files Browse the repository at this point in the history
…in 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
  • Loading branch information
freakboy3742 committed Apr 5, 2010
1 parent 304e017 commit 653b27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions django/contrib/admin/media/css/rtl.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 653b27d

Please sign in to comment.