mirror of
https://github.com/Hopiu/django.git
synced 2026-04-07 16:41:03 +00:00
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:
parent
304e017a7f
commit
653b27dcf2
1 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue