12 .change-list .hiddenfields { display:none; }
14 .change-list .filtered table {
18 .change-list .filtered {
22 .change-list .filtered .results, .change-list .filtered .paginator,
23 .filtered #toolbar, .filtered div.xfull {
28 .change-list .filtered table tbody th {
32 #changelist-form .results {
36 #changelist .toplinks {
37 border-bottom: 1px solid #ddd;
40 #changelist .paginator {
42 border-bottom: 1px solid #eee;
47 /* CHANGELIST TABLES */
49 #changelist table thead th {
52 vertical-align: middle;
55 #changelist table thead th.action-checkbox-column {
60 #changelist table tbody td.action-checkbox {
64 #changelist table tfoot {
70 #changelist #toolbar {
73 border-top: 1px solid #eee;
74 border-bottom: 1px solid #eee;
79 #changelist #toolbar form input {
86 #changelist #toolbar form #searchbar {
88 border: 1px solid #ccc;
95 #changelist #toolbar form #searchbar:focus {
99 #changelist #toolbar form input[type="submit"] {
100 border: 1px solid #ccc;
103 vertical-align: middle;
105 box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
110 #changelist #toolbar form input[type="submit"]:focus,
111 #changelist #toolbar form input[type="submit"]:hover {
115 #changelist #changelist-search img {
116 vertical-align: middle;
133 #changelist-filter h2 {
135 text-transform: uppercase;
136 letter-spacing: 0.5px;
142 #changelist-filter h3 {
149 #changelist-filter ul {
151 padding: 0 15px 15px;
152 border-bottom: 1px solid #eaeaea;
155 #changelist-filter ul:last-child {
157 padding-bottom: none;
160 #changelist-filter li {
161 list-style-type: none;
166 #changelist-filter a {
171 #changelist-filter li.selected {
172 border-left: 5px solid #eaeaea;
177 #changelist-filter li.selected a {
181 #changelist-filter a:focus, #changelist-filter a:hover,
182 #changelist-filter li.selected a:focus,
183 #changelist-filter li.selected a:hover {
189 .change-list ul.toplinks {
197 .change-list ul.toplinks li {
200 list-style-type: none;
201 display: inline-block;
204 .change-list ul.toplinks .date-back a {
208 .change-list ul.toplinks .date-back a:focus,
209 .change-list ul.toplinks .date-back a:hover {
218 padding-bottom: 10px;
221 border-top: 1px solid #ddd;
224 .paginator a:link, .paginator a:visited {
227 text-decoration: none;
231 .paginator a.showall {
238 .paginator a.showall:focus, .paginator a.showall:hover {
247 .paginator .this-page {
254 .paginator a:focus, .paginator a:hover {
266 #changelist table input {
268 vertical-align: baseline;
271 #changelist table tbody tr.selected {
272 background-color: #FFFFCC;
275 #changelist .actions {
284 #changelist .actions.selected {
286 border-top: 1px solid #fffee8;
287 border-bottom: 1px solid #edecd6;
290 #changelist .actions span.all,
291 #changelist .actions span.action-counter,
292 #changelist .actions span.clear,
293 #changelist .actions span.question {
299 #changelist .actions:last-child {
303 #changelist .actions select {
308 border: 1px solid #ccc;
316 #changelist .actions select:focus {
320 #changelist .actions label {
321 display: inline-block;
322 vertical-align: middle;
326 #changelist .actions .button {
328 border: 1px solid #ccc;
331 box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
340 #changelist .actions .button:focus, #changelist .actions .button:hover {