/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to includes/ext/resources/css/slider.css

  • Committer: Suren A. Chilingaryan
  • Date: 2010-01-27 06:10:57 UTC
  • Revision ID: csa@dside.dyndns.org-20100127061057-e14p89shlao8p2bi
Cleanup of includes and minor update of release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Ext JS Library 2.2
3
 
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 
 * licensing@extjs.com
5
 
 * 
6
 
 * http://extjs.com/license
7
 
 */
8
 
 
9
 
/* Shared styles */
10
 
.x-slider {
11
 
    zoom:1;
12
 
}
13
 
.x-slider-inner {
14
 
    position:relative;
15
 
    left:0;
16
 
    top:0;
17
 
    overflow:visible;
18
 
    zoom:1;
19
 
}
20
 
.x-slider-focus {
21
 
        position:absolute;
22
 
        left:0;
23
 
        top:0;
24
 
        width:1px;
25
 
        height:1px;
26
 
    line-height:1px;
27
 
    font-size:1px;
28
 
    -moz-outline:0 none;
29
 
    outline:0 none;
30
 
    -moz-user-select: text;
31
 
    -khtml-user-select: text;
32
 
}
33
 
 
34
 
/* Horizontal styles */
35
 
.x-slider-horz {
36
 
    padding-left:7px;
37
 
    background:transparent url(../images/default/slider/slider-bg.png) no-repeat 0 -22px;
38
 
}
39
 
.x-slider-horz .x-slider-end {
40
 
    padding-right:7px;
41
 
    zoom:1;
42
 
    background:transparent url(../images/default/slider/slider-bg.png) no-repeat right -44px;
43
 
}
44
 
.x-slider-horz .x-slider-inner {
45
 
    background:transparent url(../images/default/slider/slider-bg.png) repeat-x 0 0;
46
 
    height:22px;
47
 
}
48
 
.x-slider-horz .x-slider-thumb {
49
 
    width:14px;
50
 
    height:15px;
51
 
    position:absolute;
52
 
    left:0;
53
 
    top:3px;
54
 
    background:transparent url(../images/default/slider/slider-thumb.png) no-repeat 0 0;
55
 
}
56
 
.x-slider-horz .x-slider-thumb-over {
57
 
    background-position: -14px -15px;
58
 
}
59
 
.x-slider-horz .x-slider-thumb-drag {
60
 
    background-position: -28px -30px;
61
 
}
62
 
 
63
 
/* Vertical styles */
64
 
.x-slider-vert {
65
 
    padding-top:7px;
66
 
    background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -44px 0;
67
 
    width:22px;
68
 
}
69
 
.x-slider-vert .x-slider-end {
70
 
    padding-bottom:7px;
71
 
    zoom:1;
72
 
    background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -22px bottom;
73
 
}
74
 
.x-slider-vert .x-slider-inner {
75
 
    background:transparent url(../images/default/slider/slider-v-bg.png) repeat-y 0 0;
76
 
}
77
 
.x-slider-vert .x-slider-thumb {
78
 
    width:15px;
79
 
    height:14px;
80
 
    position:absolute;
81
 
    left:3px;
82
 
    bottom:0;
83
 
    background:transparent url(../images/default/slider/slider-v-thumb.png) no-repeat 0 0;
84
 
}
85
 
.x-slider-vert .x-slider-thumb-over {
86
 
    background-position: -15px -14px;
87
 
}
88
 
.x-slider-vert .x-slider-thumb-drag {
89
 
    background-position: -30px -28px;
90
 
}
 
 
b'\\ No newline at end of file'