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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 border-bottom: 1px solid #eeeeee; | 271 border-bottom: 1px solid #eeeeee; |
272 color: #53637d; | 272 color: #53637d; |
273 font-size: 200%; | 273 font-size: 200%; |
274 font-weight: normal; | 274 font-weight: normal; |
275 margin: 0; | 275 margin: 0; |
276 padding-bottom: 4px; | 276 padding-bottom: 4px; |
277 padding-top: 13px; | 277 padding-top: 13px; |
278 } | 278 } |
279 | 279 |
280 #subpage-sheet .page > h1 { | 280 #subpage-sheet .page > h1 { |
281 padding-top: 7px; | 281 padding-top: 4px; |
282 } | 282 } |
283 | 283 |
284 section { | 284 section { |
285 -webkit-box-orient: horizontal; | 285 -webkit-box-orient: horizontal; |
286 border-bottom: 1px solid #eeeeee; | 286 border-bottom: 1px solid #eeeeee; |
287 display: -webkit-box; | 287 display: -webkit-box; |
288 margin-top: 17px; | 288 margin-top: 17px; |
289 padding-bottom: 20px; | 289 padding-bottom: 20px; |
290 } | 290 } |
291 | 291 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 label.radio > span, | 482 label.radio > span, |
483 .suboption { | 483 .suboption { |
484 -webkit-margin-start: 16px; | 484 -webkit-margin-start: 16px; |
485 display: block; | 485 display: block; |
486 } | 486 } |
487 | 487 |
488 html[os=mac] label.checkbox > input, | 488 html[os=mac] label.checkbox > input, |
489 html[os=mac] label.radio > input { | 489 html[os=mac] label.radio > input { |
490 margin-top: 2px; | 490 margin-top: 2px; |
491 } | 491 } |
OLD | NEW |