DeliveryNote: Rework according to Herbert

This commit is contained in:
2023-10-10 16:24:16 +02:00
parent 9df8056616
commit 0e9bae4ec9
6 changed files with 41 additions and 15 deletions

View File

@ -74,6 +74,15 @@ table.delivery-stats:not(.expanded) tr.optional {
display: none;
}
table.delivery-stats tr.subheading th {
text-align: left;
}
table.delivery.expanded tr.subheading:not(:has(~ tr)),
table.delivery tr.subheading:not(:has(~ tr:not(.optional))) {
display: none;
}
table.delivery-stats thead th {
font-weight: normal;
font-style: italic;