@@ -156,10 +156,6 @@ hr {
}
.table-eng {
margin-bottom: 0px;
- td {
- // padding: 1px !important;
- font-size: 9pt;
- }
.table-noten {
width: 100%;
@@ -167,9 +163,13 @@ hr {
border-collapse: collapse;
margin-bottom: 1em;
td {
- padding: 0;
+ padding-bottom: .5rem;
+.no-padding {
+ td {
+ padding: 1;
+}}
.fach-bezeichnung {
padding-left: 10mm;
&.padding-5 {
@@ -1,5 +1,5 @@
-notenquelle ||= nil
-table.table-noten
+table.table-noten class=("no-padding" if s.asd_schulform.start_with?("E"))
-gr=hj.faechergruppen
/berufs- und berufsübergreifenden Bereich tauschen
-gr[0], gr[1] = gr[1], gr[0] if s.asd_schulform.start_with?("E")