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

FIX #20284 TIME 0:15 fix css

parent 6eb389fb
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
</ion-title>
</ion-toolbar>
<ion-item-sliding #slidingItem (ionDrag)="onSliding($event, element.id)">
<ion-item lines="none">
<ion-item lines="none" style="margin-bottom: -10px;">
<ion-icon *ngIf="element.state == 'PROG'" color="primary" slot="start"
name="hourglass-outline">
</ion-icon>
......@@ -117,7 +117,7 @@
{{element.reference}}
</p>
<h2 [class.unavailableDoc]="element.state === 'DEL'"
[ngStyle]="{'margin-top': ['HARD_DEL', 'SOFT_DEL'].indexOf(element.status) > -1 ? '-10px' : '', 'margin-bottom': ['HARD_DEL', 'SOFT_DEL'].indexOf(element.status) > -1 ? '-11px' : '-20px'}">{{element.title}} &nbsp;
[ngStyle]="{'margin-top': ['HARD_DEL', 'SOFT_DEL'].indexOf(element.status) > -1 ? '-10px' : '', 'margin-bottom': ['HARD_DEL', 'SOFT_DEL'].indexOf(element.status) > -1 ? '-11px' : 'auto'}">{{element.title}} &nbsp;
<button mat-icon-button
[class.deleted]="['HARD_DEL', 'SOFT_DEL'].indexOf(element.status) > -1"
[title]="getTitle(element)">
......
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