Files
Babydatenbank/web/xava/style/liferay51/css/jquery-ui-patch.css
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

28 lines
481 B
CSS

/*
In order to get a good look for jQuery UI widgets in Liferay
*/
.ui-dialog-title {
background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
display: block;
font-weight: bold;
padding: 5px;
padding-left: 20px;
}
.ui-widget-overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: #000;
opacity: 0.2;
filter: alpha(opacity=20);
}
.ie6 .ui-widget-overlay {
position: absolute;
}
.ui-dialog {
z-index: 10001 !important ;
}