import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
BIN
webdir/javascript/yui/slider/assets/skins/sam/bg-h.gif
Normal file
BIN
webdir/javascript/yui/slider/assets/skins/sam/bg-h.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 212 B |
BIN
webdir/javascript/yui/slider/assets/skins/sam/bg-v.gif
Normal file
BIN
webdir/javascript/yui/slider/assets/skins/sam/bg-v.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 481 B |
@ -1,11 +1,11 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
.yui-skin-sam .yui-h-slider {
|
||||
background: url(../../bg-h.gif) no-repeat 5px 0;
|
||||
background: url(bg-h.gif) no-repeat 5px 0;
|
||||
height: 28px;
|
||||
width: 228px;
|
||||
}
|
||||
@ -14,7 +14,7 @@ version: 2.6.0
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-v-slider {
|
||||
background: url(../../bg-v.gif) no-repeat 12px 0;
|
||||
background: url(bg-v.gif) no-repeat 12px 0;
|
||||
height: 228px;
|
||||
width: 48px;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
.yui-h-slider,.yui-v-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(../../bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(../../bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}
|
||||
.yui-h-slider,.yui-v-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
.yui-h-slider,
|
||||
.yui-v-slider {
|
||||
|
20
webdir/javascript/yui/slider/assets/slider-skin.css
Normal file
20
webdir/javascript/yui/slider/assets/slider-skin.css
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.7.0
|
||||
*/
|
||||
.yui-skin-sam .yui-h-slider {
|
||||
background: url(bg-h.gif) no-repeat 5px 0;
|
||||
height: 28px;
|
||||
width: 228px;
|
||||
}
|
||||
.yui-skin-sam .yui-h-slider .yui-slider-thumb {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.yui-skin-sam .yui-v-slider {
|
||||
background: url(bg-v.gif) no-repeat 12px 0;
|
||||
height: 228px;
|
||||
width: 48px;
|
||||
}
|
792
webdir/javascript/yui/slider/slider-debug.js
vendored
792
webdir/javascript/yui/slider/slider-debug.js
vendored
File diff suppressed because it is too large
Load Diff
10
webdir/javascript/yui/slider/slider-min.js
vendored
10
webdir/javascript/yui/slider/slider-min.js
vendored
File diff suppressed because one or more lines are too long
775
webdir/javascript/yui/slider/slider.js
vendored
775
webdir/javascript/yui/slider/slider.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user