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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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, |
451 #accessibility-autoclick-label { | 451 #accessibility-autoclick-label { |
452 /* Same as .controlled-setting-with-label > input + span. */ | 452 /* Same as .controlled-setting-with-label > input + span. */ |
453 -webkit-margin-start: 0.6em; | 453 -webkit-margin-start: 0.6em; |
454 } | 454 } |
455 | 455 |
| 456 #battery-icon { |
| 457 display: inline-block; |
| 458 height: 25px; |
| 459 vertical-align: middle; |
| 460 width: 25px; |
| 461 } |
| 462 |
456 div[guestmode=true] :-webkit-any( | 463 div[guestmode=true] :-webkit-any( |
457 <if expr="not chromeos"> | 464 <if expr="not chromeos"> |
458 #searchBox, | 465 #searchBox, |
459 </if> | 466 </if> |
460 #appearance-section, | 467 #appearance-section, |
461 #startup-section, | 468 #startup-section, |
462 #reset-profile-settings-section) { | 469 #reset-profile-settings-section) { |
463 display: none; | 470 display: none; |
464 } | 471 } |
465 | 472 |
466 div[supervisedMode=true] :-webkit-any( | 473 div[supervisedMode=true] :-webkit-any( |
467 #profiles-enable-guest, | 474 #profiles-enable-guest, |
468 #profiles-enable-add-person) { | 475 #profiles-enable-add-person) { |
469 display: none; | 476 display: none; |
470 } | 477 } |
471 | 478 |
472 footer { | 479 footer { |
473 display: flex; | 480 display: flex; |
474 } | 481 } |
475 | 482 |
476 #about-button { | 483 #about-button { |
477 -webkit-margin-end: 30px; | 484 -webkit-margin-end: 30px; |
478 } | 485 } |
479 | 486 |
480 /* An input that has no function except to take up the same amount of space as | 487 /* An input that has no function except to take up the same amount of space as |
481 * a checkbox. */ | 488 * a checkbox. */ |
482 .spacer-checkbox { | 489 .spacer-checkbox { |
483 visibility: hidden; | 490 visibility: hidden; |
484 } | 491 } |
OLD | NEW |