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

Unified Diff: chrome/browser/resources/options/managed_user_learn_more.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/managed_user_learn_more.css
diff --git a/chrome/browser/resources/options/managed_user_learn_more.css b/chrome/browser/resources/options/managed_user_learn_more.css
deleted file mode 100644
index d22a9a7b841143a72d48c648acd19d01f68c0df8..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/managed_user_learn_more.css
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-#managed-user-learn-more {
- width: 722px;
-}
-
-#managed-user-learn-more-title {
- padding: 20px;
-}
-
-#managed-user-learn-more-text {
- padding: 0 20px 0 20px;
- white-space: pre-wrap;
- word-wrap: break-word;
-}
-
-@media only screen and (max-height:500px) {
-
-/* Omit the image on very small screens. */
-#managed-user-learn-more-image {
- display: none;
-}
-
-} /* @media only screen and (max-height:500px) */
-
-#managed-user-learn-more-image {
- -webkit-border-radius: 3px 3px 0 0;
- -webkit-box-flex: 1;
- background-image: -webkit-image-set(
- url('../../../../ui/resources/default_100_percent/supervised_illustration_start.png') 1x,
- url('../../../../ui/resources/default_200_percent/supervised_illustration_start.png') 2x);
- background-position: center;
- height: 344px;
-}
-
-#managed-user-learn-more-action-area {
- padding: 20px;
-}
« no previous file with comments | « chrome/browser/resources/options/managed_user_import.js ('k') | chrome/browser/resources/options/managed_user_learn_more.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698