OLD | NEW |
1 body { | 1 body { |
2 cursor: default; | 2 cursor: default; |
3 font-size: 100%; | 3 font-size: 100%; |
4 } | 4 } |
5 | 5 |
6 #settings-title { | 6 #settings-title { |
7 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
8 color: #53637d; | 8 color: #53637d; |
9 cursor: pointer; | 9 cursor: pointer; |
10 font-size: 200%; | 10 font-size: 200%; |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 -webkit-padding-end: 24px; | 268 -webkit-padding-end: 24px; |
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 .page list { |
| 279 min-height: 200px; |
| 280 } |
| 281 |
278 .subpage-sheet .page h1 { | 282 .subpage-sheet .page h1 { |
279 padding-top: 4px; | 283 padding-top: 4px; |
280 margin-bottom: 10px; | 284 margin-bottom: 10px; |
281 } | 285 } |
282 | 286 |
283 section { | 287 section { |
284 -webkit-box-orient: horizontal; | 288 -webkit-box-orient: horizontal; |
285 border-bottom: 1px solid #eeeeee; | 289 border-bottom: 1px solid #eeeeee; |
286 display: -webkit-box; | 290 display: -webkit-box; |
287 margin-top: 17px; | 291 margin-top: 17px; |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 } | 633 } |
630 | 634 |
631 html[os=mac] label > input[type=checkbox], | 635 html[os=mac] label > input[type=checkbox], |
632 html[os=mac] label > input[type=radio] { | 636 html[os=mac] label > input[type=radio] { |
633 margin-top: 2px; | 637 margin-top: 2px; |
634 } | 638 } |
635 | 639 |
636 .suboption { | 640 .suboption { |
637 -webkit-margin-start: 16px; | 641 -webkit-margin-start: 16px; |
638 } | 642 } |
OLD | NEW |