Files
FHC-Core/public/css/infocenter/infocenterDetails.css
T
alex 2959e60df0 - beautified prio up/down arrows in infocenter
- 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)
2018-11-02 18:22:57 +01:00

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;
}