Fix search layout
This commit is contained in:
parent
8ae20d96aa
commit
0e65d6e919
@ -53,7 +53,7 @@
|
|||||||
<!-- Date -->
|
<!-- Date -->
|
||||||
<section class="group">
|
<section class="group">
|
||||||
<span class="title">Date</span>
|
<span class="title">Date</span>
|
||||||
<div class=" content vertical-wrap">
|
<div class="content vertical-wrap">
|
||||||
<mat-form-field appearance="outline">
|
<mat-form-field appearance="outline">
|
||||||
<mat-label>Start</mat-label>
|
<mat-label>Start</mat-label>
|
||||||
<input (change)="checkDates()" [(ngModel)]="from" [min]="today" matInput required type="date">
|
<input (change)="checkDates()" [(ngModel)]="from" [min]="today" matInput required type="date">
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<section class="group">
|
<section class="group">
|
||||||
<span class="title">Text</span>
|
<span class="title">Text</span>
|
||||||
<div class="content vertical-wrap">
|
<div class="content vertical-wrap">
|
||||||
<mat-form-field class="text-input">
|
<mat-form-field appearance="outline" class="text-input">
|
||||||
<mat-label>Text search</mat-label>
|
<mat-label>Text search</mat-label>
|
||||||
<input [(ngModel)]="textFilter" matInput>
|
<input [(ngModel)]="textFilter" matInput>
|
||||||
<button (click)="textFilter = ''" *ngIf="textFilter.length" mat-icon-button matSuffix>
|
<button (click)="textFilter = ''" *ngIf="textFilter.length" mat-icon-button matSuffix>
|
||||||
|
|||||||
@ -68,6 +68,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
width: 45%;
|
||||||
|
min-width: 15rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user