Project

General

Profile

Download (629 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / client-public-3.0 / js / ux / slider / css / SliderRange.css @ master

1

    
2
/**
3
 * Styles used by Ext.ux.plugins.SliderRange plugin for Ext.Slider
4
 * @author  Dorothea Loew
5
 * @date    Februar 15, 2009
6
 */
7
 
8
.ux-sliderrange-val {
9
        width: 14px; 
10
        overflow: visible;
11
    position: absolute;
12
    text-align: center;
13
        font-size: 10px;
14
        background: transparent url(../img/tick.gif) no-repeat top left;
15
        line-height: 30px;
16
        background-color: white;
17
        vertical-align: bottom;
18
        white-space: nowrap; /* IE only */
19
        margin-left : -7px;
20
}
21

    
22
.ux-sliderrange {
23
        position:relative;
24
    left:0;
25
    overflow:visible;
26
    zoom:1;
27
}
28

    
29
/* with range slider needs more space */
30
.ux-sliderrange-slider {
31
        height: 50px;
32
}        
33

    
34

    
35

    
36

    
37