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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user