@@ -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 >
@@ -214,10 +216,12 @@ <h2>{{ 'core.login.policyagreement' | translate }}</h2>
214216 </ ion-item >
215217 </ ng-container >
216218
217- <!-- Submit button. -->
218- < ion-button expand ="block " class ="ion-margin " type ="submit "> {{ 'core.login.createaccount' | translate }}</ ion-button >
219- <!-- Remove this once Ionic fixes this bug: https://github.com/ionic-team/ionic-framework/issues/19368 -->
220- < 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 >
221225 </ form >
222226 </ ng-container >
223227 </ div >
@@ -240,9 +244,11 @@ <h2 *ngIf="siteName" class="item-heading ion-padding">
240244 < p *ngIf ="supportEmail "> {{ supportEmail }}</ p >
241245 </ ion-label >
242246 </ ion-item >
243- < ion-button *ngIf ="!supportName && !supportEmail " expand ="block " class ="ion-margin " (click) ="showContactOnSite() ">
244- {{ 'core.openinbrowser' | translate }}
245- </ 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 >
246252 </ ion-list >
247253 </ div >
248254</ ion-content >
0 commit comments