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

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: rebase 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_page/search_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_page/search_page.css
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.css b/chrome/browser/resources/settings/search_page/search_page.css
similarity index 58%
copy from chrome/browser/resources/settings/date_time_page/date_time_page.css
copy to chrome/browser/resources/settings/search_page/search_page.css
index 64b2a421354c0a0c2e88af2eb44f0153cc84f426..30e00a148c5843771aa479b99f7b4379cfeccd33 100644
--- a/chrome/browser/resources/settings/date_time_page/date_time_page.css
+++ b/chrome/browser/resources/settings/search_page/search_page.css
@@ -2,13 +2,16 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.time-zone-label {
- -webkit-margin-end: 20px;
+.manage-search-engines {
-webkit-margin-start: 10px;
- margin-bottom: 10px;
- margin-top: 10px;
}
-#setAutomatically {
- margin: 10px;
+.search-engines {
+ align-items: center;
+ display: flex;
+ margin-top: 20px;
}
+
+#searchEnginesMenu {
+ min-width: 150px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_page/search_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698