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; |
+} |