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

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

Issue 1965553002: MD Settings: Page and animation fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 510ba58c3e41c6f7dc5186f661628f5823b66863..859ffa5b898bd10c6579f886da4320b946e86f69 100644
--- a/chrome/browser/resources/settings/settings_page.css
+++ b/chrome/browser/resources/settings/settings_page.css
@@ -3,10 +3,13 @@
* found in the LICENSE file. */
:host {
+ box-sizing: border-box;
display: block;
- margin: 24px auto;
+ height: 100%;
+ margin: 0 auto;
max-width: 960px;
min-width: 622px;
+ padding: 24px 0;
position: relative;
width: 80%;
}

Powered by Google App Engine
This is Rietveld 408576698