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

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

Issue 1290583002: Settings: Implement sub-subpages, and clean up some animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify further. fixes display artifact. Created 5 years, 4 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
index 30e00a148c5843771aa479b99f7b4379cfeccd33..ab3d2e3c7def03a1f1fd1eaad218ee849cd32241 100644
--- a/chrome/browser/resources/settings/search_page/search_page.css
+++ b/chrome/browser/resources/settings/search_page/search_page.css
@@ -6,6 +6,10 @@
-webkit-margin-start: 10px;
}
+.search-engines-subpage {
+ margin-top: 10px;
Dan Beam 2015/08/12 21:38:04 hmmm, why here and not for all subpages?
tommycli 2015/08/12 22:11:57 clarified the css.
+}
+
.search-engines {
align-items: center;
display: flex;
@@ -14,4 +18,4 @@
#searchEnginesMenu {
min-width: 150px;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698