moodle_local_treestudyplan/scss/studyplan-report.scss

89 lines
1.8 KiB
SCSS
Raw Normal View History

2024-02-18 23:27:57 +01:00
.path-local-treestudyplan {
font: inherit;
2024-02-20 20:40:18 +01:00
table.studyplanreport {
table-layout: fixed;
}
2024-02-18 23:27:57 +01:00
.q-header, .q-student-results {
background-color: white;
.q-period-heading, .q-line-heading, .q-item-heading, .q-condition-heading,
2024-02-18 23:28:14 +01:00
.q-period-results, .q-line-results, .q-item-results, .q-condition-results
2024-02-18 23:27:57 +01:00
{
2024-02-20 20:40:18 +01:00
border-right: 1px solid gray;
2024-02-18 23:27:57 +01:00
.q-header-title {
padding: 0.5rem;
}
}
.q-result {
height: 2rem;
2024-02-19 11:34:40 +01:00
padding-top: 0.25rem;
2024-02-18 23:27:57 +01:00
}
}
.q-header, .q-student-results {
/*.q-line-heading > .q-header-title,*/
2024-02-20 20:40:18 +01:00
.q-item-heading.collapsed,
2024-02-18 23:27:57 +01:00
.q-condition-heading {
width: 2rem;
writing-mode: vertical-lr;
text-orientation: sideways;
overflow: hidden;
text-overflow: ellipsis;
}
2024-02-20 20:40:18 +01:00
.q-period-heading,
.q-line-heading,
.q-item-heading,
.q-condition-heading {
vertical-align: top;
}
.q-line-heading {
2024-02-18 23:27:57 +01:00
height: fit-content;
}
2024-02-20 20:40:18 +01:00
.q-item-heading {
2024-02-18 23:27:57 +01:00
height: 6rem;
}
.q-condition-heading {
2024-02-20 20:40:18 +01:00
text-align: center;
span {
height: 8rem;
white-space: nowrap;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
}
2024-02-18 23:27:57 +01:00
}
}
2024-02-20 20:40:18 +01:00
.q-result {
text-align: center;
vertical-align: middle;
border-right: 1px solid gray;
}
2024-02-18 23:27:57 +01:00
.q-studentname {
padding: 0.5em;
border-right: 2px solid grey;
width: 20rem;
}
2024-02-20 20:40:18 +01:00
.q-courseresult,
.q-conditionresult{
i.fa {
font-size: 21px;
vertical-align: middle;
}
2024-02-18 23:27:57 +01:00
}
}