| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 background-color: #f3f3f3; | 365 background-color: #f3f3f3; |
| 366 } | 366 } |
| 367 | 367 |
| 368 .action-box-remove-user-warning { | 368 .action-box-remove-user-warning { |
| 369 border-top: 1px solid lightgray; | 369 border-top: 1px solid lightgray; |
| 370 font-size: 12px; | 370 font-size: 12px; |
| 371 line-height: 18px; | 371 line-height: 18px; |
| 372 padding: 20px; | 372 padding: 20px; |
| 373 } | 373 } |
| 374 | 374 |
| 375 .action-box-remove-user-warning-text { | 375 .action-box-remove-user-warning-text, |
| 376 .action-box-remove-supervised-user-warning-text { |
| 376 padding-bottom: 20px; | 377 padding-bottom: 20px; |
| 377 } | 378 } |
| 378 | 379 |
| 379 .action-box-remove-user-warning .remove-warning-button { | 380 .action-box-remove-user-warning .remove-warning-button { |
| 380 width: 100%; | 381 width: 100%; |
| 381 } | 382 } |
| 382 | 383 |
| 383 .user-type-bubble { | 384 .user-type-bubble { |
| 384 background-color: white; | 385 background-color: white; |
| 385 border: 1px solid lightgray; | 386 border: 1px solid lightgray; |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 top: 4px; | 577 top: 4px; |
| 577 } | 578 } |
| 578 | 579 |
| 579 .pod.public-account.expanded.advanced .language-and-input-container { | 580 .pod.public-account.expanded.advanced .language-and-input-container { |
| 580 display: none; | 581 display: none; |
| 581 } | 582 } |
| 582 | 583 |
| 583 .enter-button { | 584 .enter-button { |
| 584 font-size: 14px; | 585 font-size: 14px; |
| 585 } | 586 } |
| OLD | NEW |