OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 #change-home-page-section { | 5 #change-home-page-section { |
6 -webkit-margin-start: 30px; | 6 -webkit-margin-start: 30px; |
7 } | 7 } |
8 | 8 |
9 #home-page-url { | 9 #home-page-url { |
10 display: inline-block; | 10 display: inline-block; |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 width: 100%; | 430 width: 100%; |
431 } | 431 } |
432 | 432 |
433 #keyboard-overlay table, | 433 #keyboard-overlay table, |
434 #power-overlay table { | 434 #power-overlay table { |
435 /* Same as .settings-row {margin}. */ | 435 /* Same as .settings-row {margin}. */ |
436 -webkit-border-horizontal-spacing: 0; | 436 -webkit-border-horizontal-spacing: 0; |
437 -webkit-border-vertical-spacing: 0.65em; | 437 -webkit-border-vertical-spacing: 0.65em; |
438 } | 438 } |
439 | 439 |
440 #note-settings-link, | 440 #stylus-settings-link, |
441 #power-settings-link { | 441 #power-settings-link { |
442 /* Match the spacing of the touchpad/mouse slider. */ | 442 /* Match the spacing of the touchpad/mouse slider. */ |
443 line-height: 25px; | 443 line-height: 25px; |
444 } | 444 } |
445 | 445 |
446 #accessibility-autoclick .controlled-setting-with-label { | 446 #accessibility-autoclick .controlled-setting-with-label { |
447 -webkit-box-align: baseline; | 447 -webkit-box-align: baseline; |
448 } | 448 } |
449 | 449 |
450 #accessibility-autoclick-dropdown, | 450 #accessibility-autoclick-dropdown, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 | 483 |
484 /* An input that has no function except to take up the same amount of space as | 484 /* An input that has no function except to take up the same amount of space as |
485 * a checkbox. */ | 485 * a checkbox. */ |
486 .spacer-checkbox { | 486 .spacer-checkbox { |
487 visibility: hidden; | 487 visibility: hidden; |
488 } | 488 } |
489 | 489 |
490 #android-apps-settings { | 490 #android-apps-settings { |
491 -webkit-margin-start: 30px; | 491 -webkit-margin-start: 30px; |
492 } | 492 } |
OLD | NEW |