| Index: chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.css b/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| index 4f996e8a511d159afd5086396ff442de813db3b8..5dabdd20eebe5b3513fdf0f2871f6c0cf4be8564 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| @@ -10,19 +10,10 @@
|
| min-height: 84px; /* 64 title + 20 subtitle */
|
| }
|
|
|
| -:host([welcome-screen]) .oobe-header {
|
| - height: 64px;
|
| - min-height: unset;
|
| -}
|
| -
|
| #footer-container {
|
| padding: 44px 64px 0 64px;
|
| }
|
|
|
| -:host([welcome-screen]) #footer-container {
|
| - padding-top: 32px;
|
| -}
|
| -
|
| #oobe-bottom {
|
| box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14);
|
| height: 80px;
|
|
|