Commit badc7198 authored by Thomas Tellier's avatar Thomas Tellier Committed by Commit Bot

Align text and check box in powerwash screen

Bug: 1022758
Change-Id: I1d19aac9d03a75f220329aa27db96d45be347a17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035673
Commit-Queue: Thomas Tellier <tellier@google.com>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738542}
parent 80186da3
......@@ -31,11 +31,8 @@ a {
}
#tpmFirmwareUpdateContainer {
cursor: default;
line-height: 20px;
}
#tpmFirmwareUpdateContainer a {
cursor: pointer;
pointer-events: auto;
}
......
......@@ -64,18 +64,18 @@
checked="{{tpmFirmwareUpdateChecked_}}"
disabled="[[!tpmFirmwareUpdateEditable_]]"
on-change="onTPMFirmwareUpdateChanged_">
<div id="tpmFirmwareUpdateContainer">
<span>
[[i18nDynamic(locale, 'resetTPMFirmwareUpdate')]]
</span>
<a href="#"
hidden="[[isHelpLinkHidden_(uiState_, isGoogleBranded_)]]"
class="oobe-local-link"
on-tap="onTPMFirmwareUpdateLearnMore_">
[[i18nDynamic(locale, 'learnMore')]]
</a>
</div>
</cr-checkbox>
<div id="tpmFirmwareUpdateContainer">
<span>
[[i18nDynamic(locale, 'resetTPMFirmwareUpdate')]]
</span>
<a href="#"
hidden="[[isHelpLinkHidden_(uiState_, isGoogleBranded_)]]"
class="oobe-local-link"
on-tap="onTPMFirmwareUpdateLearnMore_">
[[i18nDynamic(locale, 'learnMore')]]
</a>
</div>
</div>
</div>
<div slot="bottom-buttons" class="flex layout horizontal">
......
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