rasputin-jui 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +6 -0
- data/README.md +1 -4
- data/Rakefile +56 -17
- data/lib/rasputin-jui.rb +7 -1
- data/lib/rasputin-jui/version.rb +1 -1
- data/vendor/assets/javascripts/sproutcore-jui.js +6171 -488
- data/vendor/assets/stylesheets/sproutcore-jui.css +769 -0
- metadata +34 -39
- data/lib/rasputin-jui/engine.rb +0 -6
- data/vendor/assets/javascripts/jquery-ui-19.js +0 -13804
- data/vendor/assets/stylesheets/aristo.css +0 -480
- data/vendor/assets/stylesheets/jquery-ui.css +0 -1444
@@ -0,0 +1,769 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI CSS Framework 1.9m5
|
3
|
+
*
|
4
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6
|
+
* http://jquery.org/license
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI/Theming
|
9
|
+
*/
|
10
|
+
/*
|
11
|
+
* jQuery UI CSS Framework 1.9m5
|
12
|
+
*
|
13
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
14
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
15
|
+
* http://jquery.org/license
|
16
|
+
*
|
17
|
+
* http://docs.jquery.com/UI/Theming/API
|
18
|
+
*/
|
19
|
+
/* Layout helpers
|
20
|
+
----------------------------------*/
|
21
|
+
.ui-helper-hidden {
|
22
|
+
display: none; }
|
23
|
+
|
24
|
+
.ui-helper-hidden-accessible {
|
25
|
+
position: absolute !important;
|
26
|
+
clip: rect(1px 1px 1px 1px);
|
27
|
+
clip: rect(1px, 1px, 1px, 1px); }
|
28
|
+
|
29
|
+
.ui-helper-reset {
|
30
|
+
margin: 0;
|
31
|
+
padding: 0;
|
32
|
+
border: 0;
|
33
|
+
outline: 0;
|
34
|
+
line-height: 1.3;
|
35
|
+
text-decoration: none;
|
36
|
+
font-size: 100%;
|
37
|
+
list-style: none; }
|
38
|
+
|
39
|
+
.ui-helper-clearfix:after {
|
40
|
+
content: ".";
|
41
|
+
display: block;
|
42
|
+
height: 0;
|
43
|
+
clear: both;
|
44
|
+
visibility: hidden; }
|
45
|
+
|
46
|
+
.ui-helper-clearfix {
|
47
|
+
display: inline-block; }
|
48
|
+
|
49
|
+
/* required comment for clearfix to work in Opera \*/
|
50
|
+
* html .ui-helper-clearfix {
|
51
|
+
height: 1%; }
|
52
|
+
|
53
|
+
.ui-helper-clearfix {
|
54
|
+
display: block; }
|
55
|
+
|
56
|
+
/* end clearfix */
|
57
|
+
.ui-helper-zfix {
|
58
|
+
width: 100%;
|
59
|
+
height: 100%;
|
60
|
+
top: 0;
|
61
|
+
left: 0;
|
62
|
+
position: absolute;
|
63
|
+
opacity: 0;
|
64
|
+
filter: Alpha(Opacity=0); }
|
65
|
+
|
66
|
+
/* Interaction Cues
|
67
|
+
----------------------------------*/
|
68
|
+
.ui-state-disabled {
|
69
|
+
cursor: default !important; }
|
70
|
+
|
71
|
+
/* Icons
|
72
|
+
----------------------------------*/
|
73
|
+
/* states and images */
|
74
|
+
.ui-icon {
|
75
|
+
display: block;
|
76
|
+
text-indent: -99999px;
|
77
|
+
overflow: hidden;
|
78
|
+
background-repeat: no-repeat; }
|
79
|
+
|
80
|
+
/* Misc visuals
|
81
|
+
----------------------------------*/
|
82
|
+
/* Overlays */
|
83
|
+
.ui-widget-overlay {
|
84
|
+
position: absolute;
|
85
|
+
top: 0;
|
86
|
+
left: 0;
|
87
|
+
width: 100%;
|
88
|
+
height: 100%; }
|
89
|
+
|
90
|
+
/*
|
91
|
+
* jQuery UI Autocomplete 1.9m5
|
92
|
+
*
|
93
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
94
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
95
|
+
* http://jquery.org/license
|
96
|
+
*
|
97
|
+
* http://docs.jquery.com/UI/Autocomplete#theming
|
98
|
+
*/
|
99
|
+
.ui-autocomplete {
|
100
|
+
position: absolute;
|
101
|
+
cursor: default; }
|
102
|
+
|
103
|
+
/* workarounds */
|
104
|
+
* html .ui-autocomplete {
|
105
|
+
width: 1px; }
|
106
|
+
|
107
|
+
/* without this, the menu expands to 100% in IE6 */
|
108
|
+
/*
|
109
|
+
* jQuery UI Button 1.9m5
|
110
|
+
*
|
111
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
112
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
113
|
+
* http://jquery.org/license
|
114
|
+
*
|
115
|
+
* http://docs.jquery.com/UI/Button#theming
|
116
|
+
*/
|
117
|
+
.ui-button {
|
118
|
+
display: inline-block;
|
119
|
+
position: relative;
|
120
|
+
padding: 0;
|
121
|
+
margin-right: .1em;
|
122
|
+
text-decoration: none !important;
|
123
|
+
cursor: pointer;
|
124
|
+
text-align: center;
|
125
|
+
zoom: 1;
|
126
|
+
overflow: visible; }
|
127
|
+
|
128
|
+
/* the overflow property removes extra width in IE */
|
129
|
+
.ui-button-icon-only {
|
130
|
+
width: 2.2em; }
|
131
|
+
|
132
|
+
/* to make room for the icon, a width needs to be set here */
|
133
|
+
button.ui-button-icon-only {
|
134
|
+
width: 2.4em; }
|
135
|
+
|
136
|
+
/* button elements seem to need a little more width */
|
137
|
+
.ui-button-icons-only {
|
138
|
+
width: 3.4em; }
|
139
|
+
|
140
|
+
button.ui-button-icons-only {
|
141
|
+
width: 3.7em; }
|
142
|
+
|
143
|
+
/*button text element */
|
144
|
+
.ui-button .ui-button-text {
|
145
|
+
display: block;
|
146
|
+
line-height: 1.4; }
|
147
|
+
|
148
|
+
.ui-button-text-only .ui-button-text {
|
149
|
+
padding: .4em 1em; }
|
150
|
+
|
151
|
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
|
152
|
+
padding: .4em;
|
153
|
+
text-indent: -9999999px; }
|
154
|
+
|
155
|
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
|
156
|
+
padding: .4em 1em .4em 2.1em; }
|
157
|
+
|
158
|
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
|
159
|
+
padding: .4em 2.1em .4em 1em; }
|
160
|
+
|
161
|
+
.ui-button-text-icons .ui-button-text {
|
162
|
+
padding-left: 2.1em;
|
163
|
+
padding-right: 2.1em; }
|
164
|
+
|
165
|
+
/* no icon support for input elements, provide padding by default */
|
166
|
+
input.ui-button {
|
167
|
+
padding: .4em 1em; }
|
168
|
+
|
169
|
+
/*button icon element(s) */
|
170
|
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
|
171
|
+
position: absolute;
|
172
|
+
top: 50%;
|
173
|
+
margin-top: -8px; }
|
174
|
+
|
175
|
+
.ui-button-icon-only .ui-icon {
|
176
|
+
left: 50%;
|
177
|
+
margin-left: -8px; }
|
178
|
+
|
179
|
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
|
180
|
+
left: .5em; }
|
181
|
+
|
182
|
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
|
183
|
+
right: .5em; }
|
184
|
+
|
185
|
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
|
186
|
+
right: .5em; }
|
187
|
+
|
188
|
+
/*button sets*/
|
189
|
+
.ui-buttonset {
|
190
|
+
margin-right: 7px; }
|
191
|
+
|
192
|
+
.ui-buttonset .ui-button {
|
193
|
+
margin-left: 0;
|
194
|
+
margin-right: -0.3em; }
|
195
|
+
|
196
|
+
/* workarounds */
|
197
|
+
button.ui-button::-moz-focus-inner {
|
198
|
+
border: 0;
|
199
|
+
padding: 0; }
|
200
|
+
|
201
|
+
/* reset extra padding in Firefox */
|
202
|
+
/*
|
203
|
+
* jQuery UI Datepicker 1.9m5
|
204
|
+
*
|
205
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
206
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
207
|
+
* http://jquery.org/license
|
208
|
+
*
|
209
|
+
* http://docs.jquery.com/UI/Datepicker#theming
|
210
|
+
*/
|
211
|
+
.ui-datepicker {
|
212
|
+
width: 17em;
|
213
|
+
padding: .2em .2em 0;
|
214
|
+
display: none; }
|
215
|
+
|
216
|
+
.ui-datepicker .ui-datepicker-header {
|
217
|
+
position: relative;
|
218
|
+
padding: .2em 0; }
|
219
|
+
|
220
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
|
221
|
+
position: absolute;
|
222
|
+
top: 2px;
|
223
|
+
width: 1.8em;
|
224
|
+
height: 1.8em; }
|
225
|
+
|
226
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
|
227
|
+
top: 1px; }
|
228
|
+
|
229
|
+
.ui-datepicker .ui-datepicker-prev {
|
230
|
+
left: 2px; }
|
231
|
+
|
232
|
+
.ui-datepicker .ui-datepicker-next {
|
233
|
+
right: 2px; }
|
234
|
+
|
235
|
+
.ui-datepicker .ui-datepicker-prev-hover {
|
236
|
+
left: 1px; }
|
237
|
+
|
238
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
239
|
+
right: 1px; }
|
240
|
+
|
241
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
|
242
|
+
display: block;
|
243
|
+
position: absolute;
|
244
|
+
left: 50%;
|
245
|
+
margin-left: -8px;
|
246
|
+
top: 50%;
|
247
|
+
margin-top: -8px; }
|
248
|
+
|
249
|
+
.ui-datepicker .ui-datepicker-title {
|
250
|
+
margin: 0 2.3em;
|
251
|
+
line-height: 1.8em;
|
252
|
+
text-align: center; }
|
253
|
+
|
254
|
+
.ui-datepicker .ui-datepicker-title select {
|
255
|
+
font-size: 1em;
|
256
|
+
margin: 1px 0; }
|
257
|
+
|
258
|
+
.ui-datepicker select.ui-datepicker-month-year {
|
259
|
+
width: 100%; }
|
260
|
+
|
261
|
+
.ui-datepicker select.ui-datepicker-month,
|
262
|
+
.ui-datepicker select.ui-datepicker-year {
|
263
|
+
width: 49%; }
|
264
|
+
|
265
|
+
.ui-datepicker table {
|
266
|
+
width: 100%;
|
267
|
+
font-size: .9em;
|
268
|
+
border-collapse: collapse;
|
269
|
+
margin: 0 0 .4em; }
|
270
|
+
|
271
|
+
.ui-datepicker th {
|
272
|
+
padding: .7em .3em;
|
273
|
+
text-align: center;
|
274
|
+
font-weight: bold;
|
275
|
+
border: 0; }
|
276
|
+
|
277
|
+
.ui-datepicker td {
|
278
|
+
border: 0;
|
279
|
+
padding: 1px; }
|
280
|
+
|
281
|
+
.ui-datepicker td span, .ui-datepicker td a {
|
282
|
+
display: block;
|
283
|
+
padding: .2em;
|
284
|
+
text-align: right;
|
285
|
+
text-decoration: none; }
|
286
|
+
|
287
|
+
.ui-datepicker .ui-datepicker-buttonpane {
|
288
|
+
background-image: none;
|
289
|
+
margin: .7em 0 0 0;
|
290
|
+
padding: 0 .2em;
|
291
|
+
border-left: 0;
|
292
|
+
border-right: 0;
|
293
|
+
border-bottom: 0; }
|
294
|
+
|
295
|
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
296
|
+
float: right;
|
297
|
+
margin: .5em .2em .4em;
|
298
|
+
cursor: pointer;
|
299
|
+
padding: .2em .6em .3em .6em;
|
300
|
+
width: auto;
|
301
|
+
overflow: visible; }
|
302
|
+
|
303
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
304
|
+
float: left; }
|
305
|
+
|
306
|
+
/* with multiple calendars */
|
307
|
+
.ui-datepicker.ui-datepicker-multi {
|
308
|
+
width: auto; }
|
309
|
+
|
310
|
+
.ui-datepicker-multi .ui-datepicker-group {
|
311
|
+
float: left; }
|
312
|
+
|
313
|
+
.ui-datepicker-multi .ui-datepicker-group table {
|
314
|
+
width: 95%;
|
315
|
+
margin: 0 auto .4em; }
|
316
|
+
|
317
|
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
318
|
+
width: 50%; }
|
319
|
+
|
320
|
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
321
|
+
width: 33.3%; }
|
322
|
+
|
323
|
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
324
|
+
width: 25%; }
|
325
|
+
|
326
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
|
327
|
+
border-left-width: 0; }
|
328
|
+
|
329
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
330
|
+
border-left-width: 0; }
|
331
|
+
|
332
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
333
|
+
clear: left; }
|
334
|
+
|
335
|
+
.ui-datepicker-row-break {
|
336
|
+
clear: both;
|
337
|
+
width: 100%; }
|
338
|
+
|
339
|
+
/* RTL support */
|
340
|
+
.ui-datepicker-rtl {
|
341
|
+
direction: rtl; }
|
342
|
+
|
343
|
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
344
|
+
right: 2px;
|
345
|
+
left: auto; }
|
346
|
+
|
347
|
+
.ui-datepicker-rtl .ui-datepicker-next {
|
348
|
+
left: 2px;
|
349
|
+
right: auto; }
|
350
|
+
|
351
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
352
|
+
right: 1px;
|
353
|
+
left: auto; }
|
354
|
+
|
355
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
356
|
+
left: 1px;
|
357
|
+
right: auto; }
|
358
|
+
|
359
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
360
|
+
clear: right; }
|
361
|
+
|
362
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
363
|
+
float: left; }
|
364
|
+
|
365
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
|
366
|
+
float: right; }
|
367
|
+
|
368
|
+
.ui-datepicker-rtl .ui-datepicker-group {
|
369
|
+
float: right; }
|
370
|
+
|
371
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
|
372
|
+
border-right-width: 0;
|
373
|
+
border-left-width: 1px; }
|
374
|
+
|
375
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
376
|
+
border-right-width: 0;
|
377
|
+
border-left-width: 1px; }
|
378
|
+
|
379
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
380
|
+
.ui-datepicker-cover {
|
381
|
+
display: none;
|
382
|
+
/*sorry for IE5*/
|
383
|
+
display/**/: block;
|
384
|
+
/*sorry for IE5*/
|
385
|
+
position: absolute;
|
386
|
+
/*must have*/
|
387
|
+
z-index: -1;
|
388
|
+
/*must have*/
|
389
|
+
filter: mask();
|
390
|
+
/*must have*/
|
391
|
+
top: -4px;
|
392
|
+
/*must have*/
|
393
|
+
left: -4px;
|
394
|
+
/*must have*/
|
395
|
+
width: 200px;
|
396
|
+
/*must have*/
|
397
|
+
height: 200px;
|
398
|
+
/*must have*/ }
|
399
|
+
|
400
|
+
/*
|
401
|
+
* jQuery UI Dialog 1.9m5
|
402
|
+
*
|
403
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
404
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
405
|
+
* http://jquery.org/license
|
406
|
+
*
|
407
|
+
* http://docs.jquery.com/UI/Dialog#theming
|
408
|
+
*/
|
409
|
+
.ui-dialog {
|
410
|
+
position: absolute;
|
411
|
+
padding: .2em;
|
412
|
+
width: 300px;
|
413
|
+
overflow: hidden; }
|
414
|
+
|
415
|
+
.ui-dialog .ui-dialog-titlebar {
|
416
|
+
padding: .4em 1em;
|
417
|
+
position: relative; }
|
418
|
+
|
419
|
+
.ui-dialog .ui-dialog-title {
|
420
|
+
float: left;
|
421
|
+
margin: .1em 16px .1em 0; }
|
422
|
+
|
423
|
+
.ui-dialog .ui-dialog-titlebar-close {
|
424
|
+
position: absolute;
|
425
|
+
right: .3em;
|
426
|
+
top: 50%;
|
427
|
+
width: 19px;
|
428
|
+
margin: -10px 0 0 0;
|
429
|
+
padding: 1px;
|
430
|
+
height: 18px; }
|
431
|
+
|
432
|
+
.ui-dialog .ui-dialog-titlebar-close span {
|
433
|
+
display: block;
|
434
|
+
margin: 1px; }
|
435
|
+
|
436
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
|
437
|
+
padding: 0; }
|
438
|
+
|
439
|
+
.ui-dialog .ui-dialog-content {
|
440
|
+
position: relative;
|
441
|
+
border: 0;
|
442
|
+
padding: .5em 1em;
|
443
|
+
background: none;
|
444
|
+
overflow: auto;
|
445
|
+
zoom: 1; }
|
446
|
+
|
447
|
+
.ui-dialog .ui-dialog-buttonpane {
|
448
|
+
text-align: left;
|
449
|
+
border-width: 1px 0 0 0;
|
450
|
+
background-image: none;
|
451
|
+
margin: .5em 0 0 0;
|
452
|
+
padding: .3em 1em .5em .4em; }
|
453
|
+
|
454
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
455
|
+
float: right; }
|
456
|
+
|
457
|
+
.ui-dialog .ui-dialog-buttonpane button {
|
458
|
+
margin: .5em .4em .5em 0;
|
459
|
+
cursor: pointer; }
|
460
|
+
|
461
|
+
.ui-dialog .ui-resizable-se {
|
462
|
+
width: 14px;
|
463
|
+
height: 14px;
|
464
|
+
right: 3px;
|
465
|
+
bottom: 3px; }
|
466
|
+
|
467
|
+
.ui-draggable .ui-dialog-titlebar {
|
468
|
+
cursor: move; }
|
469
|
+
|
470
|
+
/*
|
471
|
+
* jQuery UI Menu 1.9m5
|
472
|
+
*
|
473
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
474
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
475
|
+
* http://jquery.org/license
|
476
|
+
*
|
477
|
+
* http://docs.jquery.com/UI/Menu#theming
|
478
|
+
*/
|
479
|
+
.ui-menu {
|
480
|
+
list-style: none;
|
481
|
+
padding: 2px;
|
482
|
+
margin: 0;
|
483
|
+
display: block;
|
484
|
+
outline: none; }
|
485
|
+
|
486
|
+
.ui-menu .ui-menu {
|
487
|
+
margin-top: -3px; }
|
488
|
+
|
489
|
+
.ui-menu .ui-menu-item {
|
490
|
+
margin: 0;
|
491
|
+
padding: 0;
|
492
|
+
zoom: 1;
|
493
|
+
width: 100%; }
|
494
|
+
|
495
|
+
.ui-menu .ui-menu-item a {
|
496
|
+
text-decoration: none;
|
497
|
+
display: block;
|
498
|
+
padding: 2px .4em;
|
499
|
+
line-height: 1.5;
|
500
|
+
zoom: 1;
|
501
|
+
font-weight: normal; }
|
502
|
+
|
503
|
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
504
|
+
.ui-menu .ui-menu-item a.ui-state-active {
|
505
|
+
font-weight: normal;
|
506
|
+
margin: -1px; }
|
507
|
+
|
508
|
+
/* nested menus */
|
509
|
+
.ui-menu .ui-menu {
|
510
|
+
position: absolute; }
|
511
|
+
|
512
|
+
/* icon support */
|
513
|
+
.ui-menu-icons {
|
514
|
+
position: relative; }
|
515
|
+
|
516
|
+
.ui-menu-icons .ui-menu-item a {
|
517
|
+
position: relative;
|
518
|
+
padding-left: 2em; }
|
519
|
+
|
520
|
+
/* left-aligned */
|
521
|
+
.ui-menu .ui-icon {
|
522
|
+
position: absolute;
|
523
|
+
top: .2em;
|
524
|
+
left: .2em; }
|
525
|
+
|
526
|
+
/* right-aligned */
|
527
|
+
.ui-menu .ui-menu-icon {
|
528
|
+
position: static;
|
529
|
+
float: right; }
|
530
|
+
|
531
|
+
/*
|
532
|
+
* jQuery UI Progressbar 1.9m5
|
533
|
+
*
|
534
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
535
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
536
|
+
* http://jquery.org/license
|
537
|
+
*
|
538
|
+
* http://docs.jquery.com/UI/Progressbar#theming
|
539
|
+
*/
|
540
|
+
.ui-progressbar {
|
541
|
+
height: 2em;
|
542
|
+
text-align: left; }
|
543
|
+
|
544
|
+
.ui-progressbar .ui-progressbar-value {
|
545
|
+
margin: -1px;
|
546
|
+
height: 100%; }
|
547
|
+
|
548
|
+
/*
|
549
|
+
* jQuery UI Resizable 1.9m5
|
550
|
+
*
|
551
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
552
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
553
|
+
* http://jquery.org/license
|
554
|
+
*
|
555
|
+
* http://docs.jquery.com/UI/Resizable#theming
|
556
|
+
*/
|
557
|
+
.ui-resizable {
|
558
|
+
position: relative; }
|
559
|
+
|
560
|
+
.ui-resizable-handle {
|
561
|
+
position: absolute;
|
562
|
+
font-size: 0.1px;
|
563
|
+
z-index: 99999;
|
564
|
+
display: block; }
|
565
|
+
|
566
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
|
567
|
+
display: none; }
|
568
|
+
|
569
|
+
.ui-resizable-n {
|
570
|
+
cursor: n-resize;
|
571
|
+
height: 7px;
|
572
|
+
width: 100%;
|
573
|
+
top: -5px;
|
574
|
+
left: 0; }
|
575
|
+
|
576
|
+
.ui-resizable-s {
|
577
|
+
cursor: s-resize;
|
578
|
+
height: 7px;
|
579
|
+
width: 100%;
|
580
|
+
bottom: -5px;
|
581
|
+
left: 0; }
|
582
|
+
|
583
|
+
.ui-resizable-e {
|
584
|
+
cursor: e-resize;
|
585
|
+
width: 7px;
|
586
|
+
right: -5px;
|
587
|
+
top: 0;
|
588
|
+
height: 100%; }
|
589
|
+
|
590
|
+
.ui-resizable-w {
|
591
|
+
cursor: w-resize;
|
592
|
+
width: 7px;
|
593
|
+
left: -5px;
|
594
|
+
top: 0;
|
595
|
+
height: 100%; }
|
596
|
+
|
597
|
+
.ui-resizable-se {
|
598
|
+
cursor: se-resize;
|
599
|
+
width: 12px;
|
600
|
+
height: 12px;
|
601
|
+
right: 1px;
|
602
|
+
bottom: 1px; }
|
603
|
+
|
604
|
+
.ui-resizable-sw {
|
605
|
+
cursor: sw-resize;
|
606
|
+
width: 9px;
|
607
|
+
height: 9px;
|
608
|
+
left: -5px;
|
609
|
+
bottom: -5px; }
|
610
|
+
|
611
|
+
.ui-resizable-nw {
|
612
|
+
cursor: nw-resize;
|
613
|
+
width: 9px;
|
614
|
+
height: 9px;
|
615
|
+
left: -5px;
|
616
|
+
top: -5px; }
|
617
|
+
|
618
|
+
.ui-resizable-ne {
|
619
|
+
cursor: ne-resize;
|
620
|
+
width: 9px;
|
621
|
+
height: 9px;
|
622
|
+
right: -5px;
|
623
|
+
top: -5px; }
|
624
|
+
|
625
|
+
/*
|
626
|
+
* jQuery UI Selectable 1.9m5
|
627
|
+
*
|
628
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
629
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
630
|
+
* http://jquery.org/license
|
631
|
+
*
|
632
|
+
* http://docs.jquery.com/UI/Selectable#theming
|
633
|
+
*/
|
634
|
+
.ui-selectable-helper {
|
635
|
+
position: absolute;
|
636
|
+
z-index: 100;
|
637
|
+
border: 1px dotted black; }
|
638
|
+
|
639
|
+
/*
|
640
|
+
* jQuery UI Slider 1.9m5
|
641
|
+
*
|
642
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
643
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
644
|
+
* http://jquery.org/license
|
645
|
+
*
|
646
|
+
* http://docs.jquery.com/UI/Slider#theming
|
647
|
+
*/
|
648
|
+
.ui-slider {
|
649
|
+
position: relative;
|
650
|
+
text-align: left; }
|
651
|
+
|
652
|
+
.ui-slider .ui-slider-handle {
|
653
|
+
position: absolute;
|
654
|
+
z-index: 2;
|
655
|
+
width: 1.2em;
|
656
|
+
height: 1.2em;
|
657
|
+
cursor: default; }
|
658
|
+
|
659
|
+
.ui-slider .ui-slider-range {
|
660
|
+
position: absolute;
|
661
|
+
z-index: 1;
|
662
|
+
font-size: .7em;
|
663
|
+
display: block;
|
664
|
+
border: 0;
|
665
|
+
background-position: 0 0; }
|
666
|
+
|
667
|
+
.ui-slider-horizontal {
|
668
|
+
height: .8em; }
|
669
|
+
|
670
|
+
.ui-slider-horizontal .ui-slider-handle {
|
671
|
+
top: -0.3em;
|
672
|
+
margin-left: -0.6em; }
|
673
|
+
|
674
|
+
.ui-slider-horizontal .ui-slider-range {
|
675
|
+
top: 0;
|
676
|
+
height: 100%; }
|
677
|
+
|
678
|
+
.ui-slider-horizontal .ui-slider-range-min {
|
679
|
+
left: 0; }
|
680
|
+
|
681
|
+
.ui-slider-horizontal .ui-slider-range-max {
|
682
|
+
right: 0; }
|
683
|
+
|
684
|
+
.ui-slider-vertical {
|
685
|
+
width: .8em;
|
686
|
+
height: 100px; }
|
687
|
+
|
688
|
+
.ui-slider-vertical .ui-slider-handle {
|
689
|
+
left: -0.3em;
|
690
|
+
margin-left: 0;
|
691
|
+
margin-bottom: -0.6em; }
|
692
|
+
|
693
|
+
.ui-slider-vertical .ui-slider-range {
|
694
|
+
left: 0;
|
695
|
+
width: 100%; }
|
696
|
+
|
697
|
+
.ui-slider-vertical .ui-slider-range-min {
|
698
|
+
bottom: 0; }
|
699
|
+
|
700
|
+
.ui-slider-vertical .ui-slider-range-max {
|
701
|
+
top: 0; }
|
702
|
+
|
703
|
+
/*
|
704
|
+
* jQuery UI Spinner 1.9m5
|
705
|
+
*
|
706
|
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
707
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
708
|
+
* http://jquery.org/license
|
709
|
+
*
|
710
|
+
* http://docs.jquery.com/UI/Spinner#theming
|
711
|
+
*/
|
712
|
+
.ui-spinner {
|
713
|
+
position: relative;
|
714
|
+
display: inline-block;
|
715
|
+
overflow: hidden;
|
716
|
+
padding: 0;
|
717
|
+
vertical-align: middle; }
|
718
|
+
|
719
|
+
.ui-spinner-input {
|
720
|
+
border: none;
|
721
|
+
background: none;
|
722
|
+
padding: 0;
|
723
|
+
margin: .2em 0;
|
724
|
+
vertical-align: middle;
|
725
|
+
margin-left: .4em;
|
726
|
+
margin-right: 22px; }
|
727
|
+
|
728
|
+
.ui-spinner-button {
|
729
|
+
width: 16px;
|
730
|
+
height: 50%;
|
731
|
+
font-size: .5em;
|
732
|
+
padding: 0;
|
733
|
+
margin: 0;
|
734
|
+
z-index: 100;
|
735
|
+
text-align: center;
|
736
|
+
vertical-align: middle;
|
737
|
+
position: absolute;
|
738
|
+
cursor: default;
|
739
|
+
display: block;
|
740
|
+
overflow: hidden;
|
741
|
+
right: 0; }
|
742
|
+
|
743
|
+
.ui-spinner a.ui-spinner-button {
|
744
|
+
border-top: none;
|
745
|
+
border-bottom: none;
|
746
|
+
border-right: none; }
|
747
|
+
|
748
|
+
/* more specificity required here to overide default borders */
|
749
|
+
.ui-spinner .ui-icon {
|
750
|
+
position: absolute;
|
751
|
+
margin-top: -8px;
|
752
|
+
top: 50%;
|
753
|
+
left: 0; }
|
754
|
+
|
755
|
+
/* vertical centre icon */
|
756
|
+
.ui-spinner-up {
|
757
|
+
top: 0; }
|
758
|
+
|
759
|
+
.ui-spinner-down {
|
760
|
+
bottom: 0; }
|
761
|
+
|
762
|
+
/* TR overrides */
|
763
|
+
span.ui-spinner {
|
764
|
+
background: none; }
|
765
|
+
|
766
|
+
.ui-spinner .ui-icon-triangle-1-s {
|
767
|
+
/* need to fix icons sprite */
|
768
|
+
background-position: -65px -16px; }
|
769
|
+
|