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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 outline: none; | 215 outline: none; |
216 padding: 0; | 216 padding: 0; |
217 position: absolute; | 217 position: absolute; |
218 top: 0; | 218 top: 0; |
219 width: 26px; | 219 width: 26px; |
220 z-index: 1; | 220 z-index: 1; |
221 } | 221 } |
222 | 222 |
223 .user-type-icon-image { | 223 .user-type-icon-image { |
224 background-color: transparent; | 224 background-color: transparent; |
225 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_NORMAL'); | 225 background-image: url('chrome://theme/IDR_MANAGED_MODE_ICON'); |
226 border: 0 !important; | 226 border: 0 !important; |
227 height: 16px; | 227 height: 16px; |
228 margin: 5px; | 228 margin: 5px; |
229 padding: 0; | 229 padding: 0; |
230 width: 16px; | 230 width: 16px; |
231 } | 231 } |
232 | 232 |
233 | |
234 html[dir=rtl] .action-box-area { | 233 html[dir=rtl] .action-box-area { |
235 left: 0; | 234 left: 0; |
236 right: auto; | 235 right: auto; |
237 } | 236 } |
238 | 237 |
239 .action-box-button:hover { | 238 .action-box-button:hover { |
240 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_HOVER'); | 239 background-image: url('chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_HOVER'); |
241 } | 240 } |
242 | 241 |
243 .action-box-area.active .action-box-button { | 242 .action-box-area.active .action-box-button { |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 .pod.public-account.expanded .name, | 445 .pod.public-account.expanded .name, |
447 .pod.public-account.expanded .learn-more { | 446 .pod.public-account.expanded .learn-more { |
448 display: none; | 447 display: none; |
449 } | 448 } |
450 | 449 |
451 .pod.public-account.expanded .side-pane-divider, | 450 .pod.public-account.expanded .side-pane-divider, |
452 .pod.public-account.expanded .side-pane-container, | 451 .pod.public-account.expanded .side-pane-container, |
453 .pod.public-account.animating .side-pane-container { | 452 .pod.public-account.animating .side-pane-container { |
454 visibility: inherit; | 453 visibility: inherit; |
455 } | 454 } |
OLD | NEW |