| 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 margin-left: 30px; | 6 margin-left: 30px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #home-page-url { | 9 #home-page-url { |
| 10 display: inline-block; | 10 display: inline-block; |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 #privacy-explanation { | 407 #privacy-explanation { |
| 408 line-height: 1.8em; | 408 line-height: 1.8em; |
| 409 } | 409 } |
| 410 | 410 |
| 411 #advanced-settings { | 411 #advanced-settings { |
| 412 height: 0; | 412 height: 0; |
| 413 margin-top: 8px; | 413 margin-top: 8px; |
| 414 overflow: hidden; | 414 overflow: hidden; |
| 415 } | 415 } |
| 416 | 416 |
| 417 #auto-open-file-types-label { | |
| 418 padding: 0.45em 0 | |
| 419 } | |
| 420 | |
| 421 .sliding { | 417 .sliding { |
| 422 -webkit-transition: height 200ms; | 418 -webkit-transition: height 200ms; |
| 423 overflow-y: hidden; | 419 overflow-y: hidden; |
| 424 } | 420 } |
| 425 | 421 |
| 426 #keyboard-overlay .option-value > select { | 422 #keyboard-overlay .option-value > select { |
| 427 width: 100%; | 423 width: 100%; |
| 428 } | 424 } |
| 429 | 425 |
| 430 #keyboard-overlay table { | 426 #keyboard-overlay table { |
| 431 /* Same as .settings-row {margin}. */ | 427 /* Same as .settings-row {margin}. */ |
| 432 -webkit-border-vertical-spacing: 0.65em; | 428 -webkit-border-vertical-spacing: 0.65em; |
| 433 } | 429 } |
| 434 | 430 |
| 435 #accessibility-autoclick .controlled-setting-with-label { | 431 #accessibility-autoclick .controlled-setting-with-label { |
| 436 -webkit-box-align: baseline; | 432 -webkit-box-align: baseline; |
| 437 } | 433 } |
| 438 | 434 |
| 439 #accessibility-autoclick label + select { | 435 #accessibility-autoclick label + select { |
| 440 /* Same as .controlled-setting-with-label > input + span. */ | 436 /* Same as .controlled-setting-with-label > input + span. */ |
| 441 -webkit-margin-start: 0.6em; | 437 -webkit-margin-start: 0.6em; |
| 442 } | 438 } |
| OLD | NEW |