test
This commit is contained in:
3226
web/xava/style/liferay51/css/everything_unpacked.css
Normal file
3226
web/xava/style/liferay51/css/everything_unpacked.css
Normal file
File diff suppressed because it is too large
Load Diff
28
web/xava/style/liferay51/css/jquery-ui-patch.css
Normal file
28
web/xava/style/liferay51/css/jquery-ui-patch.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
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 ;
|
||||
}
|
||||
Reference in New Issue
Block a user