| 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;
|
| +}
|
|
|