diff --git a/django/contrib/admin/media/css/changelists.css b/django/contrib/admin/media/css/changelists.css
index 4303378..32864e2 100644
|
a
|
b
|
|
| 9 | 9 | width: 100%; |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | | .change-list .filtered table { |
| | 12 | #changelist.filtered table { |
| 13 | 13 | border-right: 1px solid #ddd; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | | .change-list .filtered { |
| | 16 | #changelist.filtered { |
| 17 | 17 | min-height: 400px; |
| 18 | | } |
| 19 | | |
| 20 | | .change-list .filtered { |
| 21 | 18 | background: white url(../img/admin/changelist-bg.gif) top right repeat-y !important; |
| | 19 | padding-right:160px; |
| | 20 | width:auto; |
| 22 | 21 | } |
| 23 | 22 | |
| 24 | | .change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { |
| 25 | | margin-right: 160px !important; |
| 26 | | width: auto !important; |
| 27 | | } |
| 28 | | |
| 29 | | .change-list .filtered table tbody th { |
| | 23 | #changelist.filtered table tbody th { |
| 30 | 24 | padding-right: 1em; |
| 31 | 25 | } |
| 32 | 26 | |
| … |
… |
|
| 42 | 36 | overflow: hidden; |
| 43 | 37 | } |
| 44 | 38 | |
| 45 | | .change-list .filtered .paginator { |
| | 39 | #changelist.filtered .paginator { |
| 46 | 40 | border-right: 1px solid #ddd; |
| 47 | 41 | } |
| 48 | 42 | |
| … |
… |
|
| 224 | 218 | /* ACTIONS */ |
| 225 | 219 | |
| 226 | 220 | .filtered .actions { |
| 227 | | margin-right: 160px !important; |
| 228 | 221 | border-right: 1px solid #ddd; |
| 229 | 222 | } |
| 230 | 223 | |