style fixes

This commit is contained in:
PMKuipers 2024-05-24 09:20:23 +02:00
parent ebc3632788
commit 3dd1682f5a
3 changed files with 6 additions and 0 deletions

View File

@ -181,6 +181,7 @@ body.path-local-treestudyplan .editmode-switch-form > * {
.features-treestudyplan .t-studyline.t-studyline-heading, .features-treestudyplan .t-studyline.t-studyline-heading,
.features-treestudyplan .r-studyline.r-studyline-heading { .features-treestudyplan .r-studyline.r-studyline-heading {
border-right-style: none; border-right-style: none;
grid-template-columns: 10px 1fr;
} }
.path-local-treestudyplan .t-studyline.end, .path-local-treestudyplan .t-studyline.end,
.path-local-treestudyplan .r-studyline.end, .path-local-treestudyplan .r-studyline.end,
@ -458,6 +459,7 @@ body.path-local-treestudyplan .editmode-switch-form > * {
} }
.path-local-treestudyplan .s-studyline-header-heading, .path-local-treestudyplan .s-studyline-header-heading,
.features-treestudyplan .s-studyline-header-heading { .features-treestudyplan .s-studyline-header-heading {
white-space: nowrap;
margin-top: 16px; margin-top: 16px;
} }
.path-local-treestudyplan .t-studyline-slot.gradable.current.even, .path-local-treestudyplan .t-studyline-slot.gradable.current.even,

View File

@ -81,6 +81,7 @@
.t-studyline.t-studyline-heading, .t-studyline.t-studyline-heading,
.r-studyline.r-studyline-heading { .r-studyline.r-studyline-heading {
border-right-style: none; border-right-style: none;
grid-template-columns: 10px 1fr;
} }
.t-studyline.end, .t-studyline.end,
@ -343,6 +344,7 @@
} }
.s-studyline-header-heading { .s-studyline-header-heading {
white-space: nowrap;
margin-top: 16px; margin-top: 16px;
} }

View File

@ -181,6 +181,7 @@ body.path-local-treestudyplan .editmode-switch-form > * {
.features-treestudyplan .t-studyline.t-studyline-heading, .features-treestudyplan .t-studyline.t-studyline-heading,
.features-treestudyplan .r-studyline.r-studyline-heading { .features-treestudyplan .r-studyline.r-studyline-heading {
border-right-style: none; border-right-style: none;
grid-template-columns: 10px 1fr;
} }
.path-local-treestudyplan .t-studyline.end, .path-local-treestudyplan .t-studyline.end,
.path-local-treestudyplan .r-studyline.end, .path-local-treestudyplan .r-studyline.end,
@ -458,6 +459,7 @@ body.path-local-treestudyplan .editmode-switch-form > * {
} }
.path-local-treestudyplan .s-studyline-header-heading, .path-local-treestudyplan .s-studyline-header-heading,
.features-treestudyplan .s-studyline-header-heading { .features-treestudyplan .s-studyline-header-heading {
white-space: nowrap;
margin-top: 16px; margin-top: 16px;
} }
.path-local-treestudyplan .t-studyline-slot.gradable.current.even, .path-local-treestudyplan .t-studyline-slot.gradable.current.even,