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

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

Issue 309643006: Desktop user manager: Icons for supervised users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 top: 10px; 72 top: 10px;
73 width: 35px; 73 width: 35px;
74 z-index: 1; 74 z-index: 1;
75 } 75 }
76 76
77 html[dir=rtl] .pod .locked-indicator { 77 html[dir=rtl] .pod .locked-indicator {
78 right: 10px; 78 right: 10px;
79 } 79 }
80 80
81 .pod .supervised-indicator { 81 .pod .supervised-indicator {
82 /* TODO(treib): Use round icon when it's available. */ 82 background-image: url('chrome://theme/IDR_ICON_PROFILES_SUPERVISED');
83 background-image: url('chrome://theme/IDR_MANAGED_USER_ICON');
84 background-repeat: no-repeat; 83 background-repeat: no-repeat;
85 height: 35px; 84 height: 35px;
86 left: 10px; 85 left: 10px;
87 position: absolute; 86 position: absolute;
88 top: 10px; 87 top: 10px;
89 width: 35px; 88 width: 35px;
90 z-index: 1; 89 z-index: 1;
91 } 90 }
92 91
93 html[dir=rtl] .pod .supervised-indicator { 92 html[dir=rtl] .pod .supervised-indicator {
94 right: 10px; 93 right: 10px;
95 } 94 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698