|
a |
|
b/docs/site_libs/jqueryui-1.11.4/jquery-ui.structure.css |
|
|
1 |
/*! |
|
|
2 |
* jQuery UI CSS Framework 1.11.4 |
|
|
3 |
* http://jqueryui.com |
|
|
4 |
* |
|
|
5 |
* Copyright jQuery Foundation and other contributors |
|
|
6 |
* Released under the MIT license. |
|
|
7 |
* http://jquery.org/license |
|
|
8 |
* |
|
|
9 |
* http://api.jqueryui.com/category/theming/ |
|
|
10 |
*/ |
|
|
11 |
|
|
|
12 |
/* Layout helpers |
|
|
13 |
----------------------------------*/ |
|
|
14 |
.ui-helper-hidden { |
|
|
15 |
display: none; |
|
|
16 |
} |
|
|
17 |
.ui-helper-hidden-accessible { |
|
|
18 |
border: 0; |
|
|
19 |
clip: rect(0 0 0 0); |
|
|
20 |
height: 1px; |
|
|
21 |
margin: -1px; |
|
|
22 |
overflow: hidden; |
|
|
23 |
padding: 0; |
|
|
24 |
position: absolute; |
|
|
25 |
width: 1px; |
|
|
26 |
} |
|
|
27 |
.ui-helper-reset { |
|
|
28 |
margin: 0; |
|
|
29 |
padding: 0; |
|
|
30 |
border: 0; |
|
|
31 |
outline: 0; |
|
|
32 |
line-height: 1.3; |
|
|
33 |
text-decoration: none; |
|
|
34 |
font-size: 100%; |
|
|
35 |
list-style: none; |
|
|
36 |
} |
|
|
37 |
.ui-helper-clearfix:before, |
|
|
38 |
.ui-helper-clearfix:after { |
|
|
39 |
content: ""; |
|
|
40 |
display: table; |
|
|
41 |
border-collapse: collapse; |
|
|
42 |
} |
|
|
43 |
.ui-helper-clearfix:after { |
|
|
44 |
clear: both; |
|
|
45 |
} |
|
|
46 |
.ui-helper-clearfix { |
|
|
47 |
min-height: 0; /* support: IE7 */ |
|
|
48 |
} |
|
|
49 |
.ui-helper-zfix { |
|
|
50 |
width: 100%; |
|
|
51 |
height: 100%; |
|
|
52 |
top: 0; |
|
|
53 |
left: 0; |
|
|
54 |
position: absolute; |
|
|
55 |
opacity: 0; |
|
|
56 |
filter:Alpha(Opacity=0); /* support: IE8 */ |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
.ui-front { |
|
|
60 |
z-index: 100; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
/* Interaction Cues |
|
|
65 |
----------------------------------*/ |
|
|
66 |
.ui-state-disabled { |
|
|
67 |
cursor: default !important; |
|
|
68 |
} |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
/* Icons |
|
|
72 |
----------------------------------*/ |
|
|
73 |
|
|
|
74 |
/* states and images */ |
|
|
75 |
.ui-icon { |
|
|
76 |
display: block; |
|
|
77 |
text-indent: -99999px; |
|
|
78 |
overflow: hidden; |
|
|
79 |
background-repeat: no-repeat; |
|
|
80 |
} |
|
|
81 |
|
|
|
82 |
|
|
|
83 |
/* Misc visuals |
|
|
84 |
----------------------------------*/ |
|
|
85 |
|
|
|
86 |
/* Overlays */ |
|
|
87 |
.ui-widget-overlay { |
|
|
88 |
position: fixed; |
|
|
89 |
top: 0; |
|
|
90 |
left: 0; |
|
|
91 |
width: 100%; |
|
|
92 |
height: 100%; |
|
|
93 |
} |
|
|
94 |
.ui-draggable-handle { |
|
|
95 |
-ms-touch-action: none; |
|
|
96 |
touch-action: none; |
|
|
97 |
} |
|
|
98 |
.ui-resizable { |
|
|
99 |
position: relative; |
|
|
100 |
} |
|
|
101 |
.ui-resizable-handle { |
|
|
102 |
position: absolute; |
|
|
103 |
font-size: 0.1px; |
|
|
104 |
display: block; |
|
|
105 |
-ms-touch-action: none; |
|
|
106 |
touch-action: none; |
|
|
107 |
} |
|
|
108 |
.ui-resizable-disabled .ui-resizable-handle, |
|
|
109 |
.ui-resizable-autohide .ui-resizable-handle { |
|
|
110 |
display: none; |
|
|
111 |
} |
|
|
112 |
.ui-resizable-n { |
|
|
113 |
cursor: n-resize; |
|
|
114 |
height: 7px; |
|
|
115 |
width: 100%; |
|
|
116 |
top: -5px; |
|
|
117 |
left: 0; |
|
|
118 |
} |
|
|
119 |
.ui-resizable-s { |
|
|
120 |
cursor: s-resize; |
|
|
121 |
height: 7px; |
|
|
122 |
width: 100%; |
|
|
123 |
bottom: -5px; |
|
|
124 |
left: 0; |
|
|
125 |
} |
|
|
126 |
.ui-resizable-e { |
|
|
127 |
cursor: e-resize; |
|
|
128 |
width: 7px; |
|
|
129 |
right: -5px; |
|
|
130 |
top: 0; |
|
|
131 |
height: 100%; |
|
|
132 |
} |
|
|
133 |
.ui-resizable-w { |
|
|
134 |
cursor: w-resize; |
|
|
135 |
width: 7px; |
|
|
136 |
left: -5px; |
|
|
137 |
top: 0; |
|
|
138 |
height: 100%; |
|
|
139 |
} |
|
|
140 |
.ui-resizable-se { |
|
|
141 |
cursor: se-resize; |
|
|
142 |
width: 12px; |
|
|
143 |
height: 12px; |
|
|
144 |
right: 1px; |
|
|
145 |
bottom: 1px; |
|
|
146 |
} |
|
|
147 |
.ui-resizable-sw { |
|
|
148 |
cursor: sw-resize; |
|
|
149 |
width: 9px; |
|
|
150 |
height: 9px; |
|
|
151 |
left: -5px; |
|
|
152 |
bottom: -5px; |
|
|
153 |
} |
|
|
154 |
.ui-resizable-nw { |
|
|
155 |
cursor: nw-resize; |
|
|
156 |
width: 9px; |
|
|
157 |
height: 9px; |
|
|
158 |
left: -5px; |
|
|
159 |
top: -5px; |
|
|
160 |
} |
|
|
161 |
.ui-resizable-ne { |
|
|
162 |
cursor: ne-resize; |
|
|
163 |
width: 9px; |
|
|
164 |
height: 9px; |
|
|
165 |
right: -5px; |
|
|
166 |
top: -5px; |
|
|
167 |
} |
|
|
168 |
.ui-selectable { |
|
|
169 |
-ms-touch-action: none; |
|
|
170 |
touch-action: none; |
|
|
171 |
} |
|
|
172 |
.ui-selectable-helper { |
|
|
173 |
position: absolute; |
|
|
174 |
z-index: 100; |
|
|
175 |
border: 1px dotted black; |
|
|
176 |
} |
|
|
177 |
.ui-sortable-handle { |
|
|
178 |
-ms-touch-action: none; |
|
|
179 |
touch-action: none; |
|
|
180 |
} |
|
|
181 |
.ui-accordion .ui-accordion-header { |
|
|
182 |
display: block; |
|
|
183 |
cursor: pointer; |
|
|
184 |
position: relative; |
|
|
185 |
margin: 2px 0 0 0; |
|
|
186 |
padding: .5em .5em .5em .7em; |
|
|
187 |
min-height: 0; /* support: IE7 */ |
|
|
188 |
font-size: 100%; |
|
|
189 |
} |
|
|
190 |
.ui-accordion .ui-accordion-icons { |
|
|
191 |
padding-left: 2.2em; |
|
|
192 |
} |
|
|
193 |
.ui-accordion .ui-accordion-icons .ui-accordion-icons { |
|
|
194 |
padding-left: 2.2em; |
|
|
195 |
} |
|
|
196 |
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { |
|
|
197 |
position: absolute; |
|
|
198 |
left: .5em; |
|
|
199 |
top: 50%; |
|
|
200 |
margin-top: -8px; |
|
|
201 |
} |
|
|
202 |
.ui-accordion .ui-accordion-content { |
|
|
203 |
padding: 1em 2.2em; |
|
|
204 |
border-top: 0; |
|
|
205 |
overflow: auto; |
|
|
206 |
} |
|
|
207 |
.ui-autocomplete { |
|
|
208 |
position: absolute; |
|
|
209 |
top: 0; |
|
|
210 |
left: 0; |
|
|
211 |
cursor: default; |
|
|
212 |
} |
|
|
213 |
.ui-button { |
|
|
214 |
display: inline-block; |
|
|
215 |
position: relative; |
|
|
216 |
padding: 0; |
|
|
217 |
line-height: normal; |
|
|
218 |
margin-right: .1em; |
|
|
219 |
cursor: pointer; |
|
|
220 |
vertical-align: middle; |
|
|
221 |
text-align: center; |
|
|
222 |
overflow: visible; /* removes extra width in IE */ |
|
|
223 |
} |
|
|
224 |
.ui-button, |
|
|
225 |
.ui-button:link, |
|
|
226 |
.ui-button:visited, |
|
|
227 |
.ui-button:hover, |
|
|
228 |
.ui-button:active { |
|
|
229 |
text-decoration: none; |
|
|
230 |
} |
|
|
231 |
/* to make room for the icon, a width needs to be set here */ |
|
|
232 |
.ui-button-icon-only { |
|
|
233 |
width: 2.2em; |
|
|
234 |
} |
|
|
235 |
/* button elements seem to need a little more width */ |
|
|
236 |
button.ui-button-icon-only { |
|
|
237 |
width: 2.4em; |
|
|
238 |
} |
|
|
239 |
.ui-button-icons-only { |
|
|
240 |
width: 3.4em; |
|
|
241 |
} |
|
|
242 |
button.ui-button-icons-only { |
|
|
243 |
width: 3.7em; |
|
|
244 |
} |
|
|
245 |
|
|
|
246 |
/* button text element */ |
|
|
247 |
.ui-button .ui-button-text { |
|
|
248 |
display: block; |
|
|
249 |
line-height: normal; |
|
|
250 |
} |
|
|
251 |
.ui-button-text-only .ui-button-text { |
|
|
252 |
padding: .4em 1em; |
|
|
253 |
} |
|
|
254 |
.ui-button-icon-only .ui-button-text, |
|
|
255 |
.ui-button-icons-only .ui-button-text { |
|
|
256 |
padding: .4em; |
|
|
257 |
text-indent: -9999999px; |
|
|
258 |
} |
|
|
259 |
.ui-button-text-icon-primary .ui-button-text, |
|
|
260 |
.ui-button-text-icons .ui-button-text { |
|
|
261 |
padding: .4em 1em .4em 2.1em; |
|
|
262 |
} |
|
|
263 |
.ui-button-text-icon-secondary .ui-button-text, |
|
|
264 |
.ui-button-text-icons .ui-button-text { |
|
|
265 |
padding: .4em 2.1em .4em 1em; |
|
|
266 |
} |
|
|
267 |
.ui-button-text-icons .ui-button-text { |
|
|
268 |
padding-left: 2.1em; |
|
|
269 |
padding-right: 2.1em; |
|
|
270 |
} |
|
|
271 |
/* no icon support for input elements, provide padding by default */ |
|
|
272 |
input.ui-button { |
|
|
273 |
padding: .4em 1em; |
|
|
274 |
} |
|
|
275 |
|
|
|
276 |
/* button icon element(s) */ |
|
|
277 |
.ui-button-icon-only .ui-icon, |
|
|
278 |
.ui-button-text-icon-primary .ui-icon, |
|
|
279 |
.ui-button-text-icon-secondary .ui-icon, |
|
|
280 |
.ui-button-text-icons .ui-icon, |
|
|
281 |
.ui-button-icons-only .ui-icon { |
|
|
282 |
position: absolute; |
|
|
283 |
top: 50%; |
|
|
284 |
margin-top: -8px; |
|
|
285 |
} |
|
|
286 |
.ui-button-icon-only .ui-icon { |
|
|
287 |
left: 50%; |
|
|
288 |
margin-left: -8px; |
|
|
289 |
} |
|
|
290 |
.ui-button-text-icon-primary .ui-button-icon-primary, |
|
|
291 |
.ui-button-text-icons .ui-button-icon-primary, |
|
|
292 |
.ui-button-icons-only .ui-button-icon-primary { |
|
|
293 |
left: .5em; |
|
|
294 |
} |
|
|
295 |
.ui-button-text-icon-secondary .ui-button-icon-secondary, |
|
|
296 |
.ui-button-text-icons .ui-button-icon-secondary, |
|
|
297 |
.ui-button-icons-only .ui-button-icon-secondary { |
|
|
298 |
right: .5em; |
|
|
299 |
} |
|
|
300 |
|
|
|
301 |
/* button sets */ |
|
|
302 |
.ui-buttonset { |
|
|
303 |
margin-right: 7px; |
|
|
304 |
} |
|
|
305 |
.ui-buttonset .ui-button { |
|
|
306 |
margin-left: 0; |
|
|
307 |
margin-right: -.3em; |
|
|
308 |
} |
|
|
309 |
|
|
|
310 |
/* workarounds */ |
|
|
311 |
/* reset extra padding in Firefox, see h5bp.com/l */ |
|
|
312 |
input.ui-button::-moz-focus-inner, |
|
|
313 |
button.ui-button::-moz-focus-inner { |
|
|
314 |
border: 0; |
|
|
315 |
padding: 0; |
|
|
316 |
} |
|
|
317 |
.ui-dialog { |
|
|
318 |
overflow: hidden; |
|
|
319 |
position: absolute; |
|
|
320 |
top: 0; |
|
|
321 |
left: 0; |
|
|
322 |
padding: .2em; |
|
|
323 |
outline: 0; |
|
|
324 |
} |
|
|
325 |
.ui-dialog .ui-dialog-titlebar { |
|
|
326 |
padding: .4em 1em; |
|
|
327 |
position: relative; |
|
|
328 |
} |
|
|
329 |
.ui-dialog .ui-dialog-title { |
|
|
330 |
float: left; |
|
|
331 |
margin: .1em 0; |
|
|
332 |
white-space: nowrap; |
|
|
333 |
width: 90%; |
|
|
334 |
overflow: hidden; |
|
|
335 |
text-overflow: ellipsis; |
|
|
336 |
} |
|
|
337 |
.ui-dialog .ui-dialog-titlebar-close { |
|
|
338 |
position: absolute; |
|
|
339 |
right: .3em; |
|
|
340 |
top: 50%; |
|
|
341 |
width: 20px; |
|
|
342 |
margin: -10px 0 0 0; |
|
|
343 |
padding: 1px; |
|
|
344 |
height: 20px; |
|
|
345 |
} |
|
|
346 |
.ui-dialog .ui-dialog-content { |
|
|
347 |
position: relative; |
|
|
348 |
border: 0; |
|
|
349 |
padding: .5em 1em; |
|
|
350 |
background: none; |
|
|
351 |
overflow: auto; |
|
|
352 |
} |
|
|
353 |
.ui-dialog .ui-dialog-buttonpane { |
|
|
354 |
text-align: left; |
|
|
355 |
border-width: 1px 0 0 0; |
|
|
356 |
background-image: none; |
|
|
357 |
margin-top: .5em; |
|
|
358 |
padding: .3em 1em .5em .4em; |
|
|
359 |
} |
|
|
360 |
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
|
|
361 |
float: right; |
|
|
362 |
} |
|
|
363 |
.ui-dialog .ui-dialog-buttonpane button { |
|
|
364 |
margin: .5em .4em .5em 0; |
|
|
365 |
cursor: pointer; |
|
|
366 |
} |
|
|
367 |
.ui-dialog .ui-resizable-se { |
|
|
368 |
width: 12px; |
|
|
369 |
height: 12px; |
|
|
370 |
right: -5px; |
|
|
371 |
bottom: -5px; |
|
|
372 |
background-position: 16px 16px; |
|
|
373 |
} |
|
|
374 |
.ui-draggable .ui-dialog-titlebar { |
|
|
375 |
cursor: move; |
|
|
376 |
} |
|
|
377 |
.ui-menu { |
|
|
378 |
list-style: none; |
|
|
379 |
padding: 0; |
|
|
380 |
margin: 0; |
|
|
381 |
display: block; |
|
|
382 |
outline: none; |
|
|
383 |
} |
|
|
384 |
.ui-menu .ui-menu { |
|
|
385 |
position: absolute; |
|
|
386 |
} |
|
|
387 |
.ui-menu .ui-menu-item { |
|
|
388 |
position: relative; |
|
|
389 |
margin: 0; |
|
|
390 |
padding: 3px 1em 3px .4em; |
|
|
391 |
cursor: pointer; |
|
|
392 |
min-height: 0; /* support: IE7 */ |
|
|
393 |
/* support: IE10, see #8844 */ |
|
|
394 |
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); |
|
|
395 |
} |
|
|
396 |
.ui-menu .ui-menu-divider { |
|
|
397 |
margin: 5px 0; |
|
|
398 |
height: 0; |
|
|
399 |
font-size: 0; |
|
|
400 |
line-height: 0; |
|
|
401 |
border-width: 1px 0 0 0; |
|
|
402 |
} |
|
|
403 |
.ui-menu .ui-state-focus, |
|
|
404 |
.ui-menu .ui-state-active { |
|
|
405 |
margin: -1px; |
|
|
406 |
} |
|
|
407 |
|
|
|
408 |
/* icon support */ |
|
|
409 |
.ui-menu-icons { |
|
|
410 |
position: relative; |
|
|
411 |
} |
|
|
412 |
.ui-menu-icons .ui-menu-item { |
|
|
413 |
padding-left: 2em; |
|
|
414 |
} |
|
|
415 |
|
|
|
416 |
/* left-aligned */ |
|
|
417 |
.ui-menu .ui-icon { |
|
|
418 |
position: absolute; |
|
|
419 |
top: 0; |
|
|
420 |
bottom: 0; |
|
|
421 |
left: .2em; |
|
|
422 |
margin: auto 0; |
|
|
423 |
} |
|
|
424 |
|
|
|
425 |
/* right-aligned */ |
|
|
426 |
.ui-menu .ui-menu-icon { |
|
|
427 |
left: auto; |
|
|
428 |
right: 0; |
|
|
429 |
} |
|
|
430 |
.ui-progressbar { |
|
|
431 |
height: 2em; |
|
|
432 |
text-align: left; |
|
|
433 |
overflow: hidden; |
|
|
434 |
} |
|
|
435 |
.ui-progressbar .ui-progressbar-value { |
|
|
436 |
margin: -1px; |
|
|
437 |
height: 100%; |
|
|
438 |
} |
|
|
439 |
.ui-progressbar .ui-progressbar-overlay { |
|
|
440 |
background: url("data:image/gif;base64,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"); |
|
|
441 |
height: 100%; |
|
|
442 |
filter: alpha(opacity=25); /* support: IE8 */ |
|
|
443 |
opacity: 0.25; |
|
|
444 |
} |
|
|
445 |
.ui-progressbar-indeterminate .ui-progressbar-value { |
|
|
446 |
background-image: none; |
|
|
447 |
} |
|
|
448 |
.ui-selectmenu-menu { |
|
|
449 |
padding: 0; |
|
|
450 |
margin: 0; |
|
|
451 |
position: absolute; |
|
|
452 |
top: 0; |
|
|
453 |
left: 0; |
|
|
454 |
display: none; |
|
|
455 |
} |
|
|
456 |
.ui-selectmenu-menu .ui-menu { |
|
|
457 |
overflow: auto; |
|
|
458 |
/* Support: IE7 */ |
|
|
459 |
overflow-x: hidden; |
|
|
460 |
padding-bottom: 1px; |
|
|
461 |
} |
|
|
462 |
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
|
|
463 |
font-size: 1em; |
|
|
464 |
font-weight: bold; |
|
|
465 |
line-height: 1.5; |
|
|
466 |
padding: 2px 0.4em; |
|
|
467 |
margin: 0.5em 0 0 0; |
|
|
468 |
height: auto; |
|
|
469 |
border: 0; |
|
|
470 |
} |
|
|
471 |
.ui-selectmenu-open { |
|
|
472 |
display: block; |
|
|
473 |
} |
|
|
474 |
.ui-selectmenu-button { |
|
|
475 |
display: inline-block; |
|
|
476 |
overflow: hidden; |
|
|
477 |
position: relative; |
|
|
478 |
text-decoration: none; |
|
|
479 |
cursor: pointer; |
|
|
480 |
} |
|
|
481 |
.ui-selectmenu-button span.ui-icon { |
|
|
482 |
right: 0.5em; |
|
|
483 |
left: auto; |
|
|
484 |
margin-top: -8px; |
|
|
485 |
position: absolute; |
|
|
486 |
top: 50%; |
|
|
487 |
} |
|
|
488 |
.ui-selectmenu-button span.ui-selectmenu-text { |
|
|
489 |
text-align: left; |
|
|
490 |
padding: 0.4em 2.1em 0.4em 1em; |
|
|
491 |
display: block; |
|
|
492 |
line-height: 1.4; |
|
|
493 |
overflow: hidden; |
|
|
494 |
text-overflow: ellipsis; |
|
|
495 |
white-space: nowrap; |
|
|
496 |
} |
|
|
497 |
.ui-slider { |
|
|
498 |
position: relative; |
|
|
499 |
text-align: left; |
|
|
500 |
} |
|
|
501 |
.ui-slider .ui-slider-handle { |
|
|
502 |
position: absolute; |
|
|
503 |
z-index: 2; |
|
|
504 |
width: 1.2em; |
|
|
505 |
height: 1.2em; |
|
|
506 |
cursor: default; |
|
|
507 |
-ms-touch-action: none; |
|
|
508 |
touch-action: none; |
|
|
509 |
} |
|
|
510 |
.ui-slider .ui-slider-range { |
|
|
511 |
position: absolute; |
|
|
512 |
z-index: 1; |
|
|
513 |
font-size: .7em; |
|
|
514 |
display: block; |
|
|
515 |
border: 0; |
|
|
516 |
background-position: 0 0; |
|
|
517 |
} |
|
|
518 |
|
|
|
519 |
/* support: IE8 - See #6727 */ |
|
|
520 |
.ui-slider.ui-state-disabled .ui-slider-handle, |
|
|
521 |
.ui-slider.ui-state-disabled .ui-slider-range { |
|
|
522 |
filter: inherit; |
|
|
523 |
} |
|
|
524 |
|
|
|
525 |
.ui-slider-horizontal { |
|
|
526 |
height: .8em; |
|
|
527 |
} |
|
|
528 |
.ui-slider-horizontal .ui-slider-handle { |
|
|
529 |
top: -.3em; |
|
|
530 |
margin-left: -.6em; |
|
|
531 |
} |
|
|
532 |
.ui-slider-horizontal .ui-slider-range { |
|
|
533 |
top: 0; |
|
|
534 |
height: 100%; |
|
|
535 |
} |
|
|
536 |
.ui-slider-horizontal .ui-slider-range-min { |
|
|
537 |
left: 0; |
|
|
538 |
} |
|
|
539 |
.ui-slider-horizontal .ui-slider-range-max { |
|
|
540 |
right: 0; |
|
|
541 |
} |
|
|
542 |
|
|
|
543 |
.ui-slider-vertical { |
|
|
544 |
width: .8em; |
|
|
545 |
height: 100px; |
|
|
546 |
} |
|
|
547 |
.ui-slider-vertical .ui-slider-handle { |
|
|
548 |
left: -.3em; |
|
|
549 |
margin-left: 0; |
|
|
550 |
margin-bottom: -.6em; |
|
|
551 |
} |
|
|
552 |
.ui-slider-vertical .ui-slider-range { |
|
|
553 |
left: 0; |
|
|
554 |
width: 100%; |
|
|
555 |
} |
|
|
556 |
.ui-slider-vertical .ui-slider-range-min { |
|
|
557 |
bottom: 0; |
|
|
558 |
} |
|
|
559 |
.ui-slider-vertical .ui-slider-range-max { |
|
|
560 |
top: 0; |
|
|
561 |
} |
|
|
562 |
.ui-spinner { |
|
|
563 |
position: relative; |
|
|
564 |
display: inline-block; |
|
|
565 |
overflow: hidden; |
|
|
566 |
padding: 0; |
|
|
567 |
vertical-align: middle; |
|
|
568 |
} |
|
|
569 |
.ui-spinner-input { |
|
|
570 |
border: none; |
|
|
571 |
background: none; |
|
|
572 |
color: inherit; |
|
|
573 |
padding: 0; |
|
|
574 |
margin: .2em 0; |
|
|
575 |
vertical-align: middle; |
|
|
576 |
margin-left: .4em; |
|
|
577 |
margin-right: 22px; |
|
|
578 |
} |
|
|
579 |
.ui-spinner-button { |
|
|
580 |
width: 16px; |
|
|
581 |
height: 50%; |
|
|
582 |
font-size: .5em; |
|
|
583 |
padding: 0; |
|
|
584 |
margin: 0; |
|
|
585 |
text-align: center; |
|
|
586 |
position: absolute; |
|
|
587 |
cursor: default; |
|
|
588 |
display: block; |
|
|
589 |
overflow: hidden; |
|
|
590 |
right: 0; |
|
|
591 |
} |
|
|
592 |
/* more specificity required here to override default borders */ |
|
|
593 |
.ui-spinner a.ui-spinner-button { |
|
|
594 |
border-top: none; |
|
|
595 |
border-bottom: none; |
|
|
596 |
border-right: none; |
|
|
597 |
} |
|
|
598 |
/* vertically center icon */ |
|
|
599 |
.ui-spinner .ui-icon { |
|
|
600 |
position: absolute; |
|
|
601 |
margin-top: -8px; |
|
|
602 |
top: 50%; |
|
|
603 |
left: 0; |
|
|
604 |
} |
|
|
605 |
.ui-spinner-up { |
|
|
606 |
top: 0; |
|
|
607 |
} |
|
|
608 |
.ui-spinner-down { |
|
|
609 |
bottom: 0; |
|
|
610 |
} |
|
|
611 |
|
|
|
612 |
/* TR overrides */ |
|
|
613 |
.ui-spinner .ui-icon-triangle-1-s { |
|
|
614 |
/* need to fix icons sprite */ |
|
|
615 |
background-position: -65px -16px; |
|
|
616 |
} |
|
|
617 |
.ui-tabs { |
|
|
618 |
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|
|
619 |
padding: .2em; |
|
|
620 |
} |
|
|
621 |
.ui-tabs .ui-tabs-nav { |
|
|
622 |
margin: 0; |
|
|
623 |
padding: .2em .2em 0; |
|
|
624 |
} |
|
|
625 |
.ui-tabs .ui-tabs-nav li { |
|
|
626 |
list-style: none; |
|
|
627 |
float: left; |
|
|
628 |
position: relative; |
|
|
629 |
top: 0; |
|
|
630 |
margin: 1px .2em 0 0; |
|
|
631 |
border-bottom-width: 0; |
|
|
632 |
padding: 0; |
|
|
633 |
white-space: nowrap; |
|
|
634 |
} |
|
|
635 |
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { |
|
|
636 |
float: left; |
|
|
637 |
padding: .5em 1em; |
|
|
638 |
text-decoration: none; |
|
|
639 |
} |
|
|
640 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active { |
|
|
641 |
margin-bottom: -1px; |
|
|
642 |
padding-bottom: 1px; |
|
|
643 |
} |
|
|
644 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, |
|
|
645 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, |
|
|
646 |
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { |
|
|
647 |
cursor: text; |
|
|
648 |
} |
|
|
649 |
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { |
|
|
650 |
cursor: pointer; |
|
|
651 |
} |
|
|
652 |
.ui-tabs .ui-tabs-panel { |
|
|
653 |
display: block; |
|
|
654 |
border-width: 0; |
|
|
655 |
padding: 1em 1.4em; |
|
|
656 |
background: none; |
|
|
657 |
} |
|
|
658 |
.ui-tooltip { |
|
|
659 |
padding: 8px; |
|
|
660 |
position: absolute; |
|
|
661 |
z-index: 9999; |
|
|
662 |
max-width: 300px; |
|
|
663 |
-webkit-box-shadow: 0 0 5px #aaa; |
|
|
664 |
box-shadow: 0 0 5px #aaa; |
|
|
665 |
} |
|
|
666 |
body .ui-tooltip { |
|
|
667 |
border-width: 2px; |
|
|
668 |
} |