| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 height: 11px; | 333 height: 11px; |
| 334 background-image: url(popup.png); | 334 background-image: url(popup.png); |
| 335 background-position: -34px -65px; | 335 background-position: -34px -65px; |
| 336 } | 336 } |
| 337 | 337 |
| 338 .collapsed .collapse-icon | 338 .collapsed .collapse-icon |
| 339 { | 339 { |
| 340 background-position: -34px -77px; | 340 background-position: -34px -77px; |
| 341 } | 341 } |
| 342 | 342 |
| 343 .collapsed .collapsable | 343 .collapsed .collapsible |
| 344 { | 344 { |
| 345 display: none; | 345 display: none; |
| 346 } | 346 } |
| 347 | 347 |
| 348 .checkbox | 348 .checkbox |
| 349 { | 349 { |
| 350 display: inline-block; | 350 display: inline-block; |
| 351 width: 15px; | 351 width: 15px; |
| 352 height: 15px; | 352 height: 15px; |
| 353 margin-right: 5px; | 353 margin-right: 5px; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 368 | 368 |
| 369 .checkbox[aria-checked="false"]:hover | 369 .checkbox[aria-checked="false"]:hover |
| 370 { | 370 { |
| 371 background-position: -34px -49px; | 371 background-position: -34px -49px; |
| 372 } | 372 } |
| 373 | 373 |
| 374 label | 374 label |
| 375 { | 375 { |
| 376 vertical-align: middle; | 376 vertical-align: middle; |
| 377 } | 377 } |
| OLD | NEW |