fix styles
This commit is contained in:
@@ -268,10 +268,3 @@
|
|||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
<!--<ion-footer>-->
|
|
||||||
<!-- <ion-toolbar>-->
|
|
||||||
<!-- <div class="button" (click)="onBack()">-->
|
|
||||||
<!-- <ion-label class="text">Return</ion-label>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- </ion-toolbar>-->
|
|
||||||
<!--</ion-footer>-->
|
|
||||||
|
|||||||
@@ -56,10 +56,13 @@
|
|||||||
<ion-input class ="login_entry" (ionChange)="verReg()" type="username" maxlength="35" placeholder="Email (Your Username)" [(ngModel)]='username'></ion-input>
|
<ion-input class ="login_entry" (ionChange)="verReg()" type="username" maxlength="35" placeholder="Email (Your Username)" [(ngModel)]='username'></ion-input>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-item lines="none" style="margin-bottom: 10px;">
|
<ion-item lines="none" style="margin-bottom: 0px;">
|
||||||
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
|
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
|
||||||
<ion-input class ="login_entry" (ionChange)="verReg()" type="password" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
|
<ion-input class ="login_entry" (ionChange)="verReg()" type="password" placeholder="Password (8 chars. minimum)" maxlength="15" [(ngModel)]='password'></ion-input>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
<ion-item lines="none" style="margin-bottom: 10px; padding-left: 50px;">
|
||||||
|
<div>.</div>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
<ion-button expand="block" [disabled]="isDisabled" (click)="onFillProfile()">
|
<ion-button expand="block" [disabled]="isDisabled" (click)="onFillProfile()">
|
||||||
Register
|
Register
|
||||||
|
|||||||
@@ -73,8 +73,8 @@ ion-content {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 1.5rem;
|
margin-top: 10px;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom:10px;
|
||||||
|
|
||||||
ion-buttons {
|
ion-buttons {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user