Tableau
This commit is contained in:
parent
9a082743ad
commit
839ee39b55
|
|
@ -925,3 +925,9 @@ li i { margin-right:10px; color:#007bff; }
|
|||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.table td.text-end, .table th.text-end {
|
||||
white-space: nowrap !important; /* Force une ligne */
|
||||
min-width: 100px; /* Empêche l'écrasement */
|
||||
padding-left: 15px !important; /* Espace de sécurité */
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<div id="div_quittancepolice" class="mt-3">
|
||||
<div class="table-responsive shadow-sm rounded">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.7rem;">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.9rem;">
|
||||
<thead class="table-light text-nowrap">
|
||||
<tr>
|
||||
<th class="text-center" width="5%" style="display:none;"><?= _("ID") ?></th>
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.25.02" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.27.00" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user