1 | /*! jQuery UI - v1.10.3 - 2013-07-07 |
---|
2 | * http://jqueryui.com |
---|
3 | * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css |
---|
4 | * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */ |
---|
5 | |
---|
6 | /* Layout helpers |
---|
7 | ----------------------------------*/ |
---|
8 | .ui-helper-hidden { |
---|
9 | display: none; |
---|
10 | } |
---|
11 | .ui-helper-hidden-accessible { |
---|
12 | border: 0; |
---|
13 | clip: rect(0 0 0 0); |
---|
14 | height: 1px; |
---|
15 | margin: -1px; |
---|
16 | overflow: hidden; |
---|
17 | padding: 0; |
---|
18 | position: absolute; |
---|
19 | width: 1px; |
---|
20 | } |
---|
21 | .ui-helper-reset { |
---|
22 | margin: 0; |
---|
23 | padding: 0; |
---|
24 | border: 0; |
---|
25 | outline: 0; |
---|
26 | line-height: 1.3; |
---|
27 | text-decoration: none; |
---|
28 | font-size: 100%; |
---|
29 | list-style: none; |
---|
30 | } |
---|
31 | .ui-helper-clearfix:before, |
---|
32 | .ui-helper-clearfix:after { |
---|
33 | content: ""; |
---|
34 | display: table; |
---|
35 | border-collapse: collapse; |
---|
36 | } |
---|
37 | .ui-helper-clearfix:after { |
---|
38 | clear: both; |
---|
39 | } |
---|
40 | .ui-helper-clearfix { |
---|
41 | min-height: 0; /* support: IE7 */ |
---|
42 | } |
---|
43 | .ui-helper-zfix { |
---|
44 | width: 100%; |
---|
45 | height: 100%; |
---|
46 | top: 0; |
---|
47 | left: 0; |
---|
48 | position: absolute; |
---|
49 | opacity: 0; |
---|
50 | filter:Alpha(Opacity=0); |
---|
51 | } |
---|
52 | |
---|
53 | .ui-front { |
---|
54 | z-index: 100; |
---|
55 | } |
---|
56 | |
---|
57 | |
---|
58 | /* Interaction Cues |
---|
59 | ----------------------------------*/ |
---|
60 | .ui-state-disabled { |
---|
61 | cursor: default !important; |
---|
62 | } |
---|
63 | |
---|
64 | |
---|
65 | /* Icons |
---|
66 | ----------------------------------*/ |
---|
67 | |
---|
68 | /* states and images */ |
---|
69 | .ui-icon { |
---|
70 | display: block; |
---|
71 | text-indent: -99999px; |
---|
72 | overflow: hidden; |
---|
73 | background-repeat: no-repeat; |
---|
74 | } |
---|
75 | |
---|
76 | |
---|
77 | /* Misc visuals |
---|
78 | ----------------------------------*/ |
---|
79 | |
---|
80 | /* Overlays */ |
---|
81 | .ui-widget-overlay { |
---|
82 | position: fixed; |
---|
83 | top: 0; |
---|
84 | left: 0; |
---|
85 | width: 100%; |
---|
86 | height: 100%; |
---|
87 | } |
---|
88 | .ui-resizable { |
---|
89 | position: relative; |
---|
90 | } |
---|
91 | .ui-resizable-handle { |
---|
92 | position: absolute; |
---|
93 | font-size: 0.1px; |
---|
94 | display: block; |
---|
95 | } |
---|
96 | .ui-resizable-disabled .ui-resizable-handle, |
---|
97 | .ui-resizable-autohide .ui-resizable-handle { |
---|
98 | display: none; |
---|
99 | } |
---|
100 | .ui-resizable-n { |
---|
101 | cursor: n-resize; |
---|
102 | height: 7px; |
---|
103 | width: 100%; |
---|
104 | top: -5px; |
---|
105 | left: 0; |
---|
106 | } |
---|
107 | .ui-resizable-s { |
---|
108 | cursor: s-resize; |
---|
109 | height: 7px; |
---|
110 | width: 100%; |
---|
111 | bottom: -5px; |
---|
112 | left: 0; |
---|
113 | } |
---|
114 | .ui-resizable-e { |
---|
115 | cursor: e-resize; |
---|
116 | width: 7px; |
---|
117 | right: -5px; |
---|
118 | top: 0; |
---|
119 | height: 100%; |
---|
120 | } |
---|
121 | .ui-resizable-w { |
---|
122 | cursor: w-resize; |
---|
123 | width: 7px; |
---|
124 | left: -5px; |
---|
125 | top: 0; |
---|
126 | height: 100%; |
---|
127 | } |
---|
128 | .ui-resizable-se { |
---|
129 | cursor: se-resize; |
---|
130 | width: 12px; |
---|
131 | height: 12px; |
---|
132 | right: 1px; |
---|
133 | bottom: 1px; |
---|
134 | } |
---|
135 | .ui-resizable-sw { |
---|
136 | cursor: sw-resize; |
---|
137 | width: 9px; |
---|
138 | height: 9px; |
---|
139 | left: -5px; |
---|
140 | bottom: -5px; |
---|
141 | } |
---|
142 | .ui-resizable-nw { |
---|
143 | cursor: nw-resize; |
---|
144 | width: 9px; |
---|
145 | height: 9px; |
---|
146 | left: -5px; |
---|
147 | top: -5px; |
---|
148 | } |
---|
149 | .ui-resizable-ne { |
---|
150 | cursor: ne-resize; |
---|
151 | width: 9px; |
---|
152 | height: 9px; |
---|
153 | right: -5px; |
---|
154 | top: -5px; |
---|
155 | } |
---|
156 | .ui-selectable-helper { |
---|
157 | position: absolute; |
---|
158 | z-index: 100; |
---|
159 | border: 1px dotted black; |
---|
160 | } |
---|
161 | .ui-slider { |
---|
162 | position: relative; |
---|
163 | text-align: left; |
---|
164 | } |
---|
165 | .ui-slider .ui-slider-handle { |
---|
166 | position: absolute; |
---|
167 | z-index: 2; |
---|
168 | width: 1.2em; |
---|
169 | height: 1.2em; |
---|
170 | cursor: default; |
---|
171 | } |
---|
172 | .ui-slider .ui-slider-range { |
---|
173 | position: absolute; |
---|
174 | z-index: 1; |
---|
175 | font-size: .7em; |
---|
176 | display: block; |
---|
177 | border: 0; |
---|
178 | background-position: 0 0; |
---|
179 | } |
---|
180 | |
---|
181 | /* For IE8 - See #6727 */ |
---|
182 | .ui-slider.ui-state-disabled .ui-slider-handle, |
---|
183 | .ui-slider.ui-state-disabled .ui-slider-range { |
---|
184 | filter: inherit; |
---|
185 | } |
---|
186 | |
---|
187 | .ui-slider-horizontal { |
---|
188 | height: .8em; |
---|
189 | } |
---|
190 | .ui-slider-horizontal .ui-slider-handle { |
---|
191 | top: -.3em; |
---|
192 | margin-left: -.6em; |
---|
193 | } |
---|
194 | .ui-slider-horizontal .ui-slider-range { |
---|
195 | top: 0; |
---|
196 | height: 100%; |
---|
197 | } |
---|
198 | .ui-slider-horizontal .ui-slider-range-min { |
---|
199 | left: 0; |
---|
200 | } |
---|
201 | .ui-slider-horizontal .ui-slider-range-max { |
---|
202 | right: 0; |
---|
203 | } |
---|
204 | |
---|
205 | .ui-slider-vertical { |
---|
206 | width: .8em; |
---|
207 | height: 100px; |
---|
208 | } |
---|
209 | .ui-slider-vertical .ui-slider-handle { |
---|
210 | left: -.3em; |
---|
211 | margin-left: 0; |
---|
212 | margin-bottom: -.6em; |
---|
213 | } |
---|
214 | .ui-slider-vertical .ui-slider-range { |
---|
215 | left: 0; |
---|
216 | width: 100%; |
---|
217 | } |
---|
218 | .ui-slider-vertical .ui-slider-range-min { |
---|
219 | bottom: 0; |
---|
220 | } |
---|
221 | .ui-slider-vertical .ui-slider-range-max { |
---|
222 | top: 0; |
---|
223 | } |
---|