NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / widget-stack / assets / widget-stack-core.css
blobfb2af5f1c4dfe2d2b58a412ca78613087bb6c0b0
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 .yui3-widget-stacked .yui3-widget-shim {
9 opacity:0;
10 filter:alpha(opacity=0);
11 position:absolute;
12 border:none;
13 top:0px;
14 left:0px;
15 padding:0;
16 margin:0;
17 z-index:-1;
18 width:100%;
19 height:100%;
20 /*
21 We'll be setting these programmatically for IE6,
22 to account for cases where height is not set
24 _width:0;
25 _height:0;