This commit is contained in:
KONE SOREL 2026-01-19 18:41:05 +00:00
parent 37d99890c7
commit bd7ac32fa7
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,8 @@
<div class="card shadow-sm border-0">
<div class="table-responsive shadow-sm rounded border">
<table class="table table-hover align-middle mb-0" style="font-size: 8pt; min-width: 1100px;"> <thead class="table-dark text-uppercase" style="font-size: 7pt;">
<table class="table table-hover align-middle mb-0" style="font-size: 8pt; min-width: 1100px;">
<thead class="table-dark text-uppercase" style="font-size: 7pt;">
<tr class="text-center">
<th class="ps-2">Cat</th>
<th class="text-start" style="min-width: 150px;"><?= _("Nom & Prénoms") ?></th>

View File

@ -4,7 +4,7 @@
<div class="table-responsive">
<table class="table table-striped table-hover align-middle border tabspeciale compact" style="width:100%; font-size:8pt;">
<thead class="table-dark text-nowrap">
<thead class="text-nowrap">
<tr>
<th class="text-center small"><?= _("Cat") ?></th>
<th class="text-start"><?= _("Nom & Prénoms") ?></th>