Add CSS files
This commit is contained in:
7
include/javascript/yui3/build/widget/assets/skins/sam/widget-skin.css
Executable file
7
include/javascript/yui3/build/widget/assets/skins/sam/widget-skin.css
Executable file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
8
include/javascript/yui3/build/widget/assets/skins/sam/widget-stack.css
Executable file
8
include/javascript/yui3/build/widget/assets/skins/sam/widget-stack.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-stacked .yui-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:none;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;_height:0;}
|
||||
8
include/javascript/yui3/build/widget/assets/skins/sam/widget.css
Executable file
8
include/javascript/yui3/build/widget/assets/skins/sam/widget.css
Executable file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-hidden{display:none;}
|
||||
10
include/javascript/yui3/build/widget/assets/widget-core.css
Executable file
10
include/javascript/yui3/build/widget/assets/widget-core.css
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-hidden {
|
||||
display:none;
|
||||
}
|
||||
26
include/javascript/yui3/build/widget/assets/widget-stack-core.css
Executable file
26
include/javascript/yui3/build/widget/assets/widget-stack-core.css
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 3.0.0
|
||||
build: 1549
|
||||
*/
|
||||
.yui-widget-stacked .yui-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;
|
||||
}
|
||||
Reference in New Issue
Block a user