Merge remote branch 'kc/master' into new/enh/bug_5917
[koha.git] / koha-tt / intranet-tmpl / prog / en / lib / yui / slider / assets / slider-skin.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.8.0r4
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 }