X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fresources%2Fchromeos%2Ffirst_run%2Fapp%2Fstyle.css;h=399b29ada465f2b8f62a9c03ccc5d97a8eb1a678;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=33cce94564b324d229ebe52773121e2401095499;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/resources/chromeos/first_run/app/style.css b/src/chrome/browser/resources/chromeos/first_run/app/style.css index 33cce94..399b29a 100644 --- a/src/chrome/browser/resources/chromeos/first_run/app/style.css +++ b/src/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; +}