OLD | NEW |
1 body | 1 body |
2 { | 2 { |
3 min-width: 250px; | 3 min-width: 250px; |
4 margin: 0px; | 4 margin: 0px; |
5 font-family: Segoe UI, Arial, sans-serif; | 5 font-family: Segoe UI, Arial, sans-serif; |
6 font-size: 13px; | 6 font-size: 13px; |
7 color: #545454; | 7 color: #545454; |
8 background-color: #f8f6f2; | 8 background-color: #f8f6f2; |
9 background-image: url(background.png); | 9 background-image: url(background.png); |
10 } | 10 } |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 { | 274 { |
275 background-position: -1px -67px; | 275 background-position: -1px -67px; |
276 } | 276 } |
277 | 277 |
278 .collapse | 278 .collapse |
279 { | 279 { |
280 position: relative; | 280 position: relative; |
281 padding-right: 25px; | 281 padding-right: 25px; |
282 } | 282 } |
283 | 283 |
| 284 .collapse-icon-placeholder |
| 285 { |
| 286 display: none; |
| 287 width: 45px; |
| 288 } |
| 289 |
284 .collapse-icon | 290 .collapse-icon |
285 { | 291 { |
286 display: inline-block; | 292 display: inline-block; |
287 position: absolute; | 293 position: absolute; |
288 top: 13px; | 294 top: 13px; |
289 right: 10px; | 295 right: 10px; |
290 width: 11px; | 296 width: 11px; |
291 height: 11px; | 297 height: 11px; |
292 background-image: url(popup.png); | 298 background-image: url(popup.png); |
293 background-position: -34px -65px; | 299 background-position: -34px -65px; |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 | 332 |
327 .checkbox[aria-checked="false"]:hover | 333 .checkbox[aria-checked="false"]:hover |
328 { | 334 { |
329 background-position: -34px -49px; | 335 background-position: -34px -49px; |
330 } | 336 } |
331 | 337 |
332 label | 338 label |
333 { | 339 { |
334 vertical-align: middle; | 340 vertical-align: middle; |
335 } | 341 } |
OLD | NEW |