|
a |
|
b/docs/site_libs/jqueryui-1.11.4/jquery-ui.css |
|
|
1 |
/*! jQuery UI - v1.11.4 - 2016-01-05 |
|
|
2 |
* http://jqueryui.com |
|
|
3 |
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css |
|
|
4 |
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px |
|
|
5 |
* Copyright jQuery Foundation and other contributors; Licensed MIT */ |
|
|
6 |
|
|
|
7 |
/* Layout helpers |
|
|
8 |
----------------------------------*/ |
|
|
9 |
.ui-helper-hidden { |
|
|
10 |
display: none; |
|
|
11 |
} |
|
|
12 |
.ui-helper-hidden-accessible { |
|
|
13 |
border: 0; |
|
|
14 |
clip: rect(0 0 0 0); |
|
|
15 |
height: 1px; |
|
|
16 |
margin: -1px; |
|
|
17 |
overflow: hidden; |
|
|
18 |
padding: 0; |
|
|
19 |
position: absolute; |
|
|
20 |
width: 1px; |
|
|
21 |
} |
|
|
22 |
.ui-helper-reset { |
|
|
23 |
margin: 0; |
|
|
24 |
padding: 0; |
|
|
25 |
border: 0; |
|
|
26 |
outline: 0; |
|
|
27 |
line-height: 1.3; |
|
|
28 |
text-decoration: none; |
|
|
29 |
font-size: 100%; |
|
|
30 |
list-style: none; |
|
|
31 |
} |
|
|
32 |
.ui-helper-clearfix:before, |
|
|
33 |
.ui-helper-clearfix:after { |
|
|
34 |
content: ""; |
|
|
35 |
display: table; |
|
|
36 |
border-collapse: collapse; |
|
|
37 |
} |
|
|
38 |
.ui-helper-clearfix:after { |
|
|
39 |
clear: both; |
|
|
40 |
} |
|
|
41 |
.ui-helper-clearfix { |
|
|
42 |
min-height: 0; /* support: IE7 */ |
|
|
43 |
} |
|
|
44 |
.ui-helper-zfix { |
|
|
45 |
width: 100%; |
|
|
46 |
height: 100%; |
|
|
47 |
top: 0; |
|
|
48 |
left: 0; |
|
|
49 |
position: absolute; |
|
|
50 |
opacity: 0; |
|
|
51 |
filter:Alpha(Opacity=0); /* support: IE8 */ |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
.ui-front { |
|
|
55 |
z-index: 100; |
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
/* Interaction Cues |
|
|
60 |
----------------------------------*/ |
|
|
61 |
.ui-state-disabled { |
|
|
62 |
cursor: default !important; |
|
|
63 |
} |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
/* Icons |
|
|
67 |
----------------------------------*/ |
|
|
68 |
|
|
|
69 |
/* states and images */ |
|
|
70 |
.ui-icon { |
|
|
71 |
display: block; |
|
|
72 |
text-indent: -99999px; |
|
|
73 |
overflow: hidden; |
|
|
74 |
background-repeat: no-repeat; |
|
|
75 |
} |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
/* Misc visuals |
|
|
79 |
----------------------------------*/ |
|
|
80 |
|
|
|
81 |
/* Overlays */ |
|
|
82 |
.ui-widget-overlay { |
|
|
83 |
position: fixed; |
|
|
84 |
top: 0; |
|
|
85 |
left: 0; |
|
|
86 |
width: 100%; |
|
|
87 |
height: 100%; |
|
|
88 |
} |
|
|
89 |
.ui-draggable-handle { |
|
|
90 |
-ms-touch-action: none; |
|
|
91 |
touch-action: none; |
|
|
92 |
} |
|
|
93 |
.ui-resizable { |
|
|
94 |
position: relative; |
|
|
95 |
} |
|
|
96 |
.ui-resizable-handle { |
|
|
97 |
position: absolute; |
|
|
98 |
font-size: 0.1px; |
|
|
99 |
display: block; |
|
|
100 |
-ms-touch-action: none; |
|
|
101 |
touch-action: none; |
|
|
102 |
} |
|
|
103 |
.ui-resizable-disabled .ui-resizable-handle, |
|
|
104 |
.ui-resizable-autohide .ui-resizable-handle { |
|
|
105 |
display: none; |
|
|
106 |
} |
|
|
107 |
.ui-resizable-n { |
|
|
108 |
cursor: n-resize; |
|
|
109 |
height: 7px; |
|
|
110 |
width: 100%; |
|
|
111 |
top: -5px; |
|
|
112 |
left: 0; |
|
|
113 |
} |
|
|
114 |
.ui-resizable-s { |
|
|
115 |
cursor: s-resize; |
|
|
116 |
height: 7px; |
|
|
117 |
width: 100%; |
|
|
118 |
bottom: -5px; |
|
|
119 |
left: 0; |
|
|
120 |
} |
|
|
121 |
.ui-resizable-e { |
|
|
122 |
cursor: e-resize; |
|
|
123 |
width: 7px; |
|
|
124 |
right: -5px; |
|
|
125 |
top: 0; |
|
|
126 |
height: 100%; |
|
|
127 |
} |
|
|
128 |
.ui-resizable-w { |
|
|
129 |
cursor: w-resize; |
|
|
130 |
width: 7px; |
|
|
131 |
left: -5px; |
|
|
132 |
top: 0; |
|
|
133 |
height: 100%; |
|
|
134 |
} |
|
|
135 |
.ui-resizable-se { |
|
|
136 |
cursor: se-resize; |
|
|
137 |
width: 12px; |
|
|
138 |
height: 12px; |
|
|
139 |
right: 1px; |
|
|
140 |
bottom: 1px; |
|
|
141 |
} |
|
|
142 |
.ui-resizable-sw { |
|
|
143 |
cursor: sw-resize; |
|
|
144 |
width: 9px; |
|
|
145 |
height: 9px; |
|
|
146 |
left: -5px; |
|
|
147 |
bottom: -5px; |
|
|
148 |
} |
|
|
149 |
.ui-resizable-nw { |
|
|
150 |
cursor: nw-resize; |
|
|
151 |
width: 9px; |
|
|
152 |
height: 9px; |
|
|
153 |
left: -5px; |
|
|
154 |
top: -5px; |
|
|
155 |
} |
|
|
156 |
.ui-resizable-ne { |
|
|
157 |
cursor: ne-resize; |
|
|
158 |
width: 9px; |
|
|
159 |
height: 9px; |
|
|
160 |
right: -5px; |
|
|
161 |
top: -5px; |
|
|
162 |
} |
|
|
163 |
.ui-selectable { |
|
|
164 |
-ms-touch-action: none; |
|
|
165 |
touch-action: none; |
|
|
166 |
} |
|
|
167 |
.ui-selectable-helper { |
|
|
168 |
position: absolute; |
|
|
169 |
z-index: 100; |
|
|
170 |
border: 1px dotted black; |
|
|
171 |
} |
|
|
172 |
.ui-sortable-handle { |
|
|
173 |
-ms-touch-action: none; |
|
|
174 |
touch-action: none; |
|
|
175 |
} |
|
|
176 |
.ui-accordion .ui-accordion-header { |
|
|
177 |
display: block; |
|
|
178 |
cursor: pointer; |
|
|
179 |
position: relative; |
|
|
180 |
margin: 2px 0 0 0; |
|
|
181 |
padding: .5em .5em .5em .7em; |
|
|
182 |
min-height: 0; /* support: IE7 */ |
|
|
183 |
font-size: 100%; |
|
|
184 |
} |
|
|
185 |
.ui-accordion .ui-accordion-icons { |
|
|
186 |
padding-left: 2.2em; |
|
|
187 |
} |
|
|
188 |
.ui-accordion .ui-accordion-icons .ui-accordion-icons { |
|
|
189 |
padding-left: 2.2em; |
|
|
190 |
} |
|
|
191 |
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { |
|
|
192 |
position: absolute; |
|
|
193 |
left: .5em; |
|
|
194 |
top: 50%; |
|
|
195 |
margin-top: -8px; |
|
|
196 |
} |
|
|
197 |
.ui-accordion .ui-accordion-content { |
|
|
198 |
padding: 1em 2.2em; |
|
|
199 |
border-top: 0; |
|
|
200 |
overflow: auto; |
|
|
201 |
} |
|
|
202 |
.ui-autocomplete { |
|
|
203 |
position: absolute; |
|
|
204 |
top: 0; |
|
|
205 |
left: 0; |
|
|
206 |
cursor: default; |
|
|
207 |
} |
|
|
208 |
.ui-button { |
|
|
209 |
display: inline-block; |
|
|
210 |
position: relative; |
|
|
211 |
padding: 0; |
|
|
212 |
line-height: normal; |
|
|
213 |
margin-right: .1em; |
|
|
214 |
cursor: pointer; |
|
|
215 |
vertical-align: middle; |
|
|
216 |
text-align: center; |
|
|
217 |
overflow: visible; /* removes extra width in IE */ |
|
|
218 |
} |
|
|
219 |
.ui-button, |
|
|
220 |
.ui-button:link, |
|
|
221 |
.ui-button:visited, |
|
|
222 |
.ui-button:hover, |
|
|
223 |
.ui-button:active { |
|
|
224 |
text-decoration: none; |
|
|
225 |
} |
|
|
226 |
/* to make room for the icon, a width needs to be set here */ |
|
|
227 |
.ui-button-icon-only { |
|
|
228 |
width: 2.2em; |
|
|
229 |
} |
|
|
230 |
/* button elements seem to need a little more width */ |
|
|
231 |
button.ui-button-icon-only { |
|
|
232 |
width: 2.4em; |
|
|
233 |
} |
|
|
234 |
.ui-button-icons-only { |
|
|
235 |
width: 3.4em; |
|
|
236 |
} |
|
|
237 |
button.ui-button-icons-only { |
|
|
238 |
width: 3.7em; |
|
|
239 |
} |
|
|
240 |
|
|
|
241 |
/* button text element */ |
|
|
242 |
.ui-button .ui-button-text { |
|
|
243 |
display: block; |
|
|
244 |
line-height: normal; |
|
|
245 |
} |
|
|
246 |
.ui-button-text-only .ui-button-text { |
|
|
247 |
padding: .4em 1em; |
|
|
248 |
} |
|
|
249 |
.ui-button-icon-only .ui-button-text, |
|
|
250 |
.ui-button-icons-only .ui-button-text { |
|
|
251 |
padding: .4em; |
|
|
252 |
text-indent: -9999999px; |
|
|
253 |
} |
|
|
254 |
.ui-button-text-icon-primary .ui-button-text, |
|
|
255 |
.ui-button-text-icons .ui-button-text { |
|
|
256 |
padding: .4em 1em .4em 2.1em; |
|
|
257 |
} |
|
|
258 |
.ui-button-text-icon-secondary .ui-button-text, |
|
|
259 |
.ui-button-text-icons .ui-button-text { |
|
|
260 |
padding: .4em 2.1em .4em 1em; |
|
|
261 |
} |
|
|
262 |
.ui-button-text-icons .ui-button-text { |
|
|
263 |
padding-left: 2.1em; |
|
|
264 |
padding-right: 2.1em; |
|
|
265 |
} |
|
|
266 |
/* no icon support for input elements, provide padding by default */ |
|
|
267 |
input.ui-button { |
|
|
268 |
padding: .4em 1em; |
|
|
269 |
} |
|
|
270 |
|
|
|
271 |
/* button icon element(s) */ |
|
|
272 |
.ui-button-icon-only .ui-icon, |
|
|
273 |
.ui-button-text-icon-primary .ui-icon, |
|
|
274 |
.ui-button-text-icon-secondary .ui-icon, |
|
|
275 |
.ui-button-text-icons .ui-icon, |
|
|
276 |
.ui-button-icons-only .ui-icon { |
|
|
277 |
position: absolute; |
|
|
278 |
top: 50%; |
|
|
279 |
margin-top: -8px; |
|
|
280 |
} |
|
|
281 |
.ui-button-icon-only .ui-icon { |
|
|
282 |
left: 50%; |
|
|
283 |
margin-left: -8px; |
|
|
284 |
} |
|
|
285 |
.ui-button-text-icon-primary .ui-button-icon-primary, |
|
|
286 |
.ui-button-text-icons .ui-button-icon-primary, |
|
|
287 |
.ui-button-icons-only .ui-button-icon-primary { |
|
|
288 |
left: .5em; |
|
|
289 |
} |
|
|
290 |
.ui-button-text-icon-secondary .ui-button-icon-secondary, |
|
|
291 |
.ui-button-text-icons .ui-button-icon-secondary, |
|
|
292 |
.ui-button-icons-only .ui-button-icon-secondary { |
|
|
293 |
right: .5em; |
|
|
294 |
} |
|
|
295 |
|
|
|
296 |
/* button sets */ |
|
|
297 |
.ui-buttonset { |
|
|
298 |
margin-right: 7px; |
|
|
299 |
} |
|
|
300 |
.ui-buttonset .ui-button { |
|
|
301 |
margin-left: 0; |
|
|
302 |
margin-right: -.3em; |
|
|
303 |
} |
|
|
304 |
|
|
|
305 |
/* workarounds */ |
|
|
306 |
/* reset extra padding in Firefox, see h5bp.com/l */ |
|
|
307 |
input.ui-button::-moz-focus-inner, |
|
|
308 |
button.ui-button::-moz-focus-inner { |
|
|
309 |
border: 0; |
|
|
310 |
padding: 0; |
|
|
311 |
} |
|
|
312 |
.ui-dialog { |
|
|
313 |
overflow: hidden; |
|
|
314 |
position: absolute; |
|
|
315 |
top: 0; |
|
|
316 |
left: 0; |
|
|
317 |
padding: .2em; |
|
|
318 |
outline: 0; |
|
|
319 |
} |
|
|
320 |
.ui-dialog .ui-dialog-titlebar { |
|
|
321 |
padding: .4em 1em; |
|
|
322 |
position: relative; |
|
|
323 |
} |
|
|
324 |
.ui-dialog .ui-dialog-title { |
|
|
325 |
float: left; |
|
|
326 |
margin: .1em 0; |
|
|
327 |
white-space: nowrap; |
|
|
328 |
width: 90%; |
|
|
329 |
overflow: hidden; |
|
|
330 |
text-overflow: ellipsis; |
|
|
331 |
} |
|
|
332 |
.ui-dialog .ui-dialog-titlebar-close { |
|
|
333 |
position: absolute; |
|
|
334 |
right: .3em; |
|
|
335 |
top: 50%; |
|
|
336 |
width: 20px; |
|
|
337 |
margin: -10px 0 0 0; |
|
|
338 |
padding: 1px; |
|
|
339 |
height: 20px; |
|
|
340 |
} |
|
|
341 |
.ui-dialog .ui-dialog-content { |
|
|
342 |
position: relative; |
|
|
343 |
border: 0; |
|
|
344 |
padding: .5em 1em; |
|
|
345 |
background: none; |
|
|
346 |
overflow: auto; |
|
|
347 |
} |
|
|
348 |
.ui-dialog .ui-dialog-buttonpane { |
|
|
349 |
text-align: left; |
|
|
350 |
border-width: 1px 0 0 0; |
|
|
351 |
background-image: none; |
|
|
352 |
margin-top: .5em; |
|
|
353 |
padding: .3em 1em .5em .4em; |
|
|
354 |
} |
|
|
355 |
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
|
|
356 |
float: right; |
|
|
357 |
} |
|
|
358 |
.ui-dialog .ui-dialog-buttonpane button { |
|
|
359 |
margin: .5em .4em .5em 0; |
|
|
360 |
cursor: pointer; |
|
|
361 |
} |
|
|
362 |
.ui-dialog .ui-resizable-se { |
|
|
363 |
width: 12px; |
|
|
364 |
height: 12px; |
|
|
365 |
right: -5px; |
|
|
366 |
bottom: -5px; |
|
|
367 |
background-position: 16px 16px; |
|
|
368 |
} |
|
|
369 |
.ui-draggable .ui-dialog-titlebar { |
|
|
370 |
cursor: move; |
|
|
371 |
} |
|
|
372 |
.ui-menu { |
|
|
373 |
list-style: none; |
|
|
374 |
padding: 0; |
|
|
375 |
margin: 0; |
|
|
376 |
display: block; |
|
|
377 |
outline: none; |
|
|
378 |
} |
|
|
379 |
.ui-menu .ui-menu { |
|
|
380 |
position: absolute; |
|
|
381 |
} |
|
|
382 |
.ui-menu .ui-menu-item { |
|
|
383 |
position: relative; |
|
|
384 |
margin: 0; |
|
|
385 |
padding: 3px 1em 3px .4em; |
|
|
386 |
cursor: pointer; |
|
|
387 |
min-height: 0; /* support: IE7 */ |
|
|
388 |
/* support: IE10, see #8844 */ |
|
|
389 |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); |
|
|
390 |
} |
|
|
391 |
.ui-menu .ui-menu-divider { |
|
|
392 |
margin: 5px 0; |
|
|
393 |
height: 0; |
|
|
394 |
font-size: 0; |
|
|
395 |
line-height: 0; |
|
|
396 |
border-width: 1px 0 0 0; |
|
|
397 |
} |
|
|
398 |
.ui-menu .ui-state-focus, |
|
|
399 |
.ui-menu .ui-state-active { |
|
|
400 |
margin: -1px; |
|
|
401 |
} |
|
|
402 |
|
|
|
403 |
/* icon support */ |
|
|
404 |
.ui-menu-icons { |
|
|
405 |
position: relative; |
|
|
406 |
} |
|
|
407 |
.ui-menu-icons .ui-menu-item { |
|
|
408 |
padding-left: 2em; |
|
|
409 |
} |
|
|
410 |
|
|
|
411 |
/* left-aligned */ |
|
|
412 |
.ui-menu .ui-icon { |
|
|
413 |
position: absolute; |
|
|
414 |
top: 0; |
|
|
415 |
bottom: 0; |
|
|
416 |
left: .2em; |
|
|
417 |
margin: auto 0; |
|
|
418 |
} |
|
|
419 |
|
|
|
420 |
/* right-aligned */ |
|
|
421 |
.ui-menu .ui-menu-icon { |
|
|
422 |
left: auto; |
|
|
423 |
right: 0; |
|
|
424 |
} |
|
|
425 |
.ui-progressbar { |
|
|
426 |
height: 2em; |
|
|
427 |
text-align: left; |
|
|
428 |
overflow: hidden; |
|
|
429 |
} |
|
|
430 |
.ui-progressbar .ui-progressbar-value { |
|
|
431 |
margin: -1px; |
|
|
432 |
height: 100%; |
|
|
433 |
} |
|
|
434 |
.ui-progressbar .ui-progressbar-overlay { |
|
|
435 |
background: url("data:image/gif;base64,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"); |
|
|
436 |
height: 100%; |
|
|
437 |
filter: alpha(opacity=25); /* support: IE8 */ |
|
|
438 |
opacity: 0.25; |
|
|
439 |
} |
|
|
440 |
.ui-progressbar-indeterminate .ui-progressbar-value { |
|
|
441 |
background-image: none; |
|
|
442 |
} |
|
|
443 |
.ui-selectmenu-menu { |
|
|
444 |
padding: 0; |
|
|
445 |
margin: 0; |
|
|
446 |
position: absolute; |
|
|
447 |
top: 0; |
|
|
448 |
left: 0; |
|
|
449 |
display: none; |
|
|
450 |
} |
|
|
451 |
.ui-selectmenu-menu .ui-menu { |
|
|
452 |
overflow: auto; |
|
|
453 |
/* Support: IE7 */ |
|
|
454 |
overflow-x: hidden; |
|
|
455 |
padding-bottom: 1px; |
|
|
456 |
} |
|
|
457 |
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
|
|
458 |
font-size: 1em; |
|
|
459 |
font-weight: bold; |
|
|
460 |
line-height: 1.5; |
|
|
461 |
padding: 2px 0.4em; |
|
|
462 |
margin: 0.5em 0 0 0; |
|
|
463 |
height: auto; |
|
|
464 |
border: 0; |
|
|
465 |
} |
|
|
466 |
.ui-selectmenu-open { |
|
|
467 |
display: block; |
|
|
468 |
} |
|
|
469 |
.ui-selectmenu-button { |
|
|
470 |
display: inline-block; |
|
|
471 |
overflow: hidden; |
|
|
472 |
position: relative; |
|
|
473 |
text-decoration: none; |
|
|
474 |
cursor: pointer; |
|
|
475 |
} |
|
|
476 |
.ui-selectmenu-button span.ui-icon { |
|
|
477 |
right: 0.5em; |
|
|
478 |
left: auto; |
|
|
479 |
margin-top: -8px; |
|
|
480 |
position: absolute; |
|
|
481 |
top: 50%; |
|
|
482 |
} |
|
|
483 |
.ui-selectmenu-button span.ui-selectmenu-text { |
|
|
484 |
text-align: left; |
|
|
485 |
padding: 0.4em 2.1em 0.4em 1em; |
|
|
486 |
display: block; |
|
|
487 |
line-height: 1.4; |
|
|
488 |
overflow: hidden; |
|
|
489 |
text-overflow: ellipsis; |
|
|
490 |
white-space: nowrap; |
|
|
491 |
} |
|
|
492 |
.ui-slider { |
|
|
493 |
position: relative; |
|
|
494 |
text-align: left; |
|
|
495 |
} |
|
|
496 |
.ui-slider .ui-slider-handle { |
|
|
497 |
position: absolute; |
|
|
498 |
z-index: 2; |
|
|
499 |
width: 1.2em; |
|
|
500 |
height: 1.2em; |
|
|
501 |
cursor: default; |
|
|
502 |
-ms-touch-action: none; |
|
|
503 |
touch-action: none; |
|
|
504 |
} |
|
|
505 |
.ui-slider .ui-slider-range { |
|
|
506 |
position: absolute; |
|
|
507 |
z-index: 1; |
|
|
508 |
font-size: .7em; |
|
|
509 |
display: block; |
|
|
510 |
border: 0; |
|
|
511 |
background-position: 0 0; |
|
|
512 |
} |
|
|
513 |
|
|
|
514 |
/* support: IE8 - See #6727 */ |
|
|
515 |
.ui-slider.ui-state-disabled .ui-slider-handle, |
|
|
516 |
.ui-slider.ui-state-disabled .ui-slider-range { |
|
|
517 |
filter: inherit; |
|
|
518 |
} |
|
|
519 |
|
|
|
520 |
.ui-slider-horizontal { |
|
|
521 |
height: .8em; |
|
|
522 |
} |
|
|
523 |
.ui-slider-horizontal .ui-slider-handle { |
|
|
524 |
top: -.3em; |
|
|
525 |
margin-left: -.6em; |
|
|
526 |
} |
|
|
527 |
.ui-slider-horizontal .ui-slider-range { |
|
|
528 |
top: 0; |
|
|
529 |
height: 100%; |
|
|
530 |
} |
|
|
531 |
.ui-slider-horizontal .ui-slider-range-min { |
|
|
532 |
left: 0; |
|
|
533 |
} |
|
|
534 |
.ui-slider-horizontal .ui-slider-range-max { |
|
|
535 |
right: 0; |
|
|
536 |
} |
|
|
537 |
|
|
|
538 |
.ui-slider-vertical { |
|
|
539 |
width: .8em; |
|
|
540 |
height: 100px; |
|
|
541 |
} |
|
|
542 |
.ui-slider-vertical .ui-slider-handle { |
|
|
543 |
left: -.3em; |
|
|
544 |
margin-left: 0; |
|
|
545 |
margin-bottom: -.6em; |
|
|
546 |
} |
|
|
547 |
.ui-slider-vertical .ui-slider-range { |
|
|
548 |
left: 0; |
|
|
549 |
width: 100%; |
|
|
550 |
} |
|
|
551 |
.ui-slider-vertical .ui-slider-range-min { |
|
|
552 |
bottom: 0; |
|
|
553 |
} |
|
|
554 |
.ui-slider-vertical .ui-slider-range-max { |
|
|
555 |
top: 0; |
|
|
556 |
} |
|
|
557 |
.ui-spinner { |
|
|
558 |
position: relative; |
|
|
559 |
display: inline-block; |
|
|
560 |
overflow: hidden; |
|
|
561 |
padding: 0; |
|
|
562 |
vertical-align: middle; |
|
|
563 |
} |
|
|
564 |
.ui-spinner-input { |
|
|
565 |
border: none; |
|
|
566 |
background: none; |
|
|
567 |
color: inherit; |
|
|
568 |
padding: 0; |
|
|
569 |
margin: .2em 0; |
|
|
570 |
vertical-align: middle; |
|
|
571 |
margin-left: .4em; |
|
|
572 |
margin-right: 22px; |
|
|
573 |
} |
|
|
574 |
.ui-spinner-button { |
|
|
575 |
width: 16px; |
|
|
576 |
height: 50%; |
|
|
577 |
font-size: .5em; |
|
|
578 |
padding: 0; |
|
|
579 |
margin: 0; |
|
|
580 |
text-align: center; |
|
|
581 |
position: absolute; |
|
|
582 |
cursor: default; |
|
|
583 |
display: block; |
|
|
584 |
overflow: hidden; |
|
|
585 |
right: 0; |
|
|
586 |
} |
|
|
587 |
/* more specificity required here to override default borders */ |
|
|
588 |
.ui-spinner a.ui-spinner-button { |
|
|
589 |
border-top: none; |
|
|
590 |
border-bottom: none; |
|
|
591 |
border-right: none; |
|
|
592 |
} |
|
|
593 |
/* vertically center icon */ |
|
|
594 |
.ui-spinner .ui-icon { |
|
|
595 |
position: absolute; |
|
|
596 |
margin-top: -8px; |
|
|
597 |
top: 50%; |
|
|
598 |
left: 0; |
|
|
599 |
} |
|
|
600 |
.ui-spinner-up { |
|
|
601 |
top: 0; |
|
|
602 |
} |
|
|
603 |
.ui-spinner-down { |
|
|
604 |
bottom: 0; |
|
|
605 |
} |
|
|
606 |
|
|
|
607 |
/* TR overrides */ |
|
|
608 |
.ui-spinner .ui-icon-triangle-1-s { |
|
|
609 |
/* need to fix icons sprite */ |
|
|
610 |
background-position: -65px -16px; |
|
|
611 |
} |
|
|
612 |
.ui-tabs { |
|
|
613 |
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|
|
614 |
padding: .2em; |
|
|
615 |
} |
|
|
616 |
.ui-tabs .ui-tabs-nav { |
|
|
617 |
margin: 0; |
|
|
618 |
padding: .2em .2em 0; |
|
|
619 |
} |
|
|
620 |
.ui-tabs .ui-tabs-nav li { |
|
|
621 |
list-style: none; |
|
|
622 |
float: left; |
|
|
623 |
position: relative; |
|
|
624 |
top: 0; |
|
|
625 |
margin: 1px .2em 0 0; |
|
|
626 |
border-bottom-width: 0; |
|
|
627 |
padding: 0; |
|
|
628 |
white-space: nowrap; |
|
|
629 |
} |
|
|
630 |
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { |
|
|
631 |
float: left; |
|
|
632 |
padding: .5em 1em; |
|
|
633 |
text-decoration: none; |
|
|
634 |
} |
|
|
635 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active { |
|
|
636 |
margin-bottom: -1px; |
|
|
637 |
padding-bottom: 1px; |
|
|
638 |
} |
|
|
639 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, |
|
|
640 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, |
|
|
641 |
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { |
|
|
642 |
cursor: text; |
|
|
643 |
} |
|
|
644 |
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { |
|
|
645 |
cursor: pointer; |
|
|
646 |
} |
|
|
647 |
.ui-tabs .ui-tabs-panel { |
|
|
648 |
display: block; |
|
|
649 |
border-width: 0; |
|
|
650 |
padding: 1em 1.4em; |
|
|
651 |
background: none; |
|
|
652 |
} |
|
|
653 |
.ui-tooltip { |
|
|
654 |
padding: 8px; |
|
|
655 |
position: absolute; |
|
|
656 |
z-index: 9999; |
|
|
657 |
max-width: 300px; |
|
|
658 |
-webkit-box-shadow: 0 0 5px #aaa; |
|
|
659 |
box-shadow: 0 0 5px #aaa; |
|
|
660 |
} |
|
|
661 |
body .ui-tooltip { |
|
|
662 |
border-width: 2px; |
|
|
663 |
} |
|
|
664 |
|
|
|
665 |
/* Component containers |
|
|
666 |
----------------------------------*/ |
|
|
667 |
.ui-widget { |
|
|
668 |
font-family: Arial,Helvetica,sans-serif; |
|
|
669 |
font-size: 1em; |
|
|
670 |
} |
|
|
671 |
.ui-widget .ui-widget { |
|
|
672 |
font-size: 1em; |
|
|
673 |
} |
|
|
674 |
.ui-widget input, |
|
|
675 |
.ui-widget select, |
|
|
676 |
.ui-widget textarea, |
|
|
677 |
.ui-widget button { |
|
|
678 |
font-family: Arial,Helvetica,sans-serif; |
|
|
679 |
font-size: 1em; |
|
|
680 |
} |
|
|
681 |
.ui-widget-content { |
|
|
682 |
border: 1px solid #dddddd; |
|
|
683 |
background: #ffffff; |
|
|
684 |
color: #333333; |
|
|
685 |
} |
|
|
686 |
.ui-widget-content a { |
|
|
687 |
color: #333333; |
|
|
688 |
} |
|
|
689 |
.ui-widget-header { |
|
|
690 |
border: 1px solid #dddddd; |
|
|
691 |
background: #e9e9e9; |
|
|
692 |
color: #333333; |
|
|
693 |
font-weight: bold; |
|
|
694 |
} |
|
|
695 |
.ui-widget-header a { |
|
|
696 |
color: #333333; |
|
|
697 |
} |
|
|
698 |
|
|
|
699 |
/* Interaction states |
|
|
700 |
----------------------------------*/ |
|
|
701 |
.ui-state-default, |
|
|
702 |
.ui-widget-content .ui-state-default, |
|
|
703 |
.ui-widget-header .ui-state-default { |
|
|
704 |
border: 1px solid #c5c5c5; |
|
|
705 |
background: #f6f6f6; |
|
|
706 |
font-weight: normal; |
|
|
707 |
color: #454545; |
|
|
708 |
} |
|
|
709 |
.ui-state-default a, |
|
|
710 |
.ui-state-default a:link, |
|
|
711 |
.ui-state-default a:visited { |
|
|
712 |
color: #454545; |
|
|
713 |
text-decoration: none; |
|
|
714 |
} |
|
|
715 |
.ui-state-hover, |
|
|
716 |
.ui-widget-content .ui-state-hover, |
|
|
717 |
.ui-widget-header .ui-state-hover, |
|
|
718 |
.ui-state-focus, |
|
|
719 |
.ui-widget-content .ui-state-focus, |
|
|
720 |
.ui-widget-header .ui-state-focus { |
|
|
721 |
border: 1px solid #cccccc; |
|
|
722 |
background: #ededed; |
|
|
723 |
font-weight: normal; |
|
|
724 |
color: #2b2b2b; |
|
|
725 |
} |
|
|
726 |
.ui-state-hover a, |
|
|
727 |
.ui-state-hover a:hover, |
|
|
728 |
.ui-state-hover a:link, |
|
|
729 |
.ui-state-hover a:visited, |
|
|
730 |
.ui-state-focus a, |
|
|
731 |
.ui-state-focus a:hover, |
|
|
732 |
.ui-state-focus a:link, |
|
|
733 |
.ui-state-focus a:visited { |
|
|
734 |
color: #2b2b2b; |
|
|
735 |
text-decoration: none; |
|
|
736 |
} |
|
|
737 |
.ui-state-active, |
|
|
738 |
.ui-widget-content .ui-state-active, |
|
|
739 |
.ui-widget-header .ui-state-active { |
|
|
740 |
border: 1px solid #003eff; |
|
|
741 |
background: #007fff; |
|
|
742 |
font-weight: normal; |
|
|
743 |
color: #ffffff; |
|
|
744 |
} |
|
|
745 |
.ui-state-active a, |
|
|
746 |
.ui-state-active a:link, |
|
|
747 |
.ui-state-active a:visited { |
|
|
748 |
color: #ffffff; |
|
|
749 |
text-decoration: none; |
|
|
750 |
} |
|
|
751 |
|
|
|
752 |
/* Interaction Cues |
|
|
753 |
----------------------------------*/ |
|
|
754 |
.ui-state-highlight, |
|
|
755 |
.ui-widget-content .ui-state-highlight, |
|
|
756 |
.ui-widget-header .ui-state-highlight { |
|
|
757 |
border: 1px solid #dad55e; |
|
|
758 |
background: #fffa90; |
|
|
759 |
color: #777620; |
|
|
760 |
} |
|
|
761 |
.ui-state-highlight a, |
|
|
762 |
.ui-widget-content .ui-state-highlight a, |
|
|
763 |
.ui-widget-header .ui-state-highlight a { |
|
|
764 |
color: #777620; |
|
|
765 |
} |
|
|
766 |
.ui-state-error, |
|
|
767 |
.ui-widget-content .ui-state-error, |
|
|
768 |
.ui-widget-header .ui-state-error { |
|
|
769 |
border: 1px solid #f1a899; |
|
|
770 |
background: #fddfdf; |
|
|
771 |
color: #5f3f3f; |
|
|
772 |
} |
|
|
773 |
.ui-state-error a, |
|
|
774 |
.ui-widget-content .ui-state-error a, |
|
|
775 |
.ui-widget-header .ui-state-error a { |
|
|
776 |
color: #5f3f3f; |
|
|
777 |
} |
|
|
778 |
.ui-state-error-text, |
|
|
779 |
.ui-widget-content .ui-state-error-text, |
|
|
780 |
.ui-widget-header .ui-state-error-text { |
|
|
781 |
color: #5f3f3f; |
|
|
782 |
} |
|
|
783 |
.ui-priority-primary, |
|
|
784 |
.ui-widget-content .ui-priority-primary, |
|
|
785 |
.ui-widget-header .ui-priority-primary { |
|
|
786 |
font-weight: bold; |
|
|
787 |
} |
|
|
788 |
.ui-priority-secondary, |
|
|
789 |
.ui-widget-content .ui-priority-secondary, |
|
|
790 |
.ui-widget-header .ui-priority-secondary { |
|
|
791 |
opacity: .7; |
|
|
792 |
filter:Alpha(Opacity=70); /* support: IE8 */ |
|
|
793 |
font-weight: normal; |
|
|
794 |
} |
|
|
795 |
.ui-state-disabled, |
|
|
796 |
.ui-widget-content .ui-state-disabled, |
|
|
797 |
.ui-widget-header .ui-state-disabled { |
|
|
798 |
opacity: .35; |
|
|
799 |
filter:Alpha(Opacity=35); /* support: IE8 */ |
|
|
800 |
background-image: none; |
|
|
801 |
} |
|
|
802 |
.ui-state-disabled .ui-icon { |
|
|
803 |
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ |
|
|
804 |
} |
|
|
805 |
|
|
|
806 |
/* Icons |
|
|
807 |
----------------------------------*/ |
|
|
808 |
|
|
|
809 |
/* states and images */ |
|
|
810 |
.ui-icon { |
|
|
811 |
width: 16px; |
|
|
812 |
height: 16px; |
|
|
813 |
} |
|
|
814 |
.ui-icon, |
|
|
815 |
.ui-widget-content .ui-icon { |
|
|
816 |
background-image: url("images/ui-icons_444444_256x240.png"); |
|
|
817 |
} |
|
|
818 |
.ui-widget-header .ui-icon { |
|
|
819 |
background-image: url("images/ui-icons_444444_256x240.png"); |
|
|
820 |
} |
|
|
821 |
.ui-state-default .ui-icon { |
|
|
822 |
background-image: url("images/ui-icons_777777_256x240.png"); |
|
|
823 |
} |
|
|
824 |
.ui-state-hover .ui-icon, |
|
|
825 |
.ui-state-focus .ui-icon { |
|
|
826 |
background-image: url("images/ui-icons_555555_256x240.png"); |
|
|
827 |
} |
|
|
828 |
.ui-state-active .ui-icon { |
|
|
829 |
background-image: url("images/ui-icons_ffffff_256x240.png"); |
|
|
830 |
} |
|
|
831 |
.ui-state-highlight .ui-icon { |
|
|
832 |
background-image: url("images/ui-icons_777620_256x240.png"); |
|
|
833 |
} |
|
|
834 |
.ui-state-error .ui-icon, |
|
|
835 |
.ui-state-error-text .ui-icon { |
|
|
836 |
background-image: url("images/ui-icons_cc0000_256x240.png"); |
|
|
837 |
} |
|
|
838 |
|
|
|
839 |
/* positioning */ |
|
|
840 |
.ui-icon-blank { background-position: 16px 16px; } |
|
|
841 |
.ui-icon-carat-1-n { background-position: 0 0; } |
|
|
842 |
.ui-icon-carat-1-ne { background-position: -16px 0; } |
|
|
843 |
.ui-icon-carat-1-e { background-position: -32px 0; } |
|
|
844 |
.ui-icon-carat-1-se { background-position: -48px 0; } |
|
|
845 |
.ui-icon-carat-1-s { background-position: -64px 0; } |
|
|
846 |
.ui-icon-carat-1-sw { background-position: -80px 0; } |
|
|
847 |
.ui-icon-carat-1-w { background-position: -96px 0; } |
|
|
848 |
.ui-icon-carat-1-nw { background-position: -112px 0; } |
|
|
849 |
.ui-icon-carat-2-n-s { background-position: -128px 0; } |
|
|
850 |
.ui-icon-carat-2-e-w { background-position: -144px 0; } |
|
|
851 |
.ui-icon-triangle-1-n { background-position: 0 -16px; } |
|
|
852 |
.ui-icon-triangle-1-ne { background-position: -16px -16px; } |
|
|
853 |
.ui-icon-triangle-1-e { background-position: -32px -16px; } |
|
|
854 |
.ui-icon-triangle-1-se { background-position: -48px -16px; } |
|
|
855 |
.ui-icon-triangle-1-s { background-position: -64px -16px; } |
|
|
856 |
.ui-icon-triangle-1-sw { background-position: -80px -16px; } |
|
|
857 |
.ui-icon-triangle-1-w { background-position: -96px -16px; } |
|
|
858 |
.ui-icon-triangle-1-nw { background-position: -112px -16px; } |
|
|
859 |
.ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
|
|
860 |
.ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
|
|
861 |
.ui-icon-arrow-1-n { background-position: 0 -32px; } |
|
|
862 |
.ui-icon-arrow-1-ne { background-position: -16px -32px; } |
|
|
863 |
.ui-icon-arrow-1-e { background-position: -32px -32px; } |
|
|
864 |
.ui-icon-arrow-1-se { background-position: -48px -32px; } |
|
|
865 |
.ui-icon-arrow-1-s { background-position: -64px -32px; } |
|
|
866 |
.ui-icon-arrow-1-sw { background-position: -80px -32px; } |
|
|
867 |
.ui-icon-arrow-1-w { background-position: -96px -32px; } |
|
|
868 |
.ui-icon-arrow-1-nw { background-position: -112px -32px; } |
|
|
869 |
.ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
|
|
870 |
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
|
|
871 |
.ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
|
|
872 |
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
|
|
873 |
.ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
|
|
874 |
.ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
|
|
875 |
.ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
|
|
876 |
.ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
|
|
877 |
.ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
|
|
878 |
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
|
|
879 |
.ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
|
|
880 |
.ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
|
|
881 |
.ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
|
|
882 |
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
|
|
883 |
.ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
|
|
884 |
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
|
|
885 |
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
|
|
886 |
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
|
|
887 |
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
|
|
888 |
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
|
|
889 |
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
|
|
890 |
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
|
|
891 |
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
|
|
892 |
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
|
|
893 |
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
|
|
894 |
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
|
|
895 |
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
|
|
896 |
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
|
|
897 |
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
|
|
898 |
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
|
|
899 |
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
|
|
900 |
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
|
|
901 |
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
|
|
902 |
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
|
|
903 |
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
|
|
904 |
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
|
|
905 |
.ui-icon-arrow-4 { background-position: 0 -80px; } |
|
|
906 |
.ui-icon-arrow-4-diag { background-position: -16px -80px; } |
|
|
907 |
.ui-icon-extlink { background-position: -32px -80px; } |
|
|
908 |
.ui-icon-newwin { background-position: -48px -80px; } |
|
|
909 |
.ui-icon-refresh { background-position: -64px -80px; } |
|
|
910 |
.ui-icon-shuffle { background-position: -80px -80px; } |
|
|
911 |
.ui-icon-transfer-e-w { background-position: -96px -80px; } |
|
|
912 |
.ui-icon-transferthick-e-w { background-position: -112px -80px; } |
|
|
913 |
.ui-icon-folder-collapsed { background-position: 0 -96px; } |
|
|
914 |
.ui-icon-folder-open { background-position: -16px -96px; } |
|
|
915 |
.ui-icon-document { background-position: -32px -96px; } |
|
|
916 |
.ui-icon-document-b { background-position: -48px -96px; } |
|
|
917 |
.ui-icon-note { background-position: -64px -96px; } |
|
|
918 |
.ui-icon-mail-closed { background-position: -80px -96px; } |
|
|
919 |
.ui-icon-mail-open { background-position: -96px -96px; } |
|
|
920 |
.ui-icon-suitcase { background-position: -112px -96px; } |
|
|
921 |
.ui-icon-comment { background-position: -128px -96px; } |
|
|
922 |
.ui-icon-person { background-position: -144px -96px; } |
|
|
923 |
.ui-icon-print { background-position: -160px -96px; } |
|
|
924 |
.ui-icon-trash { background-position: -176px -96px; } |
|
|
925 |
.ui-icon-locked { background-position: -192px -96px; } |
|
|
926 |
.ui-icon-unlocked { background-position: -208px -96px; } |
|
|
927 |
.ui-icon-bookmark { background-position: -224px -96px; } |
|
|
928 |
.ui-icon-tag { background-position: -240px -96px; } |
|
|
929 |
.ui-icon-home { background-position: 0 -112px; } |
|
|
930 |
.ui-icon-flag { background-position: -16px -112px; } |
|
|
931 |
.ui-icon-calendar { background-position: -32px -112px; } |
|
|
932 |
.ui-icon-cart { background-position: -48px -112px; } |
|
|
933 |
.ui-icon-pencil { background-position: -64px -112px; } |
|
|
934 |
.ui-icon-clock { background-position: -80px -112px; } |
|
|
935 |
.ui-icon-disk { background-position: -96px -112px; } |
|
|
936 |
.ui-icon-calculator { background-position: -112px -112px; } |
|
|
937 |
.ui-icon-zoomin { background-position: -128px -112px; } |
|
|
938 |
.ui-icon-zoomout { background-position: -144px -112px; } |
|
|
939 |
.ui-icon-search { background-position: -160px -112px; } |
|
|
940 |
.ui-icon-wrench { background-position: -176px -112px; } |
|
|
941 |
.ui-icon-gear { background-position: -192px -112px; } |
|
|
942 |
.ui-icon-heart { background-position: -208px -112px; } |
|
|
943 |
.ui-icon-star { background-position: -224px -112px; } |
|
|
944 |
.ui-icon-link { background-position: -240px -112px; } |
|
|
945 |
.ui-icon-cancel { background-position: 0 -128px; } |
|
|
946 |
.ui-icon-plus { background-position: -16px -128px; } |
|
|
947 |
.ui-icon-plusthick { background-position: -32px -128px; } |
|
|
948 |
.ui-icon-minus { background-position: -48px -128px; } |
|
|
949 |
.ui-icon-minusthick { background-position: -64px -128px; } |
|
|
950 |
.ui-icon-close { background-position: -80px -128px; } |
|
|
951 |
.ui-icon-closethick { background-position: -96px -128px; } |
|
|
952 |
.ui-icon-key { background-position: -112px -128px; } |
|
|
953 |
.ui-icon-lightbulb { background-position: -128px -128px; } |
|
|
954 |
.ui-icon-scissors { background-position: -144px -128px; } |
|
|
955 |
.ui-icon-clipboard { background-position: -160px -128px; } |
|
|
956 |
.ui-icon-copy { background-position: -176px -128px; } |
|
|
957 |
.ui-icon-contact { background-position: -192px -128px; } |
|
|
958 |
.ui-icon-image { background-position: -208px -128px; } |
|
|
959 |
.ui-icon-video { background-position: -224px -128px; } |
|
|
960 |
.ui-icon-script { background-position: -240px -128px; } |
|
|
961 |
.ui-icon-alert { background-position: 0 -144px; } |
|
|
962 |
.ui-icon-info { background-position: -16px -144px; } |
|
|
963 |
.ui-icon-notice { background-position: -32px -144px; } |
|
|
964 |
.ui-icon-help { background-position: -48px -144px; } |
|
|
965 |
.ui-icon-check { background-position: -64px -144px; } |
|
|
966 |
.ui-icon-bullet { background-position: -80px -144px; } |
|
|
967 |
.ui-icon-radio-on { background-position: -96px -144px; } |
|
|
968 |
.ui-icon-radio-off { background-position: -112px -144px; } |
|
|
969 |
.ui-icon-pin-w { background-position: -128px -144px; } |
|
|
970 |
.ui-icon-pin-s { background-position: -144px -144px; } |
|
|
971 |
.ui-icon-play { background-position: 0 -160px; } |
|
|
972 |
.ui-icon-pause { background-position: -16px -160px; } |
|
|
973 |
.ui-icon-seek-next { background-position: -32px -160px; } |
|
|
974 |
.ui-icon-seek-prev { background-position: -48px -160px; } |
|
|
975 |
.ui-icon-seek-end { background-position: -64px -160px; } |
|
|
976 |
.ui-icon-seek-start { background-position: -80px -160px; } |
|
|
977 |
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
|
|
978 |
.ui-icon-seek-first { background-position: -80px -160px; } |
|
|
979 |
.ui-icon-stop { background-position: -96px -160px; } |
|
|
980 |
.ui-icon-eject { background-position: -112px -160px; } |
|
|
981 |
.ui-icon-volume-off { background-position: -128px -160px; } |
|
|
982 |
.ui-icon-volume-on { background-position: -144px -160px; } |
|
|
983 |
.ui-icon-power { background-position: 0 -176px; } |
|
|
984 |
.ui-icon-signal-diag { background-position: -16px -176px; } |
|
|
985 |
.ui-icon-signal { background-position: -32px -176px; } |
|
|
986 |
.ui-icon-battery-0 { background-position: -48px -176px; } |
|
|
987 |
.ui-icon-battery-1 { background-position: -64px -176px; } |
|
|
988 |
.ui-icon-battery-2 { background-position: -80px -176px; } |
|
|
989 |
.ui-icon-battery-3 { background-position: -96px -176px; } |
|
|
990 |
.ui-icon-circle-plus { background-position: 0 -192px; } |
|
|
991 |
.ui-icon-circle-minus { background-position: -16px -192px; } |
|
|
992 |
.ui-icon-circle-close { background-position: -32px -192px; } |
|
|
993 |
.ui-icon-circle-triangle-e { background-position: -48px -192px; } |
|
|
994 |
.ui-icon-circle-triangle-s { background-position: -64px -192px; } |
|
|
995 |
.ui-icon-circle-triangle-w { background-position: -80px -192px; } |
|
|
996 |
.ui-icon-circle-triangle-n { background-position: -96px -192px; } |
|
|
997 |
.ui-icon-circle-arrow-e { background-position: -112px -192px; } |
|
|
998 |
.ui-icon-circle-arrow-s { background-position: -128px -192px; } |
|
|
999 |
.ui-icon-circle-arrow-w { background-position: -144px -192px; } |
|
|
1000 |
.ui-icon-circle-arrow-n { background-position: -160px -192px; } |
|
|
1001 |
.ui-icon-circle-zoomin { background-position: -176px -192px; } |
|
|
1002 |
.ui-icon-circle-zoomout { background-position: -192px -192px; } |
|
|
1003 |
.ui-icon-circle-check { background-position: -208px -192px; } |
|
|
1004 |
.ui-icon-circlesmall-plus { background-position: 0 -208px; } |
|
|
1005 |
.ui-icon-circlesmall-minus { background-position: -16px -208px; } |
|
|
1006 |
.ui-icon-circlesmall-close { background-position: -32px -208px; } |
|
|
1007 |
.ui-icon-squaresmall-plus { background-position: -48px -208px; } |
|
|
1008 |
.ui-icon-squaresmall-minus { background-position: -64px -208px; } |
|
|
1009 |
.ui-icon-squaresmall-close { background-position: -80px -208px; } |
|
|
1010 |
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
|
|
1011 |
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
|
|
1012 |
.ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
|
|
1013 |
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
|
|
1014 |
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
|
|
1015 |
.ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
|
|
1016 |
|
|
|
1017 |
|
|
|
1018 |
/* Misc visuals |
|
|
1019 |
----------------------------------*/ |
|
|
1020 |
|
|
|
1021 |
/* Corner radius */ |
|
|
1022 |
.ui-corner-all, |
|
|
1023 |
.ui-corner-top, |
|
|
1024 |
.ui-corner-left, |
|
|
1025 |
.ui-corner-tl { |
|
|
1026 |
border-top-left-radius: 3px; |
|
|
1027 |
} |
|
|
1028 |
.ui-corner-all, |
|
|
1029 |
.ui-corner-top, |
|
|
1030 |
.ui-corner-right, |
|
|
1031 |
.ui-corner-tr { |
|
|
1032 |
border-top-right-radius: 3px; |
|
|
1033 |
} |
|
|
1034 |
.ui-corner-all, |
|
|
1035 |
.ui-corner-bottom, |
|
|
1036 |
.ui-corner-left, |
|
|
1037 |
.ui-corner-bl { |
|
|
1038 |
border-bottom-left-radius: 3px; |
|
|
1039 |
} |
|
|
1040 |
.ui-corner-all, |
|
|
1041 |
.ui-corner-bottom, |
|
|
1042 |
.ui-corner-right, |
|
|
1043 |
.ui-corner-br { |
|
|
1044 |
border-bottom-right-radius: 3px; |
|
|
1045 |
} |
|
|
1046 |
|
|
|
1047 |
/* Overlays */ |
|
|
1048 |
.ui-widget-overlay { |
|
|
1049 |
background: #aaaaaa; |
|
|
1050 |
opacity: .3; |
|
|
1051 |
filter: Alpha(Opacity=30); /* support: IE8 */ |
|
|
1052 |
} |
|
|
1053 |
.ui-widget-shadow { |
|
|
1054 |
margin: 0px 0 0 0px; |
|
|
1055 |
padding: 5px; |
|
|
1056 |
background: #666666; |
|
|
1057 |
opacity: .3; |
|
|
1058 |
filter: Alpha(Opacity=30); /* support: IE8 */ |
|
|
1059 |
border-radius: 8px; |
|
|
1060 |
} |