You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
530 B
26 lines
530 B
/*
|
|
YUI 3.17.2 (build 9c3c78e)
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
http://yuilibrary.com/license/
|
|
*/
|
|
|
|
.yui3-widget-stacked .yui3-widget-shim {
|
|
opacity:0;
|
|
filter:alpha(opacity=0);
|
|
position:absolute;
|
|
border:none;
|
|
top:0px;
|
|
left:0px;
|
|
padding:0;
|
|
margin:0;
|
|
z-index:-1;
|
|
width:100%;
|
|
height:100%;
|
|
/*
|
|
We'll be setting these programmatically for IE6,
|
|
to account for cases where height is not set
|
|
*/
|
|
_width:0;
|
|
_height:0;
|
|
}
|