Skip to content
Snippets Groups Projects
Verified Commit f4373a5c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #10619 TIME 0:10 fix css

parent c55a6340
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<div class="emptyContent" *ngIf="visaWorkflow.items.length === 0">
{{lang.noPerson}}
</div>
<mat-list-item *ngFor="let diffusion of visaWorkflow.items;let i=index" cdkDrag class="columns"
<mat-list-item *ngFor="let diffusion of visaWorkflow.items;let i=index" cdkDrag class="columns workflow"
[cdkDragDisabled]="!injectDatas.editable" [class.notDraggable]="!injectDatas.editable"
[class.notEditable]="!injectDatas.editable" [class.processed]="diffusion.process_date != null">
<mat-icon mat-list-icon class="fa fa-user fa-2x" color="primary"></mat-icon>
......
......@@ -66,6 +66,12 @@
background: rgba(0, 128, 0, 0.11);
}
.workflow {
height: auto !important;
padding-top: 10px;
padding-bottom: 10px;
}
.workflowLine {
display: flex !important;
align-items: center;
......@@ -82,6 +88,7 @@
}
&SubLabel {
font-size: 80%;
opacity:0.5;
flex: 1;
text-overflow: ellipsis;
......@@ -90,7 +97,7 @@
&ProcessDate {
flex: 1;
text-align: right;
text-align: left;
font-size: 90%;
}
}
\ No newline at end of file
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