]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/slider/assets/slider-core.css
Release 6.2.0beta4
[Github/sugarcrm.git] / include / javascript / yui3 / build / slider / assets / slider-core.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: 3.0.0
6 build: 1549
7 */
8 .yui-slider {
9     /* xbrowser inline-block styles */
10     display: -moz-inline-stack; /* FF2 */
11     display: inline-block;
12     *display: inline; /* IE 7- (with zoom) */
13     zoom: 1;
14     vertical-align: middle;
15 }
16
17 .yui-slider-content {
18     position: relative;
19 }
20
21 .yui-slider-rail {
22     position: relative;
23 }
24
25 .yui-slider-thumb {
26     position: absolute;
27 }
28 .yui-slider-thumb-image {
29     /* to collapse vertical space around short thumbs in tall line-height */
30     display: block;
31 }
32
33 .yui-slider-image-error .yui-slider-thumb {
34     height: 10px;
35     width: 10px;
36     background: #000;
37     color: #000;
38     overflow: hidden;
39 }
40 .yui-slider-image-error .yui-slider-thumb-image {
41     display: none;
42 }