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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager.html

Issue 2323813002: MD User Manager: Displays indicators properly when a pod is both child and locked. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/user_manager.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager.html b/chrome/browser/resources/md_user_manager/user_manager.html
index 62892b172f7f2d137ee11c1d01e598cc00e7b88e..134499985bbab77c4c6d2250b6a92878a875df1f 100644
--- a/chrome/browser/resources/md_user_manager/user_manager.html
+++ b/chrome/browser/resources/md_user_manager/user_manager.html
@@ -127,14 +127,17 @@
width: 120px;
}
+ .pod.locked.child .name-container .name {
+ width: 92px;
+ }
+
.pod .indicator-container {
bottom: 10px;
- height: 20px;
+ display: flex;
left: auto;
position: absolute;
right: 10px;
top: auto;
- width: 20px;
}
html[dir='rtl'] .pod .indicator-container {
@@ -150,6 +153,8 @@
background: var(--paper-grey-600);
display: none;
height: 100%;
michaelpg 2016/09/08 16:27:51 remove
Moe 2016/09/08 17:15:56 oops... done.
+ height: 20px;
+ width: 20px;
}
.pod.locked .locked-indicator {
@@ -157,6 +162,10 @@
display: block;
}
+ .pod.locked.child .locked-indicator {
+ -webkit-margin-start: 8px;
+ }
+
.pod.legacy-supervised .legacy-supervised-indicator {
-webkit-mask-image:
url(../../../../ui/webui/resources/images/supervisor_account.svg);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698