Bug 1689480 - Changes to about:welcomeback radiobuttons to accomodate for the added margin-block r=ntim

This also gets rid of the non clickable area between the radiobutton and its label.

Differential Revision: https://phabricator.services.mozilla.com/D103393
This commit is contained in:
Itiel
2021-02-12 17:05:26 +00:00
parent 485ebc5d6c
commit 6d968de99d
2 changed files with 7 additions and 11 deletions

View File

@@ -36,17 +36,17 @@
<p data-l10n-id="welcome-back-page-info-link"><a id="linkMoreTroubleshooting" target="_blank" data-l10n-name="link-more"></a></p>
<div>
<div class="radioRestoreContainer">
<label class="radioRestoreContainer radio-container-with-text">
<input class="radioRestoreButton" id="radioRestoreAll" type="radio"
name="restore" checked="checked"/>
<label class="radioRestoreLabel" for="radioRestoreAll" data-l10n-id="welcome-back-restore-all-label"></label>
</div>
<span class="radioRestoreLabel" data-l10n-id="welcome-back-restore-all-label"></span>
</label>
<div class="radioRestoreContainer">
<label class="radioRestoreContainer radio-container-with-text">
<input class="radioRestoreButton" id="radioRestoreChoose" type="radio"
name="restore"/>
<label class="radioRestoreLabel" for="radioRestoreChoose" data-l10n-id="welcome-back-restore-some-label"></label>
</div>
<span class="radioRestoreLabel" data-l10n-id="welcome-back-restore-some-label"></span>
</label>
</div>
</div>