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

Unified Diff: chrome/browser/resources/options/supervised_user_create_confirm.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/supervised_user_create_confirm.css
diff --git a/chrome/browser/resources/options/managed_user_create_confirm.css b/chrome/browser/resources/options/supervised_user_create_confirm.css
similarity index 78%
rename from chrome/browser/resources/options/managed_user_create_confirm.css
rename to chrome/browser/resources/options/supervised_user_create_confirm.css
index a1e8af8b40bd244be9ddd0efb60f5ee2bf59290f..939b34d06bbdd424a6668ca25df6eb87085ab69c 100644
--- a/chrome/browser/resources/options/managed_user_create_confirm.css
+++ b/chrome/browser/resources/options/supervised_user_create_confirm.css
@@ -2,11 +2,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#managed-user-created {
+#supervised-user-created {
width: 722px;
}
-#managed-user-created-title {
+#supervised-user-created-title {
padding: 20px;
word-wrap: break-word;
}
@@ -14,33 +14,33 @@
@media only screen and (max-height:400px) {
/* Omit the image on very small screens. */
-#managed-user-created-image {
+#supervised-user-created-image {
display: none;
}
} /* @media only screen and (max-height:400px) */
-#managed-user-created-image {
+#supervised-user-created-image {
-webkit-border-radius: 3px 3px 0 0;
- -webkit-box-flex: 5;
background-image: -webkit-image-set(
url('../../../../ui/resources/default_100_percent/supervised_illustration_done.png') 1x,
url('../../../../ui/resources/default_200_percent/supervised_illustration_done.png') 2x);
background-position: center;
+ flex: 5;
height: 344px;
}
-#managed-user-created-text {
+#supervised-user-created-text {
padding: 0 20px 0 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
-#managed-user-created-switch {
+#supervised-user-created-switch {
max-width: 600px;
word-wrap: break-word;
}
-#managed-user-created-action-area {
+#supervised-user-created-action-area {
padding: 20px;
}

Powered by Google App Engine
This is Rietveld 408576698