mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-17 12:09:28 +00:00
c742fc1231
- Kollisionscheck ueberarbeitet - Kollisionsgrund wird nun im Tooltip angezeigt - Ressourcenzuordnung zu Stunden - Option hinzugefuegt um alle Einträge einer Stunde anzuzeigen (zB Incominggruppen) - Option zum Drop auf bestehende Stunden hinzugefügt (UNR wird automatisch gleichgesetzt) - Fehler behoben beim Anlegen von Gruppen mit Logins > 16 Zeichen - Es koennen jetzt mehrere Lektoren definiert werden die nicht kollidieren sollen Anwesenheitslisten mit Barcode koennen nur fuer alle Studiengaenge auf einmal erstellt werden
165 lines
3.5 KiB
CSS
165 lines
3.5 KiB
CSS
@import url("chrome://global/skin/");
|
|
|
|
label.kalenderwoche
|
|
{
|
|
font-size: medium;
|
|
}
|
|
button
|
|
{
|
|
font-size: x-small;
|
|
min-width: 10px;
|
|
}
|
|
menubar,menupopup,toolbar,tabpanels,tabbox,iframe,box,hbox,vbox,tree,label,description
|
|
{
|
|
border: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
border-top-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
border-right-width: 0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
menupopup
|
|
{
|
|
border: 1px solid black;
|
|
}
|
|
grid.lvaStundenplan
|
|
{
|
|
font-size: x-small;
|
|
}
|
|
grid.lvaStundenplan button
|
|
{
|
|
font-size: x-small;
|
|
border: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
border-top-width: 0px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
border-right-width: 0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
|
|
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; }
|
|
|
|
|
|
/* Lehrveranstaltung */
|
|
treechildren::-moz-tree-row(lehrveranstaltung_lv)
|
|
{
|
|
background-color: #FFFFFF;
|
|
}
|
|
treechildren::-moz-tree-row(lehrveranstaltung_lv, selected)
|
|
{
|
|
background-color: #FFFFAA;
|
|
}
|
|
|
|
/* Modul */
|
|
treechildren::-moz-tree-row(lehrveranstaltung_modul)
|
|
{
|
|
background-color: #EEEEEE;
|
|
}
|
|
treechildren::-moz-tree-row(lehrveranstaltung_modul, selected)
|
|
{
|
|
background-color: #FFFFAA;
|
|
}
|
|
|
|
/* Lehrfach */
|
|
treechildren::-moz-tree-row(lehrveranstaltung_lf)
|
|
{
|
|
|
|
}
|
|
treechildren::-moz-tree-row(lehrveranstaltung_lf, selected)
|
|
{
|
|
|
|
}
|
|
|
|
/* Lehreinheit */
|
|
treechildren::-moz-tree-row(lehrveranstaltung_)
|
|
{
|
|
background-color: #EDF5FF;
|
|
}
|
|
treechildren::-moz-tree-row(lehrveranstaltung_, selected)
|
|
{
|
|
background-color: #FFFFAA;
|
|
}
|
|
|
|
|
|
treechildren::-moz-tree-checkbox
|
|
{
|
|
/* unchecked checkbox treecells. This style MUST come before treechildren::-moz-tree-checkbox(checked) otherwise it won't take effect. */
|
|
list-style-image: url("../skin/images/round.png");
|
|
}
|
|
|
|
treechildren::-moz-tree-checkbox(checked)
|
|
{
|
|
/* css for checked cells. cbox-check.gif isn't available in Firefox 1, 2, and 3 on Mac OS X, so you should specify a URL to an image
|
|
in your extension or elsewhere. */
|
|
/*list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");*/
|
|
list-style-image: url("../skin/images/cbox-check.gif");
|
|
}
|
|
|
|
|
|
toolbarbutton.stplweekoverlay-toolbarbutton
|
|
{
|
|
-moz-appearance: none;
|
|
border: 0px;
|
|
margin:0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
toolbarbutton.stplweekoverlay-toolbarbutton > .toolbarbutton-text
|
|
{
|
|
text-align: left;
|
|
}
|
|
toolbarbutton.stplweekoverlay-toolbarbutton:hover
|
|
{
|
|
border: 1px outset black;
|
|
}
|
|
|
|
.stplweek_vbox:hover .stplweek_tagesinfo
|
|
{
|
|
color: #AAAAAA;
|
|
visibility:visible;
|
|
}
|
|
|
|
.stplweek_tagesinfo
|
|
{
|
|
visibility:hidden;
|
|
}
|