v
This commit is contained in:
parent
e8f515736a
commit
c595ac6dc5
|
|
@ -141,7 +141,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- Affichage mobile (cartes) -->
|
<!-- Affichage mobile (cartes) -->
|
||||||
<div class="d-md-none">
|
<div class="d-md-none">
|
||||||
<h4 id="h4_titre" class="mb-0 text-center text-truncate" style="max-width: 200px;">
|
<h4 id="h4_titre" class="mb-0 text-center text-truncate" style="max-width: 190px;">
|
||||||
<i class="fas fa-home me-2"></i>
|
<i class="fas fa-home me-2"></i>
|
||||||
<?= _("Famille") ?> <?= $adherent['nomAdherent'] ?>
|
<?= _("Famille") ?> <?= $adherent['nomAdherent'] ?>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
@ -234,14 +234,6 @@
|
||||||
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
|
<div class="h4 mb-0 mr-2 me-2" style="font-weight:bold">
|
||||||
<?= format_N($limite_adherent['consommation'])." ".substr($_SESSION['devise_C'],0,1) ?>
|
<?= format_N($limite_adherent['consommation'])." ".substr($_SESSION['devise_C'],0,1) ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="progress flex-grow-1" style="height: 6px;">
|
|
||||||
<div class="progress-bar bg-info border border-info" role="progressbar"
|
|
||||||
style="width: <?= $pourcentage; ?>%"
|
|
||||||
aria-valuenow="<?= $pourcentage; ?>"
|
|
||||||
aria-valuemin="0"
|
|
||||||
aria-valuemax="100">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user