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

Unified Diff: chrome/browser/resources/options2/options.html

Issue 9307026: make search box in settings page not get hidden behind enterprise warning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make the banner show on the search page as well Created 8 years, 11 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/options2/options.html
diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
index cfee5fd19070ad9b45d00a97ad6840ab42b62e68..263c4a8b24edd3510d22d0dc57bc4192590050c4 100644
--- a/chrome/browser/resources/options2/options.html
+++ b/chrome/browser/resources/options2/options.html
@@ -106,7 +106,7 @@
</div>
<div id="main-content">
<div id="mainview">
- <div id="managed-prefs-banner" class="managed-prefs-banner" hidden>
+ <div id="managed-prefs-banner" class="managed-prefs-banner hidden">
James Hawkins 2012/02/05 05:13:10 Why did you make 'hidden' a class?
Tyler Breisacher (Chromium) 2012/02/06 18:46:50 As far as I can tell, if we use the "hidden" attri
James Hawkins 2012/02/09 04:41:45 Why not? blah[hidden] { height: 0; } Nothing e
<span id="managed-prefs-icon" class="managed-prefs-icon"></span>
<span id="managed-prefs-text" class="managed-prefs-text"></span>
</div>

Powered by Google App Engine
This is Rietveld 408576698