| OLD | NEW |
| 1 body { | 1 body { |
| 2 cursor: default; | 2 cursor: default; |
| 3 font-size: 13px; | 3 font-size: 13px; |
| 4 } | 4 } |
| 5 | 5 |
| 6 a:link { | 6 a:link { |
| 7 color: rgb(63, 110, 194); | 7 color: rgb(63, 110, 194); |
| 8 } | 8 } |
| 9 | 9 |
| 10 a:active { | 10 a:active { |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 } | 364 } |
| 365 | 365 |
| 366 section > div:only-of-type { | 366 section > div:only-of-type { |
| 367 -webkit-box-flex: 1; | 367 -webkit-box-flex: 1; |
| 368 } | 368 } |
| 369 | 369 |
| 370 .option { | 370 .option { |
| 371 margin-top: 0; | 371 margin-top: 0; |
| 372 } | 372 } |
| 373 | 373 |
| 374 /* TODO(stuartmorgan): make this less specific once all pages | 374 div.checkbox, |
| 375 * are converted to the non-table style. | 375 div.radio { |
| 376 */ | |
| 377 section > div:only-of-type label { | |
| 378 margin: 5px 0; | 376 margin: 5px 0; |
| 379 } | 377 } |
| 380 | 378 |
| 381 label.checkbox, | |
| 382 label.radio { | |
| 383 display: block | |
| 384 } | |
| 385 | |
| 386 .hidden { | 379 .hidden { |
| 387 display: none !important; | 380 display: none !important; |
| 388 } | 381 } |
| 389 | 382 |
| 390 div.disabled { | 383 div.disabled { |
| 391 color: #888; | 384 color: #888; |
| 392 } | 385 } |
| 393 | 386 |
| 394 .touch-slider { | 387 .touch-slider { |
| 395 -webkit-appearance: slider-horizontal; | 388 -webkit-appearance: slider-horizontal; |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 } | 716 } |
| 724 | 717 |
| 725 html[os=mac] label > input[type=checkbox], | 718 html[os=mac] label > input[type=checkbox], |
| 726 html[os=mac] label > input[type=radio] { | 719 html[os=mac] label > input[type=radio] { |
| 727 margin-top: 2px; | 720 margin-top: 2px; |
| 728 } | 721 } |
| 729 | 722 |
| 730 .suboption { | 723 .suboption { |
| 731 -webkit-margin-start: 16px; | 724 -webkit-margin-start: 16px; |
| 732 } | 725 } |
| OLD | NEW |