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 d76a045cbedd6ed28a701a91cab03947174380ad..298ff19f5915ecccc65fd963acb6400dce263a43 100644 |
--- a/chrome/browser/resources/user_manager/user_manager.css |
+++ b/chrome/browser/resources/user_manager/user_manager.css |
@@ -73,3 +73,15 @@ sign-in button. */ |
width: 35px; |
z-index: 1; |
} |
+ |
+.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; |
Nikita (slow)
2014/05/28 14:54:06
Please make this RTL friendly.
Marc Treib
2014/05/28 15:10:48
The supervised icon is supposed to take the place
|
+ position: absolute; |
+ top: 10px; |
+ width: 35px; |
+ z-index: 1; |
+} |