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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/user_manager/user_manager.css
diff --git a/chrome/browser/resources/user_manager/user_manager.css b/chrome/browser/resources/user_manager/user_manager.css
index d76a045cbedd6ed28a701a91cab03947174380ad..298ff19f5915ecccc65fd963acb6400dce263a43 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -73,3 +73,15 @@ sign-in button. */
width: 35px;
z-index: 1;
}
+
+.pod .supervised-indicator {
+ /* TODO(treib): Use round icon when it's available. */
+ background-image: url('chrome://theme/IDR_MANAGED_USER_ICON');
+ background-repeat: no-repeat;
+ height: 35px;
+ 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
+ position: absolute;
+ top: 10px;
+ width: 35px;
+ z-index: 1;
+}
« 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