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

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

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
Index: chrome/browser/resources/options/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index 1c2ed4416f83ae1594ee5effb6f7b9eaf066f466..8abddd068326a35a97fa92ccdc011a0d4b1e27d2 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -122,7 +122,7 @@ html[dir='rtl'] #create-profile-error-bubble {
-webkit-margin-end: 10px;
}
-#delete-managed-profile-addendum {
+#delete-supervised-profile-addendum {
-webkit-padding-start: 48px;
margin-top: 10px;
}
@@ -137,26 +137,26 @@ html[dir='rtl'] #delete-profile-icon {
margin-left: 10px;
}
-#create-profile-managed-not-signed-in {
+#create-profile-supervised-not-signed-in {
color: #999;
}
-#create-profile-managed-not-signed-in-label,
-#create-profile-managed-account-details-out-of-date-label {
+#create-profile-supervised-not-signed-in-label,
+#create-profile-supervised-account-details-out-of-date-label {
white-space: pre-wrap;
word-wrap: break-word;
}
-#create-profile-managed-content-area {
+#create-profile-supervised-content-area {
padding-top: 5px;
}
-#import-existing-managed-user-link {
+#import-existing-supervised-user-link {
left: 17px;
position: absolute;
}
-#supervised-user-import {
+#supervised-user-import-existing {
margin: 0;
padding: 0;
}

Powered by Google App Engine
This is Rietveld 408576698