This commit is contained in:
2026-03-05 19:47:04 +00:00
parent 46e6a8b417
commit 11c231c99c
2 changed files with 32 additions and 13 deletions

View File

@@ -1435,9 +1435,18 @@ select[class*="selectpicker"],
opacity: 0.8;
}
.dt-buttons-custom {
margin-right: 15px;
/* S'assurer que le titre "Rechercher :" est aligné avec son input */
.dataTables_filter label {
display: flex;
align-items: center;
margin-bottom: 0;
font-weight: 600;
color: var(--text-dark);
}
.dt-search-custom input {
min-width: 200px;
/* Espacement entre les boutons export */
.dt-buttons {
display: flex;
align-items: center;
}