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..385cc880d776411bb56ee606f4040f1be101f5b8 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 { |
@@ -149,7 +152,8 @@ |
-webkit-mask-size: 16px; |
background: var(--paper-grey-600); |
display: none; |
- height: 100%; |
+ height: 20px; |
+ width: 20px; |
} |
.pod.locked .locked-indicator { |
@@ -157,6 +161,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); |