|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
efrain |
1 |
/*
|
|
|
2 |
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|
|
3 |
Code licensed under the BSD License:
|
|
|
4 |
http://developer.yahoo.com/yui/license.html
|
|
|
5 |
version: 2.9.0
|
|
|
6 |
*/
|
|
|
7 |
.yui-skin-sam .yui-h-slider {
|
|
|
8 |
background: url(http://yui.yahooapis.com/2.9.0/build/slider/assets/bg-h.gif) no-repeat 5px 0;
|
|
|
9 |
height: 28px;
|
|
|
10 |
width: 228px;
|
|
|
11 |
}
|
|
|
12 |
.yui-skin-sam .yui-h-slider .yui-slider-thumb {
|
|
|
13 |
top: 4px;
|
|
|
14 |
}
|
|
|
15 |
|
|
|
16 |
.yui-skin-sam .yui-v-slider {
|
|
|
17 |
background: url(http://yui.yahooapis.com/2.9.0/build/slider/assets/bg-v.gif) no-repeat 12px 0;
|
|
|
18 |
height: 228px;
|
|
|
19 |
width: 48px;
|
|
|
20 |
}
|