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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 .action-box-area.active ~ .action-box-menu { | 267 .action-box-area.active ~ .action-box-menu { |
268 opacity: 1; | 268 opacity: 1; |
269 visibility: visible; | 269 visibility: visible; |
270 } | 270 } |
271 | 271 |
272 .action-box-menu-title { | 272 .action-box-menu-title { |
273 -webkit-box-orient: vertical; | 273 -webkit-box-orient: vertical; |
274 -webkit-box-pack: center; | 274 -webkit-box-pack: center; |
275 color: #b4b4b4; | 275 color: #b4b4b4; |
276 display: -webkit-box; | 276 display: -webkit-box; |
277 min-height: 46px; | |
278 padding: 7px 20px; | 277 padding: 7px 20px; |
279 } | 278 } |
280 | 279 |
281 .action-box-menu-title-name { | 280 .action-box-menu-title-name { |
282 display: -webkit-box; | 281 display: -webkit-box; |
| 282 min-height: 23px; |
283 } | 283 } |
284 | 284 |
285 .action-box-menu-title-email { | 285 .action-box-menu-title-email { |
286 display: block; | 286 display: block; |
| 287 min-height: 23px; |
287 overflow: hidden; | 288 overflow: hidden; |
288 text-overflow: ellipsis; | 289 text-overflow: ellipsis; |
289 white-space: nowrap; | 290 white-space: nowrap; |
290 } | 291 } |
291 | 292 |
292 .action-box-menu-remove { | 293 .action-box-menu-remove { |
293 -webkit-box-align: center; | 294 -webkit-box-align: center; |
294 border-top: 1px solid lightgray; | 295 border-top: 1px solid lightgray; |
295 display: -webkit-box; | 296 display: -webkit-box; |
296 min-height: 29px; | 297 min-height: 29px; |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 .pod.public-account.expanded .name, | 446 .pod.public-account.expanded .name, |
446 .pod.public-account.expanded .learn-more { | 447 .pod.public-account.expanded .learn-more { |
447 display: none; | 448 display: none; |
448 } | 449 } |
449 | 450 |
450 .pod.public-account.expanded .side-pane-divider, | 451 .pod.public-account.expanded .side-pane-divider, |
451 .pod.public-account.expanded .side-pane-container, | 452 .pod.public-account.expanded .side-pane-container, |
452 .pod.public-account.animating .side-pane-container { | 453 .pod.public-account.animating .side-pane-container { |
453 visibility: inherit; | 454 visibility: inherit; |
454 } | 455 } |
OLD | NEW |