Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_screen_reset.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_reset.css b/chrome/browser/resources/chromeos/login/oobe_screen_reset.css |
| index 27b95061383c98fd5030d37666b975df919dab5a..e79bf4be8b1e5fae7a7fb66d27de8eefe87cf138 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_reset.css |
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_reset.css |
| @@ -8,10 +8,16 @@ |
| font-size: 16px; |
| min-height: 423px; |
| padding: 40px 17px 80px; |
| - text-align: center; |
| + text-align: start; |
| width: 722px; |
| } |
| +#reset[md-mode] { |
| + min-height: unset; |
| + padding: unset; |
| + width: 768px; |
|
Alexander Alekseev
2017/04/11 04:19:26
Could you specify text-align here, and not update
Wenzhao (Colin) Zang
2017/04/11 20:42:54
Acknowledged.
|
| +} |
| + |
| #reset #reset-controls { |
| bottom: 40px; |
| justify-content: center; |
| @@ -22,20 +28,27 @@ |
| margin: 0 10px; |
| } |
| -#reset #reset-warning-icon { |
|
Alexander Alekseev
2017/04/11 04:19:26
reset-warning-icon is still used in old UI.
We do
Wenzhao (Colin) Zang
2017/04/11 20:42:54
Acknowledged.
|
| - height: 112px; |
| +#reset #reset-alert-icon { |
| + height: 32px; |
| + padding: 35px 35px 10px; |
| +} |
| + |
| +#reset #reset-illustration { |
| + height: 248px; |
| + padding: 50px 70px; |
| } |
| #reset #reset-warning-msg, |
| #reset #powerwash-warning-msg, |
| #reset #powerwash-and-rollback-warning-msg { |
|
Alexander Alekseev
2017/04/11 04:19:26
Please do not update old styles.
Wenzhao (Colin) Zang
2017/04/11 20:42:54
Acknowledged.
|
| - color: #606060; |
| - font-size: 22px; |
| - padding: 5px 45px 30px; |
| + color: rgb(0, 0, 0); |
| + font-size: 28px; |
| + padding: 25px 35px 5px 40px; |
| + text-align: start; |
| } |
| .reset-text { |
|
Alexander Alekseev
2017/04/11 04:19:26
Ditto.
Wenzhao (Colin) Zang
2017/04/11 20:42:54
Acknowledged.
|
| - color: #606060; |
| + color: rgba(0, 0, 0, 0.87); |
| } |
| #reset #reset-warning-details, |
| @@ -43,7 +56,11 @@ |
| padding: 20px 40px 0; |
| } |
| -#reset #reset-warning-restart { |
| +#reset #powerwash-warning-details, |
| +#reset #rollback-warning-details, |
| +#reset #reset-warning-data-details, |
| +#reset #reset-warning-restart, |
| +#reset #powerwash-help-link { |
| padding: 30px 40px 0; |
| } |