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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.css

Issue 1125343005: Convert search page to Polymer 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: readonlys Created 5 years, 7 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/settings/search_page/search_page.css
diff --git a/chrome/browser/resources/settings/search_page/search_page.css b/chrome/browser/resources/settings/search_page/search_page.css
new file mode 100644
index 0000000000000000000000000000000000000000..3ae2f4a813a33c79aeeea02ef1fa972c1dd6a568
--- /dev/null
+++ b/chrome/browser/resources/settings/search_page/search_page.css
@@ -0,0 +1,13 @@
+.manage-search-engines {
+ -webkit-margin-start: 10px;
+}
+
+.search-engines {
+ align-items: center;
+ display: flex;
+ margin-top: 20px;
+}
+
+#searchEnginesMenu {
+ min-width: 150px;
+}

Powered by Google App Engine
This is Rietveld 408576698