Enhance EventOccurrenceDetailsDialog and StateScheduleHandout components for improved event display and styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user