mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
1c55e58883
- Weiterbildung Info hinzugefügt - Tempus Lfvt wurde in lehrveranstaltung umbenannt - DnD wird beim Scrollen nun nicht gestartet
89 lines
2.2 KiB
CSS
89 lines
2.2 KiB
CSS
|
|
.stplDetailRow {
|
|
margin:0px;
|
|
padding:0px;
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#stplDetailRow');
|
|
}
|
|
|
|
|
|
.stplDetail {
|
|
overflow:auto;
|
|
margin:0px;
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#stplDetail');
|
|
}
|
|
|
|
|
|
customMenulist.fachbereich {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#fachbereichListe');
|
|
}
|
|
|
|
|
|
customMenulist.lehrform {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#lehrformListe');
|
|
}
|
|
|
|
customMenulist.raumtyp {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#raumtypListe');
|
|
}
|
|
|
|
customMenulist.raum {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#raumListe');
|
|
}
|
|
|
|
customMenulist.studiengang {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#stgListe');
|
|
}
|
|
|
|
customMenulist.lektor {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#lektorenListe');
|
|
}
|
|
|
|
customMenulist.einheit {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#einheitenListe');
|
|
}
|
|
|
|
customMenulist.sprache {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#spracheListe');
|
|
}
|
|
|
|
customMenulist.studiensemester {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#studiensemesterListe');
|
|
}
|
|
|
|
customMenulist.lehrveranstaltung {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#lehrveranstaltungenListe');
|
|
}
|
|
|
|
customMenulist.lehrfach {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#lehrfaecherListe');
|
|
}
|
|
|
|
customMenulist.studiensemester {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#studiensemesterListe');
|
|
}
|
|
|
|
tree treecol {
|
|
background-color: #FFFFCC;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
tree {
|
|
font-size:9pt;
|
|
font-family:Arial;
|
|
}
|
|
|
|
box.studentDetail {
|
|
-moz-binding: url('lehrveranstaltungbinding.xml.php#studentDetail');
|
|
}
|
|
|
|
label,textbox {
|
|
font-size:9pt;
|
|
font-family:Arial;
|
|
}
|
|
|
|
treechildren::-moz-tree-row(selected) { background-color: #FFFFAA; }
|
|
treechildren::-moz-tree-row(odd) { background-color: #EEEEEE; }
|
|
treechildren::-moz-tree-row(odd, selected) { background-color: #FFFFAA; }
|
|
treechildren::-moz-tree-row(even, selected) { background-color: #FFFFAA; }
|
|
treechildren::-moz-tree-cell-text(selected) { color: #000000; }
|
|
treechildren::-moz-tree-cell-text(odd, selected) { color: #000000; } |