This commit is contained in:
KONE SOREL 2026-04-18 14:48:03 +00:00
parent 99d418eea9
commit 314f9eb06b

View File

@ -140,8 +140,8 @@
</div>
<?php if($aCorriger == "1"): ?>
<label class="control-label"><?= _("Correction demandée");?></label>
<div class="well well-sm w-100" style="min-height: 120px; background-color: #fcfcfc; margin-bottom: 0;">
<label class="control-label mt-2 fw-bold mb-1"><?= _("Correction demandée");?></label>
<div class="well well-sm w-100" style="min-height: 120px; background-color: #c9c3c3ff; margin-bottom: 0;">
<?= nl2br($motif); ?>
</div>
<?php endif; ?>