Files
FHC-Core/public/css/AjaxLib.css
T
Paolo 6791f58cb2 - Renamed the class veil to fhc-ajaxclient-veil in AjaxLib.css
- Added new classes to AjaxLib.css to configure the new error dialog box
- Adapted AjaxLib.js to use the class fhc-ajaxclient-veil
- Added a new private method _defaultErrorCallback to AjaxLib.js
- Now if an errorCallback function is not given when AjaxLib.js is used, then _defaultErrorCallback is used as fallback
2018-07-06 13:30:19 +02:00

37 lines
552 B
CSS

.fhc-ajaxclient-veil {
position: absolute;
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;
}