fix(plan): add 'Upravit celý rozsah' button, use class-based action rows

This commit is contained in:
BOHA
2026-06-05 13:58:07 +02:00
parent 9a11a8f001
commit 2f76fe0bc1
3 changed files with 61 additions and 23 deletions

View File

@@ -167,3 +167,14 @@
background: transparent;
padding: 0;
}
/* Action row inside a modal body (e.g. Delete button at top, or button
group in the day-in-range chooser). Mirrors .admin-modal-footer
styling but lives inside .admin-modal-body. */
.plan-modal-actions {
display: flex;
gap: 8px;
justify-content: flex-end;
margin-top: 12px;
margin-bottom: 0;
}