diff -r b758351d191f -r cc9b7e14412b web/lib/django/contrib/admin/media/css/changelists.css --- a/web/lib/django/contrib/admin/media/css/changelists.css Wed May 19 17:43:59 2010 +0200 +++ b/web/lib/django/contrib/admin/media/css/changelists.css Tue May 25 02:43:45 2010 +0200 @@ -53,7 +53,7 @@ vertical-align: middle; } -#changelist table thead th:first-child { +#changelist table thead th.action-checkbox-column { width: 1.5em; text-align: center; } @@ -244,6 +244,21 @@ background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x; } +#changelist .actions.selected { + background: #fffccf; + border-top: 1px solid #fffee8; + border-bottom: 1px solid #edecd6; +} + +#changelist .actions span.all, +#changelist .actions span.action-counter, +#changelist .actions span.clear, +#changelist .actions span.question { + font-size: 11px; + margin: 0 0.5em; + display: none; +} + #changelist .actions:last-child { border-bottom: none; }