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

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
« 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/search_page/search_page.css b/chrome/browser/resources/settings/search_page/search_page.css
index 30e00a148c5843771aa479b99f7b4379cfeccd33..1c4320e123c2da0a0e00f986b2463ddc68352f73 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 {
+.search-engines-subpage-button {
Dan Beam 2015/08/14 21:23:07 did you mean... cr-button.search-engines-subpag
tommycli 2015/08/14 21:27:42 Hmm... that's what I had in PS#4, yet it was still
Dan Beam 2015/08/14 21:33:39 no, it's not. notice the difference between "a.b"
+ margin-top: 10px;
+}
+
+.search-engines-button {
align-items: center;
display: flex;
margin-top: 20px;
@@ -14,4 +18,4 @@
#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