mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Merge branch 'task-queue-top-margin-fix' into 'master'
[FIX] Top margin on celery task percentage bar See merge request allianceauth/allianceauth!1461
This commit is contained in:
commit
191d474a8e
@ -92,9 +92,9 @@ ul.list-group.list-group-horizontal > li.list-group-item {
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-status-progress-bar {
|
.progress .progress-bar {
|
||||||
font-size: 15px !important;
|
font-size: 13px;
|
||||||
line-height: normal !important;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
aria-valuenow="{% decimal_widthratio tasks_count tasks_total 100 %}"
|
aria-valuenow="{% decimal_widthratio tasks_count tasks_total 100 %}"
|
||||||
aria-valuemin="0"
|
aria-valuemin="0"
|
||||||
aria-valuemax="100"
|
aria-valuemax="100"
|
||||||
style="width: {% decimal_widthratio tasks_count tasks_total 100 %}%;">
|
style="width: {% decimal_widthratio tasks_count tasks_total 100 %}%;"
|
||||||
<p style="margin-top:5px;">{% widthratio tasks_count tasks_total 100 %}%</p>
|
>
|
||||||
|
<span>{% widthratio tasks_count tasks_total 100 %}%</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user