| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 .pod[auth-type='offlinePassword'].focused .password-entry-container { | 169 .pod[auth-type='offlinePassword'].focused .password-entry-container { |
| 170 display: flex; | 170 display: flex; |
| 171 flex: auto; | 171 flex: auto; |
| 172 } | 172 } |
| 173 | 173 |
| 174 .password-container { | 174 .password-container { |
| 175 flex: auto; | 175 flex: auto; |
| 176 } | 176 } |
| 177 | 177 |
| 178 .pod input[type='password'] { | 178 .pod input[type='password'] { |
| 179 background-color: white; |
| 179 border: none; | 180 border: none; |
| 180 padding: 4px 6px; | 181 padding: 4px 6px; |
| 181 position: relative; | 182 position: relative; |
| 182 top: 6px; | 183 top: 6px; |
| 183 width: 100%; | 184 width: 100%; |
| 184 } | 185 } |
| 185 | 186 |
| 186 .capslock-hint-container { | 187 .capslock-hint-container { |
| 187 display: none; | 188 display: none; |
| 188 } | 189 } |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 top: 4px; | 571 top: 4px; |
| 571 } | 572 } |
| 572 | 573 |
| 573 .pod.public-account.expanded.advanced .language-and-input-container { | 574 .pod.public-account.expanded.advanced .language-and-input-container { |
| 574 display: none; | 575 display: none; |
| 575 } | 576 } |
| 576 | 577 |
| 577 .enter-button { | 578 .enter-button { |
| 578 font-size: 14px; | 579 font-size: 14px; |
| 579 } | 580 } |
| OLD | NEW |