|
12 | 12 | .change-list .hiddenfields { display:none; }
|
13 | 13 |
|
14 | 14 | .change-list .filtered table {
|
15 |
| - border-right: 1px solid #ddd; |
| 15 | + border-right: none; |
16 | 16 | }
|
17 | 17 |
|
18 | 18 | .change-list .filtered {
|
19 | 19 | min-height: 400px;
|
20 | 20 | }
|
21 | 21 |
|
22 |
| -.change-list .filtered { |
23 |
| - background: white url(../img/changelist-bg.gif) top right repeat-y !important; |
24 |
| -} |
25 |
| - |
26 |
| -.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { |
27 |
| - margin-right: 160px !important; |
28 |
| - width: auto !important; |
| 22 | +.change-list .filtered .results, .change-list .filtered .paginator, |
| 23 | +.filtered #toolbar, .filtered div.xfull { |
| 24 | + margin-right: 280px; |
| 25 | + width: auto; |
29 | 26 | }
|
30 | 27 |
|
31 | 28 | .change-list .filtered table tbody th {
|
|
37 | 34 | }
|
38 | 35 |
|
39 | 36 | #changelist .toplinks {
|
40 |
| - border-bottom: 1px solid #ccc !important; |
| 37 | + border-bottom: 1px solid #ddd; |
41 | 38 | }
|
42 | 39 |
|
43 | 40 | #changelist .paginator {
|
44 | 41 | color: #666;
|
45 |
| - border-top: 1px solid #eee; |
46 | 42 | border-bottom: 1px solid #eee;
|
47 |
| - background: white url(../img/nav-bg.gif) 0 180% repeat-x; |
| 43 | + background: #fff; |
48 | 44 | overflow: hidden;
|
49 | 45 | }
|
50 | 46 |
|
51 |
| -.change-list .filtered .paginator { |
52 |
| - border-right: 1px solid #ddd; |
53 |
| -} |
54 |
| - |
55 | 47 | /* CHANGELIST TABLES */
|
56 | 48 |
|
57 | 49 | #changelist table thead th {
|
|
65 | 57 | text-align: center;
|
66 | 58 | }
|
67 | 59 |
|
68 |
| -#changelist table tbody td, #changelist table tbody th { |
69 |
| - border-left: 1px solid #ddd; |
70 |
| -} |
71 |
| - |
72 |
| -#changelist table tbody td:first-child, #changelist table tbody th:first-child { |
73 |
| - border-left: 0; |
74 |
| - border-right: 1px solid #ddd; |
75 |
| -} |
76 |
| - |
77 | 60 | #changelist table tbody td.action-checkbox {
|
78 |
| - text-align:center; |
| 61 | + text-align: center; |
79 | 62 | }
|
80 | 63 |
|
81 | 64 | #changelist table tfoot {
|
|
85 | 68 | /* TOOLBAR */
|
86 | 69 |
|
87 | 70 | #changelist #toolbar {
|
88 |
| - padding: 3px; |
89 |
| - border-bottom: 1px solid #ddd; |
90 |
| - background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x; |
| 71 | + padding: 8px 10px; |
| 72 | + margin-bottom: 15px; |
| 73 | + border-top: 1px solid #eee; |
| 74 | + border-bottom: 1px solid #eee; |
| 75 | + background: #f8f8f8; |
91 | 76 | color: #666;
|
92 | 77 | }
|
93 | 78 |
|
94 | 79 | #changelist #toolbar form input {
|
95 |
| - font-size: 11px; |
96 |
| - padding: 1px 2px; |
| 80 | + border-radius: 4px; |
| 81 | + font-size: 14px; |
| 82 | + padding: 5px; |
| 83 | + color: #333; |
97 | 84 | }
|
98 | 85 |
|
99 | 86 | #changelist #toolbar form #searchbar {
|
100 |
| - padding: 2px; |
| 87 | + height: 19px; |
| 88 | + border: 1px solid #ccc; |
| 89 | + padding: 2px 5px; |
| 90 | + margin: 0; |
| 91 | + vertical-align: top; |
| 92 | + font-size: 13px; |
| 93 | +} |
| 94 | + |
| 95 | +#changelist #toolbar form #searchbar:focus { |
| 96 | + border-color: #999; |
| 97 | +} |
| 98 | + |
| 99 | +#changelist #toolbar form input[type="submit"] { |
| 100 | + border: 1px solid #ccc; |
| 101 | + padding: 2px 10px; |
| 102 | + margin: 0; |
| 103 | + vertical-align: middle; |
| 104 | + background: #fff; |
| 105 | + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; |
| 106 | + cursor: pointer; |
| 107 | + color: #333; |
| 108 | +} |
| 109 | + |
| 110 | +#changelist #toolbar form input[type="submit"]:focus, |
| 111 | +#changelist #toolbar form input[type="submit"]:hover { |
| 112 | + border-color: #999; |
101 | 113 | }
|
102 | 114 |
|
103 | 115 | #changelist #changelist-search img {
|
104 | 116 | vertical-align: middle;
|
| 117 | + margin-right: 4px; |
105 | 118 | }
|
106 | 119 |
|
107 | 120 | /* FILTER COLUMN */
|
|
111 | 124 | top: 0;
|
112 | 125 | right: 0;
|
113 | 126 | z-index: 1000;
|
114 |
| - width: 160px; |
115 |
| - border-left: 1px solid #ddd; |
116 |
| - background: #efefef; |
| 127 | + width: 240px; |
| 128 | + background: #f8f8f8; |
| 129 | + border-left: none; |
117 | 130 | margin: 0;
|
118 | 131 | }
|
119 | 132 |
|
120 | 133 | #changelist-filter h2 {
|
121 |
| - font-size: 11px; |
122 |
| - padding: 2px 5px; |
123 |
| - border-bottom: 1px solid #ddd; |
| 134 | + font-size: 14px; |
| 135 | + text-transform: uppercase; |
| 136 | + letter-spacing: 0.5px; |
| 137 | + padding: 5px 15px; |
| 138 | + margin-bottom: 12px; |
| 139 | + border-bottom: none; |
124 | 140 | }
|
125 | 141 |
|
126 | 142 | #changelist-filter h3 {
|
127 |
| - font-size: 12px; |
128 |
| - margin-bottom: 0; |
| 143 | + font-weight: 400; |
| 144 | + font-size: 14px; |
| 145 | + padding: 0 15px; |
| 146 | + margin-bottom: 10px; |
129 | 147 | }
|
130 | 148 |
|
131 | 149 | #changelist-filter ul {
|
132 |
| - padding-left: 0; |
133 |
| - margin-left: 10px; |
| 150 | + margin: 5px 0; |
| 151 | + padding: 0 15px 15px; |
| 152 | + border-bottom: 1px solid #eaeaea; |
| 153 | +} |
| 154 | + |
| 155 | +#changelist-filter ul:last-child { |
| 156 | + border-bottom: none; |
| 157 | + padding-bottom: none; |
134 | 158 | }
|
135 | 159 |
|
136 | 160 | #changelist-filter li {
|
|
140 | 164 | }
|
141 | 165 |
|
142 | 166 | #changelist-filter a {
|
| 167 | + display: block; |
143 | 168 | color: #999;
|
144 | 169 | }
|
145 | 170 |
|
146 |
| -#changelist-filter a:hover { |
147 |
| - color: #036; |
148 |
| -} |
149 |
| - |
150 | 171 | #changelist-filter li.selected {
|
151 |
| - border-left: 5px solid #ccc; |
152 |
| - padding-left: 5px; |
153 |
| - margin-left: -10px; |
| 172 | + border-left: 5px solid #eaeaea; |
| 173 | + padding-left: 10px; |
| 174 | + margin-left: -15px; |
154 | 175 | }
|
155 | 176 |
|
156 | 177 | #changelist-filter li.selected a {
|
157 |
| - color: #5b80b2 !important; |
| 178 | + color: #5b80b2; |
| 179 | +} |
| 180 | + |
| 181 | +#changelist-filter a:focus, #changelist-filter a:hover, |
| 182 | +#changelist-filter li.selected a:focus, |
| 183 | +#changelist-filter li.selected a:hover { |
| 184 | + color: #036; |
158 | 185 | }
|
159 | 186 |
|
160 | 187 | /* DATE DRILLDOWN */
|
161 | 188 |
|
162 | 189 | .change-list ul.toplinks {
|
163 | 190 | display: block;
|
164 |
| - background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x; |
165 |
| - border-top: 1px solid white; |
166 | 191 | float: left;
|
167 |
| - padding: 0 !important; |
168 |
| - margin: 0 !important; |
| 192 | + padding: 0; |
| 193 | + margin: 0; |
169 | 194 | width: 100%;
|
170 | 195 | }
|
171 | 196 |
|
|
180 | 205 | color: #999;
|
181 | 206 | }
|
182 | 207 |
|
| 208 | +.change-list ul.toplinks .date-back a:focus, |
183 | 209 | .change-list ul.toplinks .date-back a:hover {
|
184 | 210 | color: #036;
|
185 | 211 | }
|
186 | 212 |
|
187 | 213 | /* PAGINATOR */
|
188 | 214 |
|
189 | 215 | .paginator {
|
190 |
| - font-size: 11px; |
| 216 | + font-size: 13px; |
191 | 217 | padding-top: 10px;
|
192 | 218 | padding-bottom: 10px;
|
193 | 219 | line-height: 22px;
|
|
197 | 223 |
|
198 | 224 | .paginator a:link, .paginator a:visited {
|
199 | 225 | padding: 2px 6px;
|
200 |
| - border: solid 1px #ccc; |
201 |
| - background: white; |
| 226 | + background: #79aec8; |
202 | 227 | text-decoration: none;
|
| 228 | + color: #fff; |
203 | 229 | }
|
204 | 230 |
|
205 | 231 | .paginator a.showall {
|
206 |
| - padding: 0 !important; |
207 |
| - border: none !important; |
| 232 | + padding: 0; |
| 233 | + border: none; |
| 234 | + background: none; |
| 235 | + color: #5b80b2; |
208 | 236 | }
|
209 | 237 |
|
210 |
| -.paginator a.showall:hover { |
211 |
| - color: #036 !important; |
212 |
| - background: transparent !important; |
| 238 | +.paginator a.showall:focus, .paginator a.showall:hover { |
| 239 | + background: none; |
| 240 | + color: #036; |
213 | 241 | }
|
214 | 242 |
|
215 | 243 | .paginator .end {
|
216 |
| - border-width: 2px !important; |
217 | 244 | margin-right: 6px;
|
218 | 245 | }
|
219 | 246 |
|
|
224 | 251 | vertical-align: top;
|
225 | 252 | }
|
226 | 253 |
|
227 |
| -.paginator a:hover { |
| 254 | +.paginator a:focus, .paginator a:hover { |
228 | 255 | color: white;
|
229 |
| - background: #5b80b2; |
230 |
| - border-color: #036; |
| 256 | + background: #036; |
231 | 257 | }
|
232 | 258 |
|
233 | 259 | /* ACTIONS */
|
234 | 260 |
|
235 | 261 | .filtered .actions {
|
236 |
| - margin-right: 160px !important; |
237 |
| - border-right: 1px solid #ddd; |
| 262 | + margin-right: 280px; |
| 263 | + border-right: none; |
238 | 264 | }
|
239 | 265 |
|
240 | 266 | #changelist table input {
|
241 | 267 | margin: 0;
|
| 268 | + vertical-align: baseline; |
242 | 269 | }
|
243 | 270 |
|
244 | 271 | #changelist table tbody tr.selected {
|
245 | 272 | background-color: #FFFFCC;
|
246 | 273 | }
|
247 | 274 |
|
248 | 275 | #changelist .actions {
|
| 276 | + padding: 10px; |
| 277 | + background: #fff; |
| 278 | + border-top: none; |
| 279 | + border-bottom: none; |
| 280 | + line-height: 24px; |
249 | 281 | color: #999;
|
250 |
| - padding: 3px; |
251 |
| - border-top: 1px solid #fff; |
252 |
| - border-bottom: 1px solid #ddd; |
253 |
| - background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x; |
254 | 282 | }
|
255 | 283 |
|
256 | 284 | #changelist .actions.selected {
|
|
263 | 291 | #changelist .actions span.action-counter,
|
264 | 292 | #changelist .actions span.clear,
|
265 | 293 | #changelist .actions span.question {
|
266 |
| - font-size: 11px; |
| 294 | + font-size: 13px; |
267 | 295 | margin: 0 0.5em;
|
268 | 296 | display: none;
|
269 | 297 | }
|
|
273 | 301 | }
|
274 | 302 |
|
275 | 303 | #changelist .actions select {
|
276 |
| - border: 1px solid #aaa; |
277 |
| - margin-left: 0.5em; |
278 |
| - padding: 1px 2px; |
| 304 | + vertical-align: top; |
| 305 | + height: 24px; |
| 306 | + background: none; |
| 307 | + border: 1px solid #ccc; |
| 308 | + border-radius: 4px; |
| 309 | + font-size: 14px; |
| 310 | + padding: 0 0 0 4px; |
| 311 | + margin: 0; |
| 312 | + margin-left: 10px; |
279 | 313 | }
|
280 | 314 |
|
281 |
| -#changelist .actions label { |
282 |
| - font-size: 11px; |
283 |
| - margin-left: 0.5em; |
| 315 | +#changelist .actions select:focus { |
| 316 | + border-color: #999; |
284 | 317 | }
|
285 | 318 |
|
286 |
| -#changelist #action-toggle { |
287 |
| - display: none; |
| 319 | +#changelist .actions label { |
| 320 | + display: inline-block; |
| 321 | + vertical-align: middle; |
| 322 | + font-size: 13px; |
288 | 323 | }
|
289 | 324 |
|
290 | 325 | #changelist .actions .button {
|
291 |
| - font-size: 11px; |
292 |
| - padding: 1px 2px; |
| 326 | + font-size: 13px; |
| 327 | + border: 1px solid #ccc; |
| 328 | + border-radius: 4px; |
| 329 | + background: #fff; |
| 330 | + box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset; |
| 331 | + cursor: pointer; |
| 332 | + height: 24px; |
| 333 | + line-height: 1; |
| 334 | + padding: 4px 8px; |
| 335 | + margin: 0; |
| 336 | + color: #333; |
| 337 | +} |
| 338 | + |
| 339 | +#changelist .actions .button:focus, #changelist .actions .button:hover { |
| 340 | + border-color: #999; |
293 | 341 | }
|
0 commit comments