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

Unified Diff: chrome/browser/resources/options/browser_options.css

Issue 222143002: Mark supervised users in the "Users" list in about:settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #999 instead of gray. Created 6 years, 9 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 | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.css
diff --git a/chrome/browser/resources/options/browser_options.css b/chrome/browser/resources/options/browser_options.css
index ac9230d6714481dfef832f992e59d66ab5c91abe..674abf96aebf0c245927eb2bebf42eaadd8b75a7 100644
--- a/chrome/browser/resources/options/browser_options.css
+++ b/chrome/browser/resources/options/browser_options.css
@@ -87,6 +87,12 @@ html[dir=rtl] #account-picture-wrapper {
min-height: 0;
}
+#profiles-list .profile-container {
+ -webkit-box-align: center;
+ display: -webkit-box;
+ max-width: 100%;
+}
+
#profiles-list .profile-name {
-webkit-box-flex: 1;
overflow: hidden;
@@ -94,6 +100,11 @@ html[dir=rtl] #account-picture-wrapper {
white-space: nowrap;
}
+#profiles-list .profile-supervised {
+ color: #999;
+ margin-left: 5px;
+}
+
#profiles-list > * {
height: 40px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698