mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 06:09:27 +00:00
7662edd061
- Ansicht aller LVs die der Studierende lt Studienplan besuchen muss - Lehrveranstaltungen die ausserhalb des Studienplanes besucht wurden - Notendurchschnitt pro Semester und über alle Semester nur für Studienplanrelevante LVs - Neuer Menüpunkt im FAS für Zugriff auf die Notenliste
41 lines
862 B
CSS
41 lines
862 B
CSS
.gradetable > thead > tr > th{
|
|
border-bottom: 1px solid black;
|
|
}
|
|
.gradetable > tbody > tr > td{
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
.gradetable > tfoot > tr > th {
|
|
border-top: 1px solid black;
|
|
}
|
|
.gradelist_row_lv {
|
|
}
|
|
.gradelist_row_modul > td {
|
|
border-bottom: 1px solid black;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
.gradelist_row_grade_positiv {
|
|
color: green;
|
|
}
|
|
.gradelist_row_grade_negativ {
|
|
color: red;
|
|
}
|
|
.gradelist_row_depth_1 > td:first-child {
|
|
padding-left: 15px !important;
|
|
}
|
|
.gradelist_row_depth_2 > td:first-child {
|
|
padding-left: 30px !important;
|
|
}
|
|
.gradelist_row_depth_3 > td:first-child {
|
|
padding-left: 45px !important;
|
|
}
|
|
.gradelist_row_depth_4 > td:first-child {
|
|
padding-left: 60px !important;
|
|
}
|
|
.gradelist_row_depth_5 > td:first-child {
|
|
padding-left: 75px !important;
|
|
}
|
|
.gradelist_row_depth_6 > td:first-child {
|
|
padding-left: 90px !important;
|
|
}
|