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

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

Issue 2004663002: [MD settings] change line heights and section widths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 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
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 859ffa5b898bd10c6579f886da4320b946e86f69..f30fb6c9cef56ded74764509b528050bb20dd91b 100644
--- a/chrome/browser/resources/settings/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page.css
@@ -9,11 +9,15 @@
margin: 0 auto;
max-width: 960px;
min-width: 622px;
- padding: 24px 0;
+ padding-bottom: 24px;
position: relative;
- width: 80%;
+ width: 96%;
}
:host > * {
- margin-bottom: 16px;
+ /* The margin and padding here are doing two things: make the total separation
+ * 24px; and make scrollIntoView align the section header with the top item in
+ * the side nav menu. Both things are desired by Alan (bettes@). */
+ margin-bottom: 3px;
+ padding-top: 21px;
}

Powered by Google App Engine
This is Rietveld 408576698