Skip to content
Snippets Groups Projects
Commit 6c1ae00c authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #20520 TIME 0:10 fix css + searchbar display

parent 76497a16
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@
<ion-item lines="none" *ngIf="!creationMode">
<ion-label color="secondary">{{'lang.linkedUsers' | translate}} :</ion-label>
</ion-item>
<ion-searchbar [placeholder]="'lang.filter' | translate" style="margin-left: 4x; display: flex; width: 50%;"
(ionChange)="applyFilter($event.detail.value)">
</ion-searchbar>
<ion-card *ngIf="!creationMode" style="height: 400px; overflow-y: auto;">
<ion-list>
<ion-item style="position: sticky;top:0px;z-index:1;">
......@@ -38,12 +41,9 @@
{{'lang.' + col | translate}}
</div>
</ng-container>
<div style="flex: 1;text-align: left; display: flex;" *ngIf="displayedColumns.indexOf('actions') > -1">
<ion-searchbar [placeholder]="'lang.filter' | translate" style="padding: 1px;"
(ionChange)="applyFilter($event.detail.value)">
</ion-searchbar>
<div style="flex: 1;text-align: right;" *ngIf="displayedColumns.indexOf('actions') > -1">
<ion-button slot="end" color="primary" fille="outline" shape="round"
style="margin-left: 20px; margin-top: 10px;" (click)="openUserList()">
(click)="openUserList()">
{{'lang.add' | translate}}
</ion-button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment