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

Unified Diff: ui/login/account_picker/user_pod_template.html

Issue 698433003: Desktop User Manager: Use new Material icons for "locked" and "supervised". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_template.html
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
index 555c56c73f537e1a67c4324734139a264fb2334c..61a8fb657141026fffae2fa580a00106302d5999 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -4,8 +4,10 @@
<img class="user-image" alt>
</div>
<div class="signed-in-indicator" i18n-content="signedIn"></div>
- <div class="locked-indicator"></div>
- <div class="supervised-indicator"></div>
+ <div class="indicator-container">
+ <div class="indicator supervised-indicator"></div>
+ <div class="indicator locked-indicator"></div>
+ </div>
</div>
<div class="main-pane">
<div class="name-container">
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698