mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
feat: allow exporting an empty CSV template for imports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user