feat: allow exporting an empty CSV template for imports

This commit is contained in:
Pontoporeia
2026-08-24 11:33:34 +02:00
parent 7938ab39c0
commit 5460041989
7 changed files with 51 additions and 5 deletions
+9
View File
@@ -757,6 +757,15 @@ th.admin-ap-col {
margin-top: var(--space-2xs);
}
/* Import dialog: Fichier CSV heading + empty-CSV-template button on one line (button on the right) */
.admin-file-label-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-s);
margin-bottom: var(--space-2xs);
}
/* Error list inside role="alert" */
.admin-error-list {
margin: var(--space-2xs) 0 0;