Enhance EventOccurrenceDetailsDialog and StateScheduleHandout components for improved event display and styling

This commit is contained in:
2026-04-08 15:10:45 -04:00
parent 5d2d019e87
commit 8d7c6b103c
3 changed files with 139 additions and 6 deletions
+16
View File
@@ -52,6 +52,17 @@
width: 100%;
}
.state-schedule-table th,
.state-schedule-table td,
.state-schedule-table table th,
.state-schedule-table table td {
vertical-align: top !important;
}
.combined-sub-event {
padding-left: 1.5rem !important;
}
@media print {
.state-schedule-handout {
margin-left: -30pt !important;
@@ -100,6 +111,11 @@
.state-schedule-table table tbody tr:last-child td {
border-bottom: none !important;
}
.state-schedule-table .combined-sub-event,
.state-schedule-table table .combined-sub-event {
padding-left: 1.5rem !important;
}
}
.page-header {