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 * This is the stylesheet used by user pods row of account picker UI. | 5 * This is the stylesheet used by user pods row of account picker UI. |
6 */ | 6 */ |
7 | 7 |
8 podrow { | 8 podrow { |
9 -webkit-box-align: center; | 9 -webkit-box-align: center; |
10 -webkit-box-pack: center; | 10 -webkit-box-pack: center; |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 } | 416 } |
417 | 417 |
418 .pod.public-account.expanded .name, | 418 .pod.public-account.expanded .name, |
419 .pod.public-account.expanded .learn-more { | 419 .pod.public-account.expanded .learn-more { |
420 display: none; | 420 display: none; |
421 } | 421 } |
422 | 422 |
423 .pod.public-account.expanded .side-pane-divider, | 423 .pod.public-account.expanded .side-pane-divider, |
424 .pod.public-account.expanded .side-pane-container, | 424 .pod.public-account.expanded .side-pane-container, |
425 .pod.public-account.animating .side-pane-container { | 425 .pod.public-account.animating .side-pane-container { |
426 visibility: visible; | 426 visibility: inherit; |
427 } | 427 } |
OLD | NEW |