Commit f22d3463 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

OOBE: Fix CSS property name

Also removed paddings overrides from the sync consent screen and fingerpring
setup screen.

Bug: 1009531, 1000606, 1011284
Change-Id: I1b22cd2619691d628feb5a5bb084105ee41a4d15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844952
Commit-Queue: Denis Kuznetsov <antrim@chromium.org>
Reviewed-by: default avatarDenis Kuznetsov <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703256}
parent 9b553f7a
...@@ -7,10 +7,6 @@ ...@@ -7,10 +7,6 @@
font-weight: 400; /* roboto-regular */ font-weight: 400; /* roboto-regular */
} }
[slot='footer'] {
padding: 50px 0 0;
}
#fingerprintUnlockIcon { #fingerprintUnlockIcon {
background-image: -webkit-image-set( background-image: -webkit-image-set(
url(images/1x/finger_unlock.svg) 1x, url(images/1x/finger_unlock.svg) 1x,
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#header-container { #header-container {
padding-bottom: 0; padding-bottom: 0;
padding-end: var(--oobe-dialog-content-padding); padding-inline-end: var(--oobe-dialog-content-padding);
padding-start: var(--oobe-dialog-content-padding); padding-inline-start: var(--oobe-dialog-content-padding);
padding-top: var(--oobe-dialog-content-padding); padding-top: var(--oobe-dialog-content-padding);
} }
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
font-weight: 400; /* roboto-regular */ font-weight: 400; /* roboto-regular */
} }
[slot='footer'] {
padding: 18px 64px 0;
}
.overview-list-item { .overview-list-item {
background-color: var(--google-grey-100); background-color: var(--google-grey-100);
margin-bottom: 16px; margin-bottom: 16px;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<link rel="stylesheet" href="oobe_flex_layout.css"> <link rel="stylesheet" href="oobe_flex_layout.css">
<oobe-dialog id="syncConsentOverviewDialog" role="dialog" has-buttons <oobe-dialog id="syncConsentOverviewDialog" role="dialog" has-buttons
aria-label$="[[i18nDynamic(locale, 'syncConsentScreenTitle')]]" aria-label$="[[i18nDynamic(locale, 'syncConsentScreenTitle')]]"
no-footer-padding hidden> hidden>
<hd-iron-icon slot="oobe-icon" <hd-iron-icon slot="oobe-icon"
icon1x="sync-consent-32:googleg" icon2x="sync-consent-64:googleg"> icon1x="sync-consent-32:googleg" icon2x="sync-consent-64:googleg">
</hd-iron-icon> </hd-iron-icon>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<oobe-dialog id="syncConsentNewDialog" role="dialog" <oobe-dialog id="syncConsentNewDialog" role="dialog"
aria-label$="[[i18nRecursive(locale, 'syncConsentNewScreenTitle', aria-label$="[[i18nRecursive(locale, 'syncConsentNewScreenTitle',
'productName')]]" 'productName')]]"
has-buttons no-footer-padding hidden> has-buttons hidden>
<img srcset="chrome://oobe/logo_24px-1x.svg 1x, <img srcset="chrome://oobe/logo_24px-1x.svg 1x,
chrome://oobe/logo_24px-2x.svg 2x" chrome://oobe/logo_24px-2x.svg 2x"
slot="oobe-icon"> slot="oobe-icon">
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
</oobe-dialog> </oobe-dialog>
<oobe-dialog id="syncConsentMakeChromeSyncOptionsDialog" role="dialog" <oobe-dialog id="syncConsentMakeChromeSyncOptionsDialog" role="dialog"
aria-label$="[[i18nDynamic(locale, 'syncConsentNewSyncOptions')]]" aria-label$="[[i18nDynamic(locale, 'syncConsentNewSyncOptions')]]"
has-buttons no-footer-padding hidden> has-buttons hidden>
<img srcset="chrome://oobe/logo_24px-1x.svg 1x, <img srcset="chrome://oobe/logo_24px-1x.svg 1x,
chrome://oobe/logo_24px-2x.svg 2x" chrome://oobe/logo_24px-2x.svg 2x"
slot="oobe-icon"> slot="oobe-icon">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment