| Index: chrome/browser/resources/chromeos/login/oobe.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
|
| index e8d6682998e28f325055dda18c374f48022760d8..cd0f5c3242f55c2f49cf4313e53a00511eed908c 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.css
|
| @@ -386,14 +386,18 @@ button {
|
| width: 100%;
|
| }
|
|
|
| -#enroll-confirmation-header {
|
| - font-size: 1.4em;
|
| - font-weight: bold;
|
| +#enroll-confirmation-screen {
|
| + bottom: 0;
|
| + left: 0;
|
| + position: absolute;
|
| + right: 0;
|
| + top: 0;
|
| }
|
|
|
| #enroll-confirmation-content {
|
| height: 1.5em;
|
| margin-top: -.75em;
|
| + position: absolute;
|
| text-align: center;
|
| top: 50%;
|
| width: 100%;
|
|
|