Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: chrome/browser/resources/login/user_pod_row.css

Issue 341453002: [multi-profiles] Allow bringing up sign in UI even if all users are restricted per their policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 } 293 }
294 294
295 .user-type-icon-area.policy .user-type-icon-image { 295 .user-type-icon-area.policy .user-type-icon-image {
296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY'); 296 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
297 } 297 }
298 298
299 .user-type-icon-area.app .user-type-icon-image { 299 .user-type-icon-area.app .user-type-icon-image {
300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON'); 300 background-image: url('chrome://theme/IDR_KIOSK_APP_USER_POD_ICON');
301 } 301 }
302 302
303 .bubble-shown,
303 .user-type-icon-area.policy:hover ~ .user-type-bubble { 304 .user-type-icon-area.policy:hover ~ .user-type-bubble {
304 opacity: 1; 305 opacity: 1;
305 visibility: visible; 306 visibility: visible;
306 } 307 }
307 308
308 .user-type-bubble { 309 .user-type-bubble {
309 -webkit-transition: all 100ms ease-in-out; 310 -webkit-transition: all 100ms ease-in-out;
310 background-color: white; 311 background-color: white;
311 border: 1px solid lightgray; 312 border: 1px solid lightgray;
312 border-radius: 2px; 313 border-radius: 2px;
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 .pod.public-account.expanded .name, 589 .pod.public-account.expanded .name,
589 .pod.public-account.expanded .learn-more { 590 .pod.public-account.expanded .learn-more {
590 display: none; 591 display: none;
591 } 592 }
592 593
593 .pod.public-account.expanded .side-pane-divider, 594 .pod.public-account.expanded .side-pane-divider,
594 .pod.public-account.expanded .side-pane-container, 595 .pod.public-account.expanded .side-pane-container,
595 .pod.public-account.animating .side-pane-container { 596 .pod.public-account.animating .side-pane-container {
596 visibility: inherit; 597 visibility: inherit;
597 } 598 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/login/display_manager.js ('k') | chrome/browser/resources/login/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698