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

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

Issue 1576253002: [MD settings] OnStartup settings layout closer to mocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 4 years, 11 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_dialog.css
diff --git a/chrome/browser/resources/settings/settings_dialog.css b/chrome/browser/resources/settings/settings_dialog.css
index f868244eaf6d680e775b5b3cf4fde8b48a951da7..e2d69f55d855fee105eb1fefbe560430f92b481e 100644
--- a/chrome/browser/resources/settings/settings_dialog.css
+++ b/chrome/browser/resources/settings/settings_dialog.css
@@ -28,6 +28,8 @@ paper-dialog .title {
}
paper-dialog .body {
+ display: flex;
+ flex-flow: column;
dpapad 2016/01/12 20:11:27 Nit: I don't think these make any visual differenc
dschuyler 2016/01/12 20:27:02 Ah, I believe they did in Patch 1 of this CL and t
font-size: 1em;
margin: 20px 0;
}
@@ -56,7 +58,6 @@ paper-dialog .explanation {
paper-dialog .button-container {
display: flex;
- flex: 1;
justify-content: flex-end;
}

Powered by Google App Engine
This is Rietveld 408576698