mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +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)
37 lines
549 B
CSS
37 lines
549 B
CSS
.fhc-ajaxclient-veil {
|
|
position: fixed;
|
|
z-index: 9999;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: white;
|
|
border-width: 0px;
|
|
background-image: url("../images/loader.gif");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.fhc-ajaxclient-error-td {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.no-close .ui-dialog-titlebar-close {
|
|
display: none;
|
|
}
|
|
|
|
.ui-dialog-buttonset {
|
|
padding-top: 10px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.ui-dialog-buttonset button {
|
|
width: 50%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 9999;
|
|
}
|