Commit 3567dcda authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Chrome OS: Update first run sync settings screen after UI review.

Bug: 794371
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I89faadd5eeda922bcd8f7aad3180e47a65400d59
Reviewed-on: https://chromium-review.googlesource.com/963683
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Reviewed-by: default avatarWenzhao (Colin) Zang <wzang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543260}
parent 1c4cf146
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
font-weight: 400; /* roboto-regular */ font-weight: 400; /* roboto-regular */
height: 640px; height: 640px;
width: 768px; width: 768px;
--sync-consent-dialog-list-item-border: 1px solid rgba(0, 0, 0, 0.06); }
.footer {
padding: 18px 64px 0;
} }
.overview-list-item { .overview-list-item {
...@@ -17,6 +20,10 @@ ...@@ -17,6 +20,10 @@
padding: 16px; padding: 16px;
} }
.overview-list-item:last-of-type {
margin-bottom: 0;
}
.overview-list-item-icon { .overview-list-item-icon {
-webkit-padding-end: 16px; -webkit-padding-end: 16px;
} }
...@@ -26,14 +33,11 @@ ...@@ -26,14 +33,11 @@
margin-bottom: 4px; margin-bottom: 4px;
} }
.sync-status-line { paper-checkbox {
padding-top: 32px; --paper-checkbox-label-spacing: 12px;
} --paper-checkbox-size: 16px;
-webkit-padding-start: 8px;
a { padding-top: 28px; /* 40 to label base line => 40 - 16/2 - 13/3 = 28 */
color: var(--google-blue-500);
text-decoration: none;
width: fit-content;
} }
#syncConsentOverviewDialog .bottom-buttons { #syncConsentOverviewDialog .bottom-buttons {
......
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
<link rel="stylesheet" href="oobe_dialog_parameters.css"> <link rel="stylesheet" href="oobe_dialog_parameters.css">
<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>
<hd-iron-icon class="oobe-icon" <hd-iron-icon class="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>
...@@ -80,18 +81,14 @@ ...@@ -80,18 +81,14 @@
</div> </div>
</div> </div>
</div> </div>
<div id="reviewSettings" class="layout horizontal"> <paper-checkbox id="reviewSettingsBox">
<paper-checkbox id="reviewSettingsBox"> [[i18nDynamic(locale, 'syncConsentReviewSyncOptionsText')]]
</paper-checkbox> </paper-checkbox>
<div id="reviewSettingsLabelContainer">
[[i18nDynamic(locale, 'syncConsentReviewSyncOptionsText')]]
</div>
</div>
</div> </div>
<div class="bottom-buttons layout horizontal end-justified"> <div class="bottom-buttons layout horizontal end-justified">
<oobe-text-button id="acceptAndContinue" <oobe-text-button id="acceptAndContinue"
on-tap="onSettingsSaveAndContinue_" class="focus-on-show" inverse> on-tap="onSettingsSaveAndContinue_" class="focus-on-show" inverse>
[[i18nDynamic(locale, 'syncConsentAcceptAndContinue')]] <div>[[i18nDynamic(locale, 'syncConsentAcceptAndContinue')]]</div>
</oobe-text-button> </oobe-text-button>
</div> </div>
</oobe-dialog> </oobe-dialog>
......
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