canvasxpress-rails 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,963 @@
1
+ table.shorts {
2
+ margin: 2px 3px;
3
+ padding: 2px 3px;
4
+ border: 1px solid #fafafa;
5
+ border-collapse: collapse;
6
+ font-size: x-small
7
+ }
8
+ td.k {
9
+ text-align: center;
10
+ padding: 2px 5px;
11
+ margin: 2px 5px;
12
+ border: 1px solid #cccccc;
13
+ }
14
+ td.d {
15
+ padding: 2px 5px;
16
+ margin: 2px 5px;
17
+ border: 1px solid #cccccc;
18
+ }
19
+ th.d {
20
+ padding: 2px 5px;
21
+ margin: 2px 5px;
22
+ border: 1px solid #cccccc;
23
+ }
24
+ th.cxx, th.cxz, th.cxb, th.cxs, th.cxv, td.cxx, td.cxz, td.cxb, td.cxs, td.cxv {
25
+ background-image: url(http://www.canvasxpress.org/images/accordion.png);
26
+ background-repeat: repeat-x;
27
+ border: 1px solid #cccccc;
28
+ vertical-align: middle;
29
+ }
30
+ td.cxx, td.cxz, td.cxb, td.cxs, td.cxv {
31
+ background: #fefefe
32
+ }
33
+ td.cxy {
34
+ border: 1px solid #cccccc;
35
+ vertical-align: middle;
36
+ text-align: right;
37
+ }
38
+ div.cxc {
39
+ left: 0px;
40
+ top: 0px;
41
+ margin-left: 5px;
42
+ margin-top: 2px;
43
+ white-space: nowrap;
44
+ overflow: hidden;
45
+ }
46
+ /* Save Form div */
47
+ div.CanvasXpressSaveForm{
48
+ border: 1px solid rgb(113,139,183);
49
+ border-radius: 5px;
50
+ background-color: rgb(240,240,240);
51
+ color: rgb(34,34,34);
52
+ font: normal 11px arial, tahoma, sans-serif;
53
+ margin: 8px;
54
+ padding: 8px;
55
+ position: absolute;
56
+ white-space: nowrap;
57
+ }
58
+ /* Code div */
59
+ div.CanvasXpressCode {
60
+ border: 1px solid rgb(113,139,183);
61
+ border-radius: 5px;
62
+ background-color: rgb(240,240,240);
63
+ cursor: move;
64
+ color: rgb(34,34,34);
65
+ font: normal 11px arial, tahoma, sans-serif;
66
+ margin: 2px 3px;
67
+ padding: 2px 3px;
68
+ position: absolute;
69
+ white-space: nowrap;
70
+ }
71
+ img.CanvasXpressCode {
72
+ cursor: default;
73
+ float: right;
74
+ height: 13px;
75
+ margin: 2px 3px 0px 0px;
76
+ padding-bottom: 5px;
77
+ width: 13px;
78
+ -moz-user-select: none;
79
+ -khtml-user-select: none;
80
+ -webkit-user-select: none;
81
+ -o-user-select: none;
82
+ -user-select: none;
83
+ }
84
+ div.CanvasXpressCodeContainer {
85
+ background-color: rgb(240,240,240);
86
+ clear: both;
87
+ max-height: 500px;
88
+ max-width: 600px;
89
+ overflow: auto;
90
+ }
91
+ div.CanvasXpressCodeContent {
92
+ background-color: rgb(240,240,240);
93
+ margin: 2px 3px;
94
+ padding: 2px 3px;
95
+ }
96
+ pre.CanvasXpressCodeContent {
97
+ background-color: rgb(240,240,240);
98
+ border: none;
99
+ margin: 0px;
100
+ padding: 10px;
101
+ white-space: pre;
102
+ }
103
+ /* Dragging div */
104
+ div.CanvasXpressDrag {
105
+ opacity: 0.5;
106
+ filter: alpha(opacity=50);
107
+ background-color: rgb(240,240,240);
108
+ position: absolute;
109
+ }
110
+ div.CanvasXpressTooltip {
111
+ border: 1px solid rgb(113,139,183);
112
+ border-radius: 5px;
113
+ background-color: rgb(240,240,240);
114
+ cursor: move;
115
+ color: rgb(34,34,34);
116
+ font: normal 11px arial, tahoma, sans-serif;
117
+ margin: 2px 3px;
118
+ overflow: hidden;
119
+ padding: 2px 3px;
120
+ position: absolute;
121
+ white-space: nowrap;
122
+ }
123
+ img.CanvasXpressTooltip {
124
+ cursor: default;
125
+ float: right;
126
+ height: 13px;
127
+ margin: 2px 3px 0px 0px;
128
+ width: 13px;
129
+ cursor: default;
130
+ -moz-user-select: none;
131
+ -khtml-user-select: none;
132
+ -webkit-user-select: none;
133
+ -o-user-select: none;
134
+ -user-select: none;
135
+ }
136
+ span.CanvasXpressTooltip {
137
+ border: 1px solid rgb(113,139,183);
138
+ border-radius: 5px;
139
+ background-color: rgb(240,240,240);
140
+ cursor: move;
141
+ color: rgb(34,34,34);
142
+ font: normal 11px arial, tahoma, sans-serif;
143
+ margin: 2px 3px;
144
+ overflow: hidden;
145
+ padding: 2px 3px;
146
+ position: absolute;
147
+ white-space: nowrap;
148
+ }
149
+ /* DataTable */
150
+ div.CanvasXpressDataTable {
151
+ border: 1px solid rgb(113,139,183);
152
+ border-radius: 5px;
153
+ background-color: rgb(240,240,240);
154
+ clear: both;
155
+ color: rgb(34,34,34);
156
+ font: normal 11px arial, tahoma, sans-serif;
157
+ overflow: hidden;
158
+ position: absolute;
159
+ -moz-user-select: none;
160
+ -khtml-user-select: none;
161
+ -webkit-user-select: none;
162
+ -o-user-select: none;
163
+ -user-select: none;
164
+ }
165
+ div.CanvasXpressDataTableToolbar {
166
+ border: 0px;
167
+ border-radius: 5px 5px 0px 0px;
168
+ background-color: rgb(240,240,240);
169
+ color: rgb(34,34,34);
170
+ cursor: move;
171
+ font: normal 11px arial, tahoma, sans-serif;
172
+ height: 18px;
173
+ left: 0px;
174
+ line-height: 100%;
175
+ position: absolute;
176
+ top: 0px;
177
+ -moz-user-select: none;
178
+ -khtml-user-select: none;
179
+ -webkit-user-select: none;
180
+ -o-user-select: none;
181
+ -user-select: none;
182
+ }
183
+ img.CanvasXpressDataTableToolbarImage {
184
+ cursor: default;
185
+ float: right;
186
+ height: 13px;
187
+ margin: 2px 3px 0px 0px;
188
+ width: 13px;
189
+ -moz-user-select: none;
190
+ -khtml-user-select: none;
191
+ -webkit-user-select: none;
192
+ -o-user-select: none;
193
+ -user-select: none;
194
+ }
195
+ div.CanvasXpressDataTableContainer {
196
+ background-color: rgb(240,240,240);
197
+ border-radius: 0px 0px 5px 5px;
198
+ color: rgb(34,34,34);
199
+ display: block;
200
+ font: normal 11px arial, tahoma, sans-serif;
201
+ left: 0px;
202
+ line-height: 100%;
203
+ position: absolute;
204
+ top: 20px;
205
+ -moz-user-select: none;
206
+ -khtml-user-select: none;
207
+ -webkit-user-select: none;
208
+ -o-user-select: none;
209
+ -user-select: none;
210
+ }
211
+ div.CanvasXpressDataTableVertical {
212
+ background-color: rgb(240,240,240);
213
+ overflow: auto;
214
+ position: absolute;
215
+ right: 2px;
216
+ top: 2px;
217
+ width: 18px;
218
+ -moz-user-select: none;
219
+ -khtml-user-select: none;
220
+ -webkit-user-select: none;
221
+ -o-user-select: none;
222
+ -user-select: none;
223
+ }
224
+ div.CanvasXpressDataTableHorizontal {
225
+ background-color: rgb(240,240,240);
226
+ bottom: 2px;
227
+ height: 18px;
228
+ left: 2px;
229
+ overflow: auto;
230
+ position: absolute;
231
+ -moz-user-select: none;
232
+ -khtml-user-select: none;
233
+ -webkit-user-select: none;
234
+ -o-user-select: none;
235
+ -user-select: none;
236
+ }
237
+ div.CanvasXpressDataTableResizer {
238
+ background-color: rgb(240,240,240);
239
+ background-image: url(http://www.canvasxpress.org/images/resize_w.png);
240
+ background-repeat: no-repeat;
241
+ cursor: se-resize;
242
+ bottom: 1px;
243
+ height: 15px;
244
+ position: absolute;
245
+ right: 1px;
246
+ width: 15px;
247
+ -moz-user-select: none;
248
+ -khtml-user-select: none;
249
+ -webkit-user-select: none;
250
+ -o-user-select: none;
251
+ -user-select: none;
252
+ }
253
+ table.CanvasXpressDataTable {
254
+ border: 0px;
255
+ border-spacing: 1px;
256
+ color: rgb(34,34,34);
257
+ font: normal 11px arial, tahoma, sans-serif;
258
+ left: 1px;
259
+ line-height: 20px;
260
+ position: absolute;
261
+ table-layout: fixed;
262
+ top: 1px;
263
+ -moz-user-select: none;
264
+ -khtml-user-select: none;
265
+ -webkit-user-select: none;
266
+ -o-user-select: none;
267
+ -user-select: none;
268
+ }
269
+ div.CanvasXpressDataTableMask {
270
+ border: 0px;
271
+ left: 1px;
272
+ position: absolute;
273
+ top: 1px;
274
+ overflow: hidden;
275
+ -moz-user-select: none;
276
+ -khtml-user-select: none;
277
+ -webkit-user-select: none;
278
+ -o-user-select: none;
279
+ -user-select: none;
280
+ }
281
+ th.CanvasXpressTableCellHead {
282
+ background-image: url(http://www.canvasxpress.org/images/accordion.png);
283
+ background-repeat: repeat-x;
284
+ border-left: 1px solid #ffffff;
285
+ border-top: 1px solid #ffffff;
286
+ color: rgb(34,34,34);
287
+ font: normal 11px arial, tahoma, sans-serif;
288
+ line-height: 20px;
289
+ padding: 0px;
290
+ text-align: left;
291
+ vertical-align: middle;
292
+ -moz-user-select: none;
293
+ -khtml-user-select: none;
294
+ -webkit-user-select: none;
295
+ -o-user-select: none;
296
+ -user-select: none;
297
+ }
298
+ th.CanvasXpressTableCellHeadActive {
299
+ background-image: url(http://www.canvasxpress.org/images/accordion_active.png);
300
+ background-repeat: repeat-x;
301
+ border-left: 1px solid #ffffff;
302
+ border-top: 1px solid #ffffff;
303
+ color: rgb(34,34,34);
304
+ font: normal 11px arial, tahoma, sans-serif;
305
+ line-height: 20px;
306
+ padding: 0px;
307
+ text-align: left;
308
+ vertical-align: middle;
309
+ -moz-user-select: none;
310
+ -khtml-user-select: none;
311
+ -webkit-user-select: none;
312
+ -o-user-select: none;
313
+ -user-select: none;
314
+ }
315
+ td.CanvasXpressTableCell {
316
+ background-color: #ffffff;
317
+ border: 0px;
318
+ color: rgb(34,34,34);
319
+ font: normal 11px arial, tahoma, sans-serif;
320
+ line-height: 20px;
321
+ padding: 0px;
322
+ vertical-align: middle;
323
+ -moz-user-select: none;
324
+ -khtml-user-select: none;
325
+ -webkit-user-select: none;
326
+ -o-user-select: none;
327
+ -user-select: none;
328
+ }
329
+ td.CanvasXpressTableCellActive {
330
+ background-color: #dfe8f6;
331
+ border: 0px;
332
+ color: rgb(34,34,34);
333
+ font: normal 11px arial, tahoma, sans-serif;
334
+ line-height: 20px;
335
+ padding: 0px;
336
+ vertical-align: middle;
337
+ -moz-user-select: none;
338
+ -khtml-user-select: none;
339
+ -webkit-user-select: none;
340
+ -o-user-select: none;
341
+ -user-select: none;
342
+ }
343
+ div.CanvasXpressTableCell {
344
+ font: normal 11px arial, tahoma, sans-serif;
345
+ line-height: 20px;
346
+ margin: 2px 2px 1px 5px;
347
+ overflow: hidden;
348
+ white-space: nowrap;
349
+ }
350
+ div.CanvasXpressTableCellSortAsc {
351
+ background: url(http://www.canvasxpress.org/images/sort_asc.gif) no-repeat right 6px;
352
+ font: normal 11px arial, tahoma, sans-serif;
353
+ line-height: 20px;
354
+ margin: 2px 2px 1px 5px;
355
+ overflow: hidden;
356
+ white-space: nowrap;
357
+ }
358
+ div.CanvasXpressTableCellSortDesc {
359
+ background: url(http://www.canvasxpress.org/images/sort_desc.gif) no-repeat right 6px;
360
+ font: normal 11px arial, tahoma, sans-serif;
361
+ line-height: 20px;
362
+ margin: 2px 2px 1px 5px;
363
+ overflow: hidden;
364
+ white-space: nowrap;
365
+ }
366
+ /* Configurator */
367
+ div.CanvasXpressConfigurator {
368
+ background-color: rgb(240,240,240);
369
+ border-radius: 5px;
370
+ border: 1px solid rgb(113,139,183);
371
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
372
+ color: rgb(34,34,34);
373
+ cursor: default;
374
+ font: normal 11px arial, tahoma, sans-serif;
375
+ line-height: 16px;
376
+ -moz-user-select: none;
377
+ -khtml-user-select: none;
378
+ -webkit-user-select: none;
379
+ -o-user-select: none;
380
+ -user-select: none;
381
+ }
382
+ span.CanvasXpressConfigurator {
383
+ cursor: default;
384
+ font: normal 11px arial, tahoma, sans-serif;
385
+ line-height: 16px;
386
+ -moz-user-select: none;
387
+ -khtml-user-select: none;
388
+ -webkit-user-select: none;
389
+ -o-user-select: none;
390
+ -user-select: none;
391
+ }
392
+ textarea.CanvasXpressConfigurator {
393
+ background-color: rgb(240,240,240);
394
+ border-radius: 5px;
395
+ border: 1px solid rgb(113,139,183);
396
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
397
+ color: rgb(34,34,34);
398
+ cursor: default;
399
+ font: normal 11px arial, tahoma, sans-serif;
400
+ line-height: 16px;
401
+ }
402
+ img.CanvasXpressConfigurator {
403
+ cursor: default;
404
+ float: right;
405
+ height: 13px;
406
+ margin-left: 2px;
407
+ width: 13px;
408
+ -moz-user-select: none;
409
+ -khtml-user-select: none;
410
+ -webkit-user-select: none;
411
+ -o-user-select: none;
412
+ -user-select: none;
413
+ }
414
+ select.CanvasXpressConfigurator {
415
+ background-color: rgb(255,255,255);
416
+ border: 1px solid rgb(113,139,183);
417
+ color: rgb(34,34,34);
418
+ cursor: default;
419
+ font: normal 11px arial, tahoma, sans-serif;
420
+ line-height: 16px;
421
+ padding-left: 3px;
422
+ }
423
+ input.CanvasXpressConfigurator {
424
+ background-color: rgb(255,255,255);
425
+ border: 1px solid rgb(113,139,183);
426
+ color: rgb(34,34,34);
427
+ cursor: default;
428
+ font: normal 11px arial, tahoma, sans-serif;
429
+ line-height: 16px;
430
+ padding-left: 3px;
431
+ }
432
+ div.CanvasXpressConfiguratorOptions {
433
+ cursor: default;
434
+ font: normal 11px arial, tahoma, sans-serif;
435
+ height: 100px;
436
+ line-height: 16px;
437
+ margin-top: 8px;
438
+ overflow: auto;
439
+ width: 180px;
440
+ }
441
+ div.CanvasXpressConfiguratorFilter {
442
+ background-color: rgb(240,240,240);
443
+ border-radius: 5px;
444
+ border: 1px solid rgb(113,139,183);
445
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
446
+ color: rgb(34,34,34);
447
+ font: normal 11px arial, tahoma, sans-serif;
448
+ line-height: 16px;
449
+ }
450
+ select.CanvasXpressConfiguratorFilter {
451
+ border: 1px solid rgb(113,139,183);
452
+ font: normal 11px arial, tahoma, sans-serif;
453
+ line-height: 16px;
454
+ }
455
+ input.CanvasXpressConfiguratorFilter {
456
+ border: 1px solid rgb(113,139,183);
457
+ font: normal 11px arial, tahoma, sans-serif;
458
+ line-height: 16px;
459
+ }
460
+ div.CanvasXpressConfiguratorExample {
461
+ background-color: rgb(240,240,240);
462
+ border-radius: 5px;
463
+ border: 1px solid rgb(113,139,183);
464
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
465
+ color: rgb(34,34,34);
466
+ font: normal 11px arial, tahoma, sans-serif;
467
+ line-height: 16px;
468
+ }
469
+ span.CanvasXpressConfiguratorExample{
470
+ cursor: default;
471
+ font: normal 11px arial,tahoma,sans-serif;
472
+ line-height: 16px;
473
+ -moz-user-select: none;
474
+ -khtml-user-select: none;
475
+ -webkit-user-select: none;
476
+ -o-user-select: none;
477
+ -user-select: none;
478
+ }
479
+ div.CanvasXpressConfiguratorColor {
480
+ border: 1px solid rgb(113,139,183);
481
+ font: normal 11px arial, tahoma, sans-serif;
482
+ line-height: 16px;
483
+ }
484
+ /* Acordions */
485
+ div.accordionHead {
486
+ margin-top: 2px;
487
+ height: 16px;
488
+ overflow: hidden;
489
+ float: left;
490
+ cursor: pointer;
491
+ vertical-align: middle;
492
+ text-align: left;
493
+ display: table-cell;
494
+ -moz-user-select: none;
495
+ -khtml-user-select: none;
496
+ -webkit-user-select: none;
497
+ -o-user-select: none;
498
+ -user-select: none;
499
+ }
500
+ div.accordionContent {
501
+ overflow: auto;
502
+ }
503
+ div.hoverable:hover {
504
+ background-color: #dfe8f6
505
+ }
506
+ /* Viewport */
507
+ div.CanvasXpressContainer {
508
+ position: relative;
509
+ float: left;
510
+ }
511
+ div.CanvasXpressHandler {
512
+ position: relative;
513
+ float: left;
514
+ background-position: 50% 50%;
515
+ background-repeat: no-repeat;
516
+ }
517
+ div.CanvasXpressWrapper {
518
+ position: relative;
519
+ float: left;
520
+ line-height: 100%;
521
+ }
522
+ /*
523
+ * Datafilter
524
+ */
525
+ div.CanvasXpressDataFilter {
526
+ color: rgb(34,34,34);
527
+ font: normal 11px arial, tahoma, sans-serif;
528
+ line-height: 100%;
529
+ margin: 0px;
530
+ padding: 0px;
531
+ position: absolute;
532
+ -moz-user-select: none;
533
+ -khtml-user-select: none;
534
+ -webkit-user-select: none;
535
+ -o-user-select: none;
536
+ -user-select: none;
537
+ }
538
+ div.CanvasXpressDataFilterToolbar {
539
+ background-image: url(http://www.canvasxpress.org/images/accordion.png);
540
+ background-repeat: repeat-x;
541
+ border: 1px solid rgb(113,139,183);
542
+ border-radius: 5px;
543
+ color: rgb(34,34,34);
544
+ cursor: move;
545
+ font: normal 11px arial, tahoma, sans-serif;
546
+ height: 18px;
547
+ left: 0px;
548
+ line-height: 100%;
549
+ margin: 0px;
550
+ padding: 2px;
551
+ position: absolute;
552
+ top: 0px;
553
+ }
554
+ span.CanvasXpressDataFilterToolbarText {
555
+ font: normal 11px arial, tahoma, sans-serif;
556
+ left: 8px;
557
+ line-height: 100%;
558
+ position: relative;
559
+ top: 5px;
560
+ }
561
+ img.CanvasXpressDataFilterToolbarImage {
562
+ cursor: default;
563
+ width: 13px;
564
+ height: 13px;
565
+ margin-top: 2px;
566
+ margin-right: 2px;
567
+ float: right;
568
+ }
569
+ span.CanvasXpressDataFilterText {
570
+ background-image: url(http://www.canvasxpress.org/images/arrowright.png);
571
+ background-repeat: no-repeat;
572
+ background-position: -3px;
573
+ font: normal 11px arial, tahoma, sans-serif;
574
+ left: 8px;
575
+ line-height: 100%;
576
+ position: relative;
577
+ top: 5px;
578
+ }
579
+ span.CanvasXpressDataFilterTextActive {
580
+ background-image: url(http://www.canvasxpress.org/images/arrowdown.png);
581
+ background-repeat: no-repeat;
582
+ background-position: -3px;
583
+ font: normal 11px arial, tahoma, sans-serif;
584
+ left: 8px;
585
+ line-height: 100%;
586
+ position: relative;
587
+ top: 5px;
588
+ }
589
+ div.CanvasXpressDataFilterContainer {
590
+ border: 0px;
591
+ left: 0px;
592
+ margin: 0px;
593
+ padding: 0px;
594
+ position: absolute;
595
+ top: 24px;
596
+ }
597
+ div.CanvasXpressDataFilterContainerMask {
598
+ background-color: #ffffff;
599
+ border: 1px solid #d0d0d0;
600
+ margin: 1px 3px 3px 3px;
601
+ overflow-x: hidden;
602
+ overflow-y: scroll;
603
+ }
604
+ div.CanvasXpressDataFilterContainerItem {
605
+ background-color: #ffffff;
606
+ color: #4181ba;
607
+ height: 15px;
608
+ padding: 1px 0px 0px 1px;
609
+ }
610
+ div.CanvasXpressDataFilterContainerItemSelected {
611
+ background-color: #4181ba;
612
+ color: rgb(255,255,255);
613
+ height: 15px;
614
+ padding: 1px 0px 0px 1px;
615
+ }
616
+ div.CanvasXpressDataFilterContainerHoverable {
617
+ border: 1px solid rgb(113,139,183);
618
+ margin: 2px;
619
+ margin-bottom: 4px;
620
+ }
621
+ div.CanvasXpressDataFilterContainerHoverable:hover {
622
+ background-color: #dfe8f6
623
+ }
624
+ div.CanvasXpressDataFilterContainerNumeric {
625
+ background-color: #ffffff;
626
+ border: 1px solid rgb(113,139,183);
627
+ clear: both;
628
+ height: 14px;
629
+ margin: 2px;
630
+ }
631
+ div.CanvasXpressDataFilterContainerMin {
632
+ background-image: url(http://www.canvasxpress.org/images/move_right.png);
633
+ background-repeat: no-repeat;
634
+ float: left;
635
+ height: 14px;
636
+ position: relative;
637
+ width: 14px;
638
+ z-index: 10002;
639
+ }
640
+ div.CanvasXpressDataFilterContainerMax {
641
+ background-image: url(http://www.canvasxpress.org/images/move_left.png);
642
+ background-repeat: no-repeat;
643
+ float: left;
644
+ height: 14px;
645
+ position: relative;
646
+ width: 14px;
647
+ z-index: 10002;
648
+ }
649
+ div.CanvasXpressDataFilterContainerRange {
650
+ background-color: rgb(113,139,183);
651
+ float: left;
652
+ height: 14px;
653
+ left: 0px;
654
+ position: relative;
655
+ z-index: 10001;
656
+ }
657
+ select.CanvasXpressDataFilterContainerString {
658
+ background-color: rgb(255,255,255);
659
+ font: normal 11px arial, tahoma, sans-serif;
660
+ margin-left: 3px;
661
+ margin-bottom: 3px;
662
+ }
663
+ div.CanvasXpressDataFilterHead {
664
+ background-image: url(http://www.canvasxpress.org/images/accordion.png);
665
+ background-repeat: repeat-x;
666
+ border: 1px solid rgb(113,139,183);
667
+ border-radius: 5px 5px 5px 5px;
668
+ color: rgb(34,34,34);
669
+ cursor: pointer;
670
+ float: left;
671
+ height: 18px;
672
+ margin-top: 2px;
673
+ overflow: hidden;
674
+ padding: 2px;
675
+ text-align: left;
676
+ vertical-align: middle;
677
+ -moz-user-select: none;
678
+ -khtml-user-select: none;
679
+ -webkit-user-select: none;
680
+ -o-user-select: none;
681
+ -user-select: none;
682
+ }
683
+ div.CanvasXpressDataFilterHeadActive {
684
+ background-color: rgb(240,240,240);
685
+ background-image: url(http://www.canvasxpress.org/images/accordion_active.png);
686
+ background-repeat: repeat-x;
687
+ border: 1px solid rgb(113,139,183);
688
+ border-radius: 5px 5px 0px 0px;
689
+ color: rgb(34,34,34);
690
+ cursor: pointer;
691
+ float: left;
692
+ height: 18px;
693
+ margin-top: 2px;
694
+ overflow: hidden;
695
+ padding: 2px;
696
+ text-align: left;
697
+ vertical-align: middle;
698
+ -moz-user-select: none;
699
+ -khtml-user-select: none;
700
+ -webkit-user-select: none;
701
+ -o-user-select: none;
702
+ -user-select: none;
703
+ }
704
+ div.CanvasXpressDataFilterContent {
705
+ background-color: rgb(255,255,255);
706
+ border: 1px solid rgb(113,139,183);
707
+ border-radius: 0px 0px 5px 5px;
708
+ border-top: 0px;
709
+ color: rgb(113,139,183);
710
+ overflow: auto;
711
+ padding: 2px;
712
+ }
713
+ /*
714
+ * Menus
715
+ */
716
+ div.CanvasXpressLink {
717
+ background-color: rgb(240,240,240);
718
+ background-image: url(http://www.canvasxpress.org/images/menu.gif);
719
+ background-repeat: repeat-y;
720
+ border: 1px solid rgb(113,139,183);
721
+ border-radius: 3px;
722
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
723
+ color: rgb(34,34,34);
724
+ cursor: default;
725
+ font: normal 11px arial, tahoma, sans-serif;
726
+ line-height: 100%;
727
+ margin: 0px;
728
+ padding: 0px;
729
+ position: absolute;
730
+ -moz-box-shadow: rgba(154,154,154,0.2) 3px 3px;
731
+ }
732
+ div.CanvasXpressMenu {
733
+ background-color: rgb(240,240,240);
734
+ background-image: url(http://www.canvasxpress.org/images/menu.gif);
735
+ background-repeat: repeat-y;
736
+ border: 1px solid rgb(113,139,183);
737
+ border-radius: 3px;
738
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
739
+ color: rgb(34,34,34);
740
+ cursor: default;
741
+ font: normal 11px arial, tahoma, sans-serif;
742
+ line-height: 100%;
743
+ margin: 0px;
744
+ padding: 0px;
745
+ position: absolute;
746
+ -moz-box-shadow: rgba(154,154,154,0.2) 3px 3px;
747
+ }
748
+ ul.CanvasXpressList {
749
+ background: transparent;
750
+ border: 0px none;
751
+ cursor: default;
752
+ list-style: none;
753
+ margin: 0px;
754
+ overflow: hidden;
755
+ padding: 2px;
756
+ }
757
+ li.CanvasXpressListItemSep {
758
+ cursor: default;
759
+ display: block;
760
+ font: normal 11px arial, tahoma, sans-serif;
761
+ font-size: 1px;
762
+ line-height: 1px;
763
+ list-style: none;
764
+ margin: 0px;
765
+ padding: 1px;
766
+ white-space: nowrap;
767
+ }
768
+ li.CanvasXpressListItem {
769
+ cursor: default;
770
+ display: block;
771
+ font: normal 11px arial, tahoma, sans-serif;
772
+ line-height: 100%;
773
+ list-style: none;
774
+ margin: 0px;
775
+ padding: 1px;
776
+ white-space: nowrap;
777
+ }
778
+ li.CanvasXpressListItemActive {
779
+ background-color: rgb(219,236,244);
780
+ background-image: url(http://www.canvasxpress.org/images/item-over.gif);
781
+ background-repeat: repeat-x;
782
+ background-position: left bottom;
783
+ border-color: rgb(170,204,246);
784
+ border-style: solid;
785
+ border-width: 1px 0px;
786
+ cursor: default;
787
+ display: block;
788
+ font: normal 11px arial, tahoma, sans-serif;
789
+ line-height: 100%;
790
+ list-style: none;
791
+ margin: 0px 1px;
792
+ padding: 0px;
793
+ white-space: nowrap;
794
+ }
795
+ a.CanvasXpressListItemA {
796
+ color: rgb(34,34,34);
797
+ cursor: pointer;
798
+ display: block;
799
+ font: normal 11px arial, tahoma, sans-serif;
800
+ line-height: 16px;
801
+ list-style: none;
802
+ outline-style: none;
803
+ outline-width: 0px;
804
+ padding: 3px 21px 3px 27px;
805
+ position: relative;
806
+ text-decoration: none;
807
+ white-space: nowrap;
808
+ }
809
+ a.CanvasXpressListItemAArrow {
810
+ background: url(http://www.canvasxpress.org/images/menu-parent.gif) no-repeat scroll right 50% transparent;
811
+ color: rgb(34,34,34);
812
+ cursor: pointer;
813
+ display: block;
814
+ font: normal 11px arial, tahoma, sans-serif;
815
+ line-height: 16px;
816
+ list-style: none;
817
+ outline-style: none;
818
+ outline-width: 0px;
819
+ padding: 3px 21px 3px 27px;
820
+ position: relative;
821
+ text-decoration: none;
822
+ white-space: nowrap;
823
+ }
824
+ a.CanvasXpressListItemAActive {
825
+ border-color: rgb(170,204,246);
826
+ border-style: solid;
827
+ border-width: 0px 1px;
828
+ color: rgb(34,34,34);
829
+ cursor: pointer;
830
+ display: block;
831
+ font: normal 11px arial, tahoma, sans-serif;
832
+ line-height: 16px;
833
+ list-style: none;
834
+ outline-style: none;
835
+ outline-width: 0px;
836
+ margin: 0px -1px;
837
+ padding: 3px 21px 3px 27px;
838
+ position: relative;
839
+ text-decoration: none !important;
840
+ white-space: nowrap;
841
+ }
842
+ a.CanvasXpressListItemAArrowActive {
843
+ background: url(http://www.canvasxpress.org/images/menu-parent.gif) no-repeat scroll right 50% transparent;
844
+ border-color: rgb(170,204,246);
845
+ border-style: solid;
846
+ border-width: 0px 1px;
847
+ color: rgb(34,34,34);
848
+ cursor: pointer;
849
+ display: block;
850
+ font: normal 11px arial, tahoma, sans-serif;
851
+ line-height: 16px;
852
+ list-style: none;
853
+ margin: 0px -1px;
854
+ outline-style: none;
855
+ outline-width: 0px;
856
+ padding: 3px 21px 3px 27px;
857
+ position: relative;
858
+ text-decoration: none !important;
859
+ white-space: nowrap;
860
+ }
861
+ img.CanvasXpressListIcon {
862
+ background-position: center;
863
+ border: 0px none;
864
+ color: rgb(34,34,34);
865
+ cursor: pointer;
866
+ font: normal 11px arial, tahoma, sans-serif;
867
+ height: 16px;
868
+ left: 3px;
869
+ line-height: 16px;
870
+ list-style: none;
871
+ margin: 0px;
872
+ margin-left: -24px;
873
+ padding: 0px;
874
+ position: absolute;
875
+ top: 3px;
876
+ vertical-align: top;
877
+ width: 16px;
878
+ white-space: nowrap;
879
+ }
880
+ span.CanvasXpressListItemText {
881
+ color: rgb(34,34,34);
882
+ cursor: pointer;
883
+ font: normal 11px arial, tahoma, sans-serif;
884
+ line-height: 16px;
885
+ list-style: none;
886
+ margin-right: 50px;
887
+ white-space: nowrap;
888
+ }
889
+ span.CanvasXpressListItemTextShort {
890
+ color: rgb(34,34,34);
891
+ cursor: pointer;
892
+ font: italic 9px arial, tahoma, sans-serif;
893
+ line-height: 16px;
894
+ list-style: none;
895
+ position: absolute;
896
+ right: 4px;
897
+ white-space: nowrap;
898
+ }
899
+ span.CanvasXpressListItemTextSep {
900
+ background-color: rgb(224,224,224);
901
+ border-bottom: 1px solid;
902
+ border-bottom-color: rgb(255,255,255);
903
+ cursor: default;
904
+ display: block;
905
+ font: normal 11px arial, tahoma, sans-serif;
906
+ font-size: 1px;
907
+ line-height: 1px;
908
+ list-style: none;
909
+ margin: 2px 3px;
910
+ overflow: hidden;
911
+ white-space: nowrap;
912
+ }
913
+ /*
914
+ * Toolbar
915
+ */
916
+ img.CanvasXpressToolbarHelp {
917
+ cursor: default;
918
+ float: right;
919
+ height: 13px;
920
+ margin-left: 2px;
921
+ width: 13px;
922
+ -moz-user-select: none;
923
+ -khtml-user-select: none;
924
+ -webkit-user-select: none;
925
+ -o-user-select: none;
926
+ -user-select: none;
927
+ }
928
+ div.CanvasXpressToolbarHelp {
929
+ background-color: rgb(240,240,240);
930
+ border-radius: 5px;
931
+ border: 1px solid rgb(113,139,183);
932
+ box-shadow: rgba(154,154,154,0.2) 3px 3px;
933
+ color: rgb(34,34,34);
934
+ cursor: default;
935
+ font: normal 11px arial, tahoma, sans-serif;
936
+ line-height: 16px;
937
+ -moz-user-select: none;
938
+ -khtml-user-select: none;
939
+ -webkit-user-select: none;
940
+ -o-user-select: none;
941
+ -user-select: none;
942
+ }
943
+ p.CanvasXpressToolbarHelp {
944
+ cursor: default;
945
+ font: normal 11px arial, tahoma, sans-serif;
946
+ line-height: 16px;
947
+ margin: 0px;
948
+ padding: 5px 5px 5px 20px;
949
+ }
950
+ img.CanvasXpressToolbarImage {
951
+ margin-left: 4px;
952
+ float: right;
953
+ }
954
+ /*
955
+ * Canvas
956
+ */
957
+ canvas.CanvasXpress {
958
+ -moz-user-select: none;
959
+ -khtml-user-select: none;
960
+ -webkit-user-select: none;
961
+ -o-user-select: none;
962
+ -user-select: none;
963
+ }