28 lines
481 B
CSS
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 ;
|
|
} |