]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/slider/assets/slider-skin.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui / build / slider / assets / slider-skin.css
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(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(bg-v.gif) no-repeat 12px 0;
18     height: 228px;
19     width: 48px;
20 }