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

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

Issue 181293005: Show the full extension information in the extension controlled setting bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add space Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/search_engine_manager_engine_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/search_engine_manager.css
diff --git a/chrome/browser/resources/options/search_engine_manager.css b/chrome/browser/resources/options/search_engine_manager.css
index c19734da4e40cc37c32f4352e6618665cef8bb96..68ad445ab7fce8a8bcf424ab494786f5377e4555 100644
--- a/chrome/browser/resources/options/search_engine_manager.css
+++ b/chrome/browser/resources/options/search_engine_manager.css
@@ -78,4 +78,12 @@
display: none;
}
+#default-search-engine-list {
+ z-index: 2;
+}
+
+#other-search-engine-list {
+ z-index: 1;
+}
+
/* End temporary Make Default button styling */
« no previous file with comments | « no previous file | chrome/browser/resources/options/search_engine_manager_engine_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698