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

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

Issue 1736733003: MD Settings: Custom expand/collapse section animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/settings_page.css
diff --git a/chrome/browser/resources/settings/settings_page.css b/chrome/browser/resources/settings/settings_page.css
index 9e44ff94f521185aa9bec4b8022bf6bdf5392a44..78d34a063d4ca921741e9cd095522d32cd8f39b6 100644
--- a/chrome/browser/resources/settings/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page.css
@@ -5,8 +5,13 @@
:host {
display: block;
height: 100%;
- margin: auto;
+ margin: 24px auto;
max-width: 960px;
min-width: 622px;
+ position: relative;
width: 80%;
}
+
+:host > * {
+ margin-bottom: 16px;
+}

Powered by Google App Engine
This is Rietveld 408576698