| 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 dc3470f5a3f9b7cf1d85d96a0302050e38a43876..4e7ad7cea20d6564db258c42e76845da3155b1fa 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.css
|
| @@ -60,14 +60,18 @@ hr.bottomshadow {
|
| }
|
|
|
| #header {
|
| - background: url('chrome://theme/IDR_PRODUCT_LOGO_64') left center no-repeat;
|
| - background-size: 48px;
|
| + background: url('chrome://theme/IDR_PRODUCT_LOGO_NAME') left center no-repeat;
|
| color: #737373;
|
| display: -webkit-box;
|
| font-size: 20px;
|
| height: 48px;
|
| line-height: 48px;
|
| - padding-left: 54px;
|
| +<if expr="pp_ifdef('_google_chrome')">
|
| + padding-left: 120px;
|
| +</if>
|
| +<if expr="not pp_ifdef('_google_chrome')">
|
| + padding-left: 146px;
|
| +</if>
|
| }
|
|
|
| #header-sections {
|
|
|