| 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 af39b7f9f010f0de77266c68ce8d643737954686..878e7ccbcea28bd86f6b5050b0bbcc42765a4e56 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.css
|
| @@ -810,6 +810,23 @@ html[dir=rtl] .step-extra-controls {
|
| 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;
|
| }
|
|
|