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

Unified Diff: chrome/browser/resources/uber/uber_shared.css

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 2 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/uber/uber_shared.css
diff --git a/chrome/browser/resources/uber/uber_shared.css b/chrome/browser/resources/uber/uber_shared.css
index e713a12ab0201d96672557c4640503d80207023b..34da968b74f39fa547218b300da14ccf327cd9b1 100644
--- a/chrome/browser/resources/uber/uber_shared.css
+++ b/chrome/browser/resources/uber/uber_shared.css
@@ -76,7 +76,7 @@ body.uber-frame header > h1 {
}
/* Create a border under the h1 (but before anything that gets appended
- * to the end of the header, such as the managed prefs banner). */
+ * to the end of the header). */
body.uber-frame header > h1::after {
-webkit-margin-end: 20px;
background-color: #eee;
@@ -131,8 +131,7 @@ body.uber-frame section > div:only-of-type {
-webkit-box-flex: 1;
}
-/* Styles for a hideable notification banner at the top of a page.
- * See the Options page .managed-prefs-banner for a usage example. */
+/* Styles for a hideable notification banner at the top of a page. */
.page.showing-banner {
margin-top: 45px;
}
« no previous file with comments | « chrome/browser/resources/options/pref_ui.js ('k') | chrome/browser/ui/webui/options/chromeos/proxy_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698