blob: c270086069ffc25b14a26ed0b5b7b7499acab451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
YUI 3.7.3 (build 5687)
Copyright 2012 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;
}
|