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

Side by Side Diff: chrome/browser/resources/user_manager/user_manager.css

Issue 307483002: Desktop user manager: Adjustments for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid of isDesktopSupervisedUser. 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 5
6 /* Overrides for the desktop user manager screen. */ 6 /* Overrides for the desktop user manager screen. */
7 .oobe-display { 7 .oobe-display {
8 background-color: #eee; 8 background-color: #eee;
9 } 9 }
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 .pod .locked-indicator { 66 .pod .locked-indicator {
67 background-image: url('chrome://theme/IDR_ICON_PROFILES_LOCKED'); 67 background-image: url('chrome://theme/IDR_ICON_PROFILES_LOCKED');
68 background-repeat: no-repeat; 68 background-repeat: no-repeat;
69 height: 35px; 69 height: 35px;
70 left: 10px; 70 left: 10px;
71 position: absolute; 71 position: absolute;
72 top: 10px; 72 top: 10px;
73 width: 35px; 73 width: 35px;
74 z-index: 1; 74 z-index: 1;
75 } 75 }
76
77 .pod .supervised-indicator {
78 /* TODO(treib): Use round icon when it's available. */
79 background-image: url('chrome://theme/IDR_MANAGED_USER_ICON');
80 background-repeat: no-repeat;
81 height: 35px;
82 left: 10px;
Nikita (slow) 2014/05/28 14:54:06 Please make this RTL friendly.
Marc Treib 2014/05/28 15:10:48 The supervised icon is supposed to take the place
83 position: absolute;
84 top: 10px;
85 width: 35px;
86 z-index: 1;
87 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/login/user_pod_template.html ('k') | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698