OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 /* Temporarily disabled because animation interferes with updating screen's | 9 /* Temporarily disabled because animation interferes with updating screen's |
10 size. */ | 10 size. */ |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 top: 4px; | 570 top: 4px; |
571 } | 571 } |
572 | 572 |
573 .pod.public-account.expanded.advanced .language-and-input-container { | 573 .pod.public-account.expanded.advanced .language-and-input-container { |
574 display: none; | 574 display: none; |
575 } | 575 } |
576 | 576 |
577 .enter-button { | 577 .enter-button { |
578 font-size: 14px; | 578 font-size: 14px; |
579 } | 579 } |
OLD | NEW |