OLD | NEW |
1 body { | 1 body { |
2 -webkit-user-select: none; | 2 -webkit-user-select: none; |
3 cursor: default; | 3 cursor: default; |
4 font-size: 100%; | 4 font-size: 100%; |
5 } | 5 } |
6 | 6 |
7 #settings-title { | 7 #settings-title { |
8 -webkit-padding-end: 24px; | 8 -webkit-padding-end: 24px; |
9 color: #53637d; | 9 color: #53637d; |
10 font-size: 200%; | 10 font-size: 200%; |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 border-bottom: 1px solid #eeeeee; | 269 border-bottom: 1px solid #eeeeee; |
270 color: #53637d; | 270 color: #53637d; |
271 font-size: 200%; | 271 font-size: 200%; |
272 font-weight: normal; | 272 font-weight: normal; |
273 margin: 0; | 273 margin: 0; |
274 padding-bottom: 4px; | 274 padding-bottom: 4px; |
275 padding-top: 13px; | 275 padding-top: 13px; |
276 } | 276 } |
277 | 277 |
278 #subpage-sheet .page > h1 { | 278 #subpage-sheet .page > h1 { |
279 padding-top: 7px; | 279 padding-top: 4px; |
280 } | 280 } |
281 | 281 |
282 section { | 282 section { |
283 -webkit-box-orient: horizontal; | 283 -webkit-box-orient: horizontal; |
284 border-bottom: 1px solid #eeeeee; | 284 border-bottom: 1px solid #eeeeee; |
285 display: -webkit-box; | 285 display: -webkit-box; |
286 margin-top: 17px; | 286 margin-top: 17px; |
287 padding-bottom: 20px; | 287 padding-bottom: 20px; |
288 } | 288 } |
289 | 289 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 label.radio > span, | 480 label.radio > span, |
481 .suboption { | 481 .suboption { |
482 -webkit-margin-start: 16px; | 482 -webkit-margin-start: 16px; |
483 display: block; | 483 display: block; |
484 } | 484 } |
485 | 485 |
486 html[os=mac] label.checkbox > input, | 486 html[os=mac] label.checkbox > input, |
487 html[os=mac] label.radio > input { | 487 html[os=mac] label.radio > input { |
488 margin-top: 2px; | 488 margin-top: 2px; |
489 } | 489 } |
OLD | NEW |