| 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 #accessibility-autoclick .controlled-setting-with-label { | 471 #accessibility-autoclick .controlled-setting-with-label { |
| 472 -webkit-box-align: baseline; | 472 -webkit-box-align: baseline; |
| 473 } | 473 } |
| 474 | 474 |
| 475 #accessibility-autoclick-dropdown, | 475 #accessibility-autoclick-dropdown, |
| 476 #accessibility-autoclick-label { | 476 #accessibility-autoclick-label { |
| 477 /* Same as .controlled-setting-with-label > input + span. */ | 477 /* Same as .controlled-setting-with-label > input + span. */ |
| 478 -webkit-margin-start: 0.6em; | 478 -webkit-margin-start: 0.6em; |
| 479 } | 479 } |
| 480 | 480 |
| 481 #accessibility-screen-magnifier-center-focus-check { |
| 482 -webkit-margin-start: 0.4em; |
| 483 } |
| 484 |
| 481 #battery-icon { | 485 #battery-icon { |
| 482 display: inline-block; | 486 display: inline-block; |
| 483 height: 25px; | 487 height: 25px; |
| 484 vertical-align: middle; | 488 vertical-align: middle; |
| 485 width: 25px; | 489 width: 25px; |
| 486 } | 490 } |
| 487 | 491 |
| 488 div[guestmode=true] :-webkit-any( | 492 div[guestmode=true] :-webkit-any( |
| 489 <if expr="not chromeos"> | 493 <if expr="not chromeos"> |
| 490 #searchBox, | 494 #searchBox, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 507 | 511 |
| 508 #about-button { | 512 #about-button { |
| 509 -webkit-margin-end: 30px; | 513 -webkit-margin-end: 30px; |
| 510 } | 514 } |
| 511 | 515 |
| 512 /* An input that has no function except to take up the same amount of space as | 516 /* An input that has no function except to take up the same amount of space as |
| 513 * a checkbox. */ | 517 * a checkbox. */ |
| 514 .spacer-checkbox { | 518 .spacer-checkbox { |
| 515 visibility: hidden; | 519 visibility: hidden; |
| 516 } | 520 } |
| OLD | NEW |