| 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 d84ca77af31bdd15a8e26d0e5fa0c5efd7a74fc8..e9aac23654cab31b2cd2e682da50053a0a5480b6 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.css
|
| @@ -807,6 +807,23 @@ html[dir=rtl] #update #update-checking-ellipsis {
|
| height: 222px;
|
| }
|
|
|
| +#cros-eula-loading {
|
| + -webkit-align-items: center;
|
| + -webkit-flex-direction: column;
|
| + -webkit-justify-content: center;
|
| + display: none;
|
| + height: 100%;
|
| + width: 100%;
|
| +}
|
| +
|
| +.step.eula-loading #cros-eula-frame {
|
| + display: none;
|
| +}
|
| +
|
| +.step.eula-loading #cros-eula-loading {
|
| + display: -webkit-flex;
|
| +}
|
| +
|
| #cros-eula {
|
| width: 314px;
|
| }
|
|
|