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

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: 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..bdbfbc86e2193ad49c58758a6f3f841417ef2773 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;
font-size: 1em;
margin: 20px 0;
}
@@ -51,12 +53,12 @@ paper-dialog .cancel-button {
}
paper-dialog .explanation {
+ flex: 1;
dpapad 2016/01/12 00:43:47 As discussed in person, it looks better to me to r
dschuyler 2016/01/12 19:49:37 I like those suggestions. I've asked Alan for his
margin-bottom: 35px;
}
paper-dialog .button-container {
display: flex;
- flex: 1;
justify-content: flex-end;
}

Powered by Google App Engine
This is Rietveld 408576698