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

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: 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..f91eefcdd772df8efe8a18601dc7e574f2caedaa 100644
--- a/chrome/browser/resources/settings/search_page/search_page.css
+++ b/chrome/browser/resources/settings/search_page/search_page.css
@@ -6,7 +6,11 @@
-webkit-margin-start: 10px;
}
-.search-engines {
+cr-button .search-engines-subpage {
Dan Beam 2015/08/13 21:52:10 uh, what? there's a subpage living inside a butto
tommycli 2015/08/13 22:46:47 Done.
+ margin-top: 10px;
+}
+
+cr-button .search-engines {
align-items: center;
display: flex;
margin-top: 20px;
@@ -14,4 +18,4 @@
#searchEnginesMenu {
min-width: 150px;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698