Styling
This commit is contained in:
@@ -9,12 +9,16 @@
|
|||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content padded>
|
<ion-content padding>
|
||||||
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
<p class="intro">Submit your story using the following form. Nicholas may be in touch to clarify what you’ve written and he reserves the right to vet stories for accuracy and appropriateness.</p>
|
||||||
<form [formGroup]="userSubmissionForm" novalidate>
|
<form [formGroup]="userSubmissionForm" novalidate>
|
||||||
<div class="item item-block">
|
<div class="item item-block">
|
||||||
<label class="">Upload a photo</label>
|
<div class="item-inner">
|
||||||
<input type="file" formControlName="pic" name="pic" />
|
<div class="input-wrapper">
|
||||||
|
<label class="label">Upload a photo</label>
|
||||||
|
<input type="file" formControlName="pic" name="pic" class="input" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-label stacked>Display name</ion-label>
|
<ion-label stacked>Display name</ion-label>
|
||||||
@@ -28,6 +32,8 @@
|
|||||||
<ion-label stacked>Your schtick with #gays</ion-label>
|
<ion-label stacked>Your schtick with #gays</ion-label>
|
||||||
<ion-textarea formControlName="messages" name="messages"></ion-textarea>
|
<ion-textarea formControlName="messages" name="messages"></ion-textarea>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<button ion-button type="submit" block (click)="saveUserSubmission()">Submit</button>
|
<div padding>
|
||||||
|
<button ion-button type="submit" block (click)="saveUserSubmission()">Submit</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
Reference in New Issue
Block a user