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

Unified Diff: chrome/browser/resources/chromeos/first_run/app/style.css

Issue 169173007: CrOs first-run UI polished. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/chromeos/first_run/app/style.css
diff --git a/chrome/browser/resources/chromeos/first_run/app/style.css b/chrome/browser/resources/chromeos/first_run/app/style.css
index 33cce94564b324d229ebe52773121e2401095499..399b29ada465f2b8f62a9c03ccc5d97a8eb1a678 100644
--- a/chrome/browser/resources/chromeos/first_run/app/style.css
+++ b/chrome/browser/resources/chromeos/first_run/app/style.css
@@ -13,7 +13,6 @@ body {
align-items: center;
display: flex;
flex-direction: column;
- height: 475px;
padding: 40px;
text-align: center;
width: 720px;
@@ -28,20 +27,12 @@ body {
.step.dialog p {
font-size: 15px;
margin-bottom: 0;
+ margin-top: 0;
}
.step.dialog .controls {
- display: flex;
- flex-direction: column;
- flex-grow: 1;
-}
-
-.step.dialog .controls .margin-top {
- flex-grow: 8;
-}
-
-.step.dialog .controls .margin-bottom {
- flex-grow: 5;
+ margin-bottom: 0;
+ margin-top: 40px;
}
.step.dialog .controls button {
@@ -76,3 +67,8 @@ body {
-webkit-margin-end: 0;
display: inline;
}
+
+.step.dialog .greeting-image {
+ margin-bottom: 49px;
+ margin-top: 64px;
+}

Powered by Google App Engine
This is Rietveld 408576698