| 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 12a8deed622ec6cc61c18555ca99f4c6ac7bd05f..c1d3e9a47a87da666271fbc90ea54153b8e29dde 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.css
|
| @@ -434,6 +434,21 @@ html[dir=rtl] #user-image-preview {
|
| width: 32em;
|
| }
|
|
|
| +#update .update-stats-div {
|
| + margin: 4px 0;
|
| +}
|
| +
|
| +#update .update-stats-item {
|
| + -webkit-box-align: start;
|
| + display: -webkit-box;
|
| + margin: 4px 0;
|
| +}
|
| +
|
| +#update .update-stats-label {
|
| + display: block;
|
| + width: 150px;
|
| +}
|
| +
|
| #update #update-cancel-hint {
|
| color: rgb(170, 0, 0);
|
| left: 50%;
|
|
|