]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/widget/assets/widget-stack-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui3 / build / widget / assets / widget-stack-core.css
1 /*
2 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 3.3.0
6 build: 3167
7 */
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 
23     */
24     _width:0;
25     _height:0;
26 }