mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
2959e60df0
- infocenter freigabe/absage works with ajax now - AjaxLib veil is displayed covering the whole page - infocenter details studiengang kürzel is retrieved from studienordnung (if possible)
38 lines
699 B
CSS
38 lines
699 B
CSS
/* styles for infocenter details page */
|
|
|
|
/* styles for right header of the zgv boxes, which includes infos and priorisierung for each prestudent.*/
|
|
.zgvheaderbeforeprio{
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.zgvheaderrightprio{
|
|
position: relative;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.zgvheaderrightprio button.prio{
|
|
position: absolute;
|
|
font-size: 19px;
|
|
height: 13px;
|
|
width: 18px;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.zgvheaderrightprio button.prioalone{
|
|
top: 25%;
|
|
}
|
|
|
|
.zgvheaderrightprio button.priotogetherup{
|
|
bottom: 50%;
|
|
}
|
|
|
|
.zgvheaderrightprio button.priotogetherdown{
|
|
top: 55%;
|
|
}
|
|
|
|
.zgvheaderrightprio button.prio .prioarrow{
|
|
position: absolute;
|
|
top: -4px;
|
|
right: 2px;
|
|
left: 2px;
|
|
} |