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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 line-height: 1.8em; | 415 line-height: 1.8em; |
416 } | 416 } |
417 | 417 |
418 #advanced-settings { | 418 #advanced-settings { |
419 height: 0; | 419 height: 0; |
420 margin-top: 8px; | 420 margin-top: 8px; |
421 overflow: hidden; | 421 overflow: hidden; |
422 } | 422 } |
423 | 423 |
424 .sliding { | 424 .sliding { |
425 -webkit-transition: height 200ms; | |
426 overflow-y: hidden; | 425 overflow-y: hidden; |
| 426 transition: height 200ms; |
427 } | 427 } |
428 | 428 |
429 #keyboard-overlay .option-value > select { | 429 #keyboard-overlay .option-value > select { |
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; |
(...skipping 46 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 |