Solstice
view release on metacpan or search on metacpan
javascript/yui/build/container/assets/container-core.css view on Meta::CPAN
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-overlay,
.yui-panel-container {
visibility: hidden;
position: absolute;
z-index: 1;
}
yui-panel-container form {
margin: 0;
}
.masked .yui-panel-container {
/*
Default to a z-index 1 higher than default if the Panel is modal
to make sure the panel is above its modality mask.
*/
z-index: 2;
}
.mask {
/*
Default to a z-index of 1 less than the default defined
by ".masked .yui-panel-container"
*/
z-index: 1;
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/*
Application of "overflow:auto" prevents Mac scrollbars from bleeding
through the modality mask in Gecko.
*/
overflow: auto;
}
/*
PLEASE NOTE:
1) ".masked select" is used to prevent <SELECT> elements bleeding through
the modality mask in IE 6.
2) ".drag select" is used to hide <SELECT> elements when dragging a
Panel in IE 6.
3) "hide-select select" is appended to an Overlay instance's root HTML
( run in 0.517 second using v1.01-cache-2.11-cpan-39bf76dae61 )