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

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: Rebase + RTL friendly 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 58ef509d42cf17c85d33eaf0c74f4f4b93b02888..e8ecc17480c317381babe769431398f14d7f1ff1 100644
--- a/chrome/browser/resources/user_manager/user_manager.css
+++ b/chrome/browser/resources/user_manager/user_manager.css
@@ -77,3 +77,19 @@ sign-in button. */
html[dir=rtl] .pod .locked-indicator {
right: 10px;
}
+
+.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;
+ position: absolute;
+ top: 10px;
+ width: 35px;
+ z-index: 1;
+}
+
+html[dir=rtl] .pod .supervised-indicator {
+ right: 10px;
+}
« 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