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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 padding: 5px; | 275 padding: 5px; |
276 height: 21px; | 276 height: 21px; |
277 vertical-align: middle; | 277 vertical-align: middle; |
278 width: 24px; | 278 width: 24px; |
279 } | 279 } |
280 | 280 |
281 #managed-prefs-text { | 281 #managed-prefs-text { |
282 vertical-align: middle; | 282 vertical-align: middle; |
283 } | 283 } |
284 | 284 |
285 .page > h1 { | 285 .page h1 { |
286 -webkit-padding-end: 24px; | 286 -webkit-padding-end: 24px; |
287 border-bottom: 1px solid #eeeeee; | 287 border-bottom: 1px solid #eeeeee; |
288 color: #53637d; | 288 color: #53637d; |
289 font-size: 200%; | 289 font-size: 200%; |
290 font-weight: normal; | 290 font-weight: normal; |
291 margin: 0; | 291 margin: 0; |
292 padding-bottom: 4px; | 292 padding-bottom: 4px; |
293 padding-top: 13px; | 293 padding-top: 13px; |
294 } | 294 } |
295 | 295 |
296 .subpage-sheet .page > h1 { | 296 .subpage-sheet .page h1 { |
297 padding-top: 4px; | 297 padding-top: 4px; |
298 } | 298 } |
299 | 299 |
300 section { | 300 section { |
301 -webkit-box-orient: horizontal; | 301 -webkit-box-orient: horizontal; |
302 border-bottom: 1px solid #eeeeee; | 302 border-bottom: 1px solid #eeeeee; |
303 display: -webkit-box; | 303 display: -webkit-box; |
304 margin-top: 17px; | 304 margin-top: 17px; |
305 padding-bottom: 20px; | 305 padding-bottom: 20px; |
306 } | 306 } |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 } | 523 } |
524 | 524 |
525 .suboption { | 525 .suboption { |
526 -webkit-margin-start: 16px; | 526 -webkit-margin-start: 16px; |
527 } | 527 } |
528 | 528 |
529 html[os=mac] label > input[type=checkbox], | 529 html[os=mac] label > input[type=checkbox], |
530 html[os=mac] label > input[type=radio] { | 530 html[os=mac] label > input[type=radio] { |
531 margin-top: 2px; | 531 margin-top: 2px; |
532 } | 532 } |
OLD | NEW |