@@ -21,13 +21,13 @@ <h1>{{ 'core.login.newaccount' | translate }}</h1>
2121 < div class ="list-item-limited-width ">
2222
2323 <!-- Site has an unsupported required field. -->
24- < ion-list *ngIf ="!allRequiredSupported ">
24+ < ion-list *ngIf ="!allRequiredSupported " class =" ion-padding " >
2525 < ion-item class ="ion-text-wrap ">
2626 < ion-label >
2727 {{ 'core.login.signuprequiredfieldnotsupported' | translate }}
2828 </ ion-label >
2929 </ ion-item >
30- < ion-button expand ="block " class =" ion-margin " [href] ="signupUrl " core-link autoLogin ="no " [showBrowserWarning] ="false ">
30+ < ion-button expand ="block " [href] ="signupUrl " core-link autoLogin ="no " [showBrowserWarning] ="false ">
3131 {{ 'core.openinbrowser' | translate }}
3232 </ ion-button >
3333 </ ion-list >
@@ -62,9 +62,11 @@ <h2>{{ 'core.agelocationverification' | translate }}</h2>
6262 </ ion-item >
6363
6464 <!-- Submit button. -->
65- < ion-button expand ="block " class ="ion-margin " type ="submit " [disabled] ="!ageVerificationForm.valid ">
66- {{ 'core.proceed' | translate }}
67- </ ion-button >
65+ < div class ="ion-padding ">
66+ < ion-button expand ="block " type ="submit " [disabled] ="!ageVerificationForm.valid ">
67+ {{ 'core.proceed' | translate }}
68+ </ ion-button >
69+ </ div >
6870
6971 < ion-item class ="ion-text-wrap ">
7072 < ion-label >
@@ -186,7 +188,8 @@ <h2>{{ 'core.login.supplyinfo' | translate }}</h2>
186188 < h2 > < span [core-mark-required] ="true "> {{ 'core.login.security_question' | translate }}</ span > </ h2 >
187189 </ ion-label >
188190 </ ion-item-divider >
189- < core-recaptcha [publicKey] ="settings.recaptchapublickey " [model] ="captcha " [siteUrl] ="siteUrl "> </ core-recaptcha >
191+ < core-recaptcha [publicKey] ="settings.recaptchapublickey " [model] ="captcha " [siteUrl] ="siteUrl "
192+ [showRequiredError] ="formSubmitClicked "> </ core-recaptcha >
190193 </ ng-container >
191194
192195 <!-- Site policy (if any). -->
@@ -213,10 +216,12 @@ <h2>{{ 'core.login.policyagreement' | translate }}</h2>
213216 </ ion-item >
214217 </ ng-container >
215218
216- <!-- Submit button. -->
217- < ion-button expand ="block " class ="ion-margin " type ="submit "> {{ 'core.login.createaccount' | translate }}</ ion-button >
218- <!-- Remove this once Ionic fixes this bug: https://github.com/ionic-team/ionic-framework/issues/19368 -->
219- < input type ="submit " class ="core-submit-hidden-enter " />
219+ < div class ="ion-padding ">
220+ <!-- Submit button. -->
221+ < ion-button expand ="block " type ="submit "> {{ 'core.login.createaccount' | translate }}</ ion-button >
222+ <!-- Remove this once Ionic fixes this bug: https://github.com/ionic-team/ionic-framework/issues/19368 -->
223+ < input type ="submit " class ="core-submit-hidden-enter " />
224+ </ div >
220225 </ form >
221226 </ ng-container >
222227 </ div >
@@ -239,9 +244,11 @@ <h2 *ngIf="siteName" class="item-heading ion-padding">
239244 < p *ngIf ="supportEmail "> {{ supportEmail }}</ p >
240245 </ ion-label >
241246 </ ion-item >
242- < ion-button *ngIf ="!supportName && !supportEmail " expand ="block " class ="ion-margin " (click) ="showContactOnSite() ">
243- {{ 'core.openinbrowser' | translate }}
244- </ ion-button >
247+ < div class ="ion-padding ">
248+ < ion-button *ngIf ="!supportName && !supportEmail " expand ="block " (click) ="showContactOnSite() ">
249+ {{ 'core.openinbrowser' | translate }}
250+ </ ion-button >
251+ </ div >
245252 </ ion-list >
246253 </ div >
247254</ ion-content >
0 commit comments