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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 } | 498 } |
499 | 499 |
500 .info { | 500 .info { |
501 flex: auto; | 501 flex: auto; |
502 font-size: 13px; | 502 font-size: 13px; |
503 margin: 5px 10px 0 10px; | 503 margin: 5px 10px 0 10px; |
504 overflow: hidden; | 504 overflow: hidden; |
505 text-overflow: ellipsis; | 505 text-overflow: ellipsis; |
506 white-space: nowrap; | 506 white-space: nowrap; |
507 } | 507 } |
OLD | NEW |