compass-jquery-plugin 0.2.4.100 → 0.2.5

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.
Files changed (30) hide show
  1. data/VERSION.yml +2 -2
  2. data/compass-jquery-plugin.gemspec +4 -6
  3. data/gem_tasks/jrails.rake +8 -53
  4. data/templates/dynatree/jquery.dynatree.js +2018 -1975
  5. data/templates/dynatree/jquery.dynatree.min.js +1 -1
  6. data/templates/jqgrid/i18n/jqgrid/locale-cn.js +128 -0
  7. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -0
  8. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -127
  9. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  10. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
  11. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  12. data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -121
  13. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  14. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
  15. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
  16. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -117
  17. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  18. data/templates/jqgrid/jquery.jqGrid.js +10185 -9921
  19. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  20. data/templates/jqgrid/jquery.ui/jqGrid.sass +761 -746
  21. data/templates/jqgrid/manifest.rb +64 -62
  22. data/templates/jrails/config/initializers/jrails.rb +24 -29
  23. data/templates/jrails/jquery.js +7644 -9557
  24. data/templates/jrails/jquery.min.js +19 -23
  25. data/templates/jrails/manifest.rb +457 -463
  26. metadata +4 -6
  27. data/templates/jrails/jquery.1.3.2.js +0 -7645
  28. data/templates/jrails/jquery.1.3.2.min.js +0 -19
  29. data/templates/jrails/jquery.compat-1.3.js +0 -288
  30. data/templates/jrails/jquery.compat-1.3.min.js +0 -1
@@ -1,746 +1,761 @@
1
- // Generated by compass-jquery-plugin/gem-tasks/jqgrid.rake
2
-
3
- .ui-jqgrid
4
- position: relative
5
- font-size: 11px
6
-
7
- .ui-jqgrid-view
8
- position: relative
9
- left: 0px
10
- top: 0px
11
- padding: .0em
12
-
13
- .ui-jqgrid-titlebar
14
- padding: .3em .2em .2em .3em
15
- position: relative
16
- border-left: 0px none
17
- border-right: 0px none
18
- border-top: 0px none
19
-
20
- .ui-jqgrid-title
21
- float: left
22
- margin: .1em 0 .2em
23
-
24
- .ui-jqgrid-titlebar-close
25
- position: absolute
26
- top: 50%
27
- width: 19px
28
- margin: -10px 0 0 0
29
- padding: 1px
30
- height: 18px
31
-
32
- span
33
- display: block
34
- margin: 1px
35
-
36
- &:hover
37
- padding: 0
38
-
39
- .ui-jqgrid-hdiv
40
- position: relative
41
- margin: 0em
42
- padding: 0em
43
- overflow-x: hidden
44
- overflow-y: auto
45
- border-left: 0px none !important
46
- border-top: 0px none !important
47
- border-right: 0px none !important
48
-
49
- .ui-jqgrid-hbox
50
- float: left
51
- padding-right: 20px
52
-
53
- .ui-jqgrid-htable
54
- table-layout: fixed
55
- margin: 0em
56
-
57
- th
58
- height: 22px
59
- padding: 0 2px 0 2px
60
-
61
- div
62
- overflow: hidden
63
- position: relative
64
- height: 17px
65
-
66
-
67
- .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column
68
- overflow: hidden
69
- white-space: nowrap
70
- text-align: center
71
- border-top: 0px none
72
- border-bottom: 0px none
73
-
74
-
75
- .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr
76
- border-left: 0px none
77
-
78
-
79
- .ui-th-rtl
80
- border-right: 0px none
81
-
82
-
83
- .ui-jqgrid
84
- .ui-jqgrid-htable th.ui-th-rtl
85
- border-right: 0px none
86
-
87
- .ui-th-div-ie
88
- white-space: nowrap
89
- zoom: 1
90
- height: 17px
91
-
92
- .ui-jqgrid-resize
93
- height: 20px !important
94
- position: relative
95
- cursor: e-resize
96
- display: inline
97
- overflow: hidden
98
-
99
- .ui-grid-ico-sort
100
- overflow: hidden
101
- position: absolute
102
- display: inline
103
- cursor: pointer !important
104
-
105
- .ui-icon-asc
106
- margin-top: -3px
107
- height: 12px
108
-
109
- .ui-icon-desc
110
- margin-top: 3px
111
- height: 12px
112
-
113
- .ui-i-asc
114
- margin-top: 0px
115
- height: 16px
116
-
117
- .ui-i-desc
118
- margin-top: 0px
119
- margin-left: 13px
120
- height: 16px
121
-
122
- .ui-jqgrid-sortable
123
- cursor: pointer
124
-
125
- tr.ui-search-toolbar th
126
- border-top-width: 1px !important
127
- border-top-color: inherit !important
128
- border-top-style: ridge !important
129
-
130
-
131
- tr.ui-search-toolbar
132
- input, select
133
- margin: 1px 0px 0px 0px
134
-
135
-
136
- .ui-jqgrid
137
- .ui-jqgrid-bdiv
138
- position: relative
139
- margin: 0em
140
- padding: 0
141
- overflow: auto
142
-
143
- .ui-jqgrid-btable
144
- table-layout: fixed
145
- margin: 0em
146
-
147
- tr
148
- &.jqgrow td
149
- font-weight: normal
150
- overflow: hidden
151
- white-space: pre
152
- height: 22px
153
- padding: 0 2px 0 2px
154
- border-bottom-width: 1px
155
- border-bottom-color: inherit
156
- border-bottom-style: solid
157
-
158
- &.ui-row-ltr td
159
- text-align: left
160
- border-right-width: 1px
161
- border-right-color: inherit
162
- border-right-style: solid
163
-
164
- &.ui-row-rtl td
165
- text-align: right
166
- border-left-width: 1px
167
- border-left-color: inherit
168
- border-left-style: solid
169
-
170
- td.jqgrid-rownum
171
- padding: 0 2px 0 2px
172
- margin: 0px
173
- border: 0px none
174
-
175
- .ui-jqgrid-resize-mark
176
- width: 2px
177
- left: 0
178
- background-color: #777
179
- cursor: e-resize
180
- cursor: col-resize
181
- position: absolute
182
- top: 0
183
- height: 100px
184
- overflow: hidden
185
- display: none
186
- border: 0 none
187
-
188
- .ui-jqgrid-sdiv
189
- position: relative
190
- margin: 0em
191
- padding: 0em
192
- overflow: hidden
193
- border-left: 0px none !important
194
- border-top: 0px none !important
195
- border-right: 0px none !important
196
-
197
- .ui-jqgrid-ftable
198
- table-layout: fixed
199
- margin-bottom: 0em
200
-
201
- tr
202
- &.footrow td
203
- font-weight: bold
204
- overflow: hidden
205
- white-space: nowrap
206
- height: 21px
207
- padding: 0 2px 0 2px
208
- border-top-width: 1px
209
- border-top-color: inherit
210
- border-top-style: solid
211
-
212
- &.footrow-ltr td
213
- text-align: left
214
- border-right-width: 1px
215
- border-right-color: inherit
216
- border-right-style: solid
217
-
218
- &.footrow-rtl td
219
- text-align: right
220
- border-left-width: 1px
221
- border-left-color: inherit
222
- border-left-style: solid
223
-
224
- .ui-jqgrid-pager
225
- border-left: 0px none !important
226
- border-right: 0px none !important
227
- border-bottom: 0px none !important
228
- margin: 0px !important
229
- padding: 0px !important
230
- position: relative
231
- height: 25px
232
- white-space: nowrap
233
- overflow: hidden
234
-
235
- .ui-pager-control
236
- position: relative
237
-
238
- .ui-pg-table
239
- position: relative
240
- padding-bottom: 2px
241
- width: auto
242
- margin: 0em
243
-
244
- td
245
- font-weight: normal
246
- vertical-align: middle
247
- padding: 1px
248
-
249
- .ui-pg-button
250
- height: 19px !important
251
-
252
- span
253
- display: block
254
- margin: 1px
255
- float: left
256
-
257
- &:hover
258
- padding: 0px
259
-
260
- .ui-state-disabled:hover
261
- padding: 1px
262
-
263
- .ui-pg-input
264
- height: 13px
265
- font-size: .8em
266
- margin: 0em
267
-
268
- .ui-pg-selbox
269
- font-size: .8em
270
- line-height: 18px
271
- display: block
272
- height: 18px
273
- margin: 0em
274
-
275
- .ui-separator
276
- height: 18px
277
- border-left: 1px solid #ccc
278
- border-right: 1px solid #ccc
279
- margin: 1px
280
- float: right
281
-
282
- .ui-paging-info
283
- font-weight: normal
284
- height: 19px
285
- margin-top: 3px
286
- margin-right: 4px
287
-
288
- .ui-jqgrid-pager .ui-pg-div
289
- padding: 1px 0
290
- cursor: pointer
291
- float: left
292
- list-style-image: none
293
- list-style-position: outside
294
- list-style-type: none
295
- position: relative
296
-
297
- span.ui-icon
298
- float: left
299
- margin: 0 2px
300
-
301
- td
302
- input, select .ui-jqgrid td textarea
303
- margin: 0em
304
-
305
- textarea
306
- width: auto
307
- height: auto
308
-
309
- .ui-jqgrid-btable .ui-sgcollapsed span
310
- display: block
311
-
312
- .ui-subgrid
313
- margin: 0em
314
- padding: 0em
315
- width: 100%
316
-
317
- table
318
- table-layout: fixed
319
-
320
- tr.ui-subtblcell td
321
- height: 18px
322
- border-right-width: 1px
323
- border-right-color: inherit
324
- border-right-style: solid
325
- border-bottom-width: 1px
326
- border-bottom-color: inherit
327
- border-bottom-style: solid
328
-
329
- td
330
- &.subgrid-data
331
- border-top: 0px none !important
332
-
333
- &.subgrid-cell
334
- border-width: 0px 0px 1px 0px
335
-
336
- .loading
337
- position: absolute
338
- top: 45%
339
- left: 45%
340
- width: auto
341
- z-index: 101
342
- padding: 6px
343
- margin: 5px
344
- text-align: center
345
- font-weight: bold
346
- display: none
347
- border-width: 2px !important
348
-
349
- .jqgrid-overlay
350
- display: none
351
- z-index: 100
352
-
353
-
354
- *
355
- html .jqgrid-overlay
356
- width: expression(this.parentNode.offsetWidth+'px')
357
- height: expression(this.parentNode.offsetHeight+'px')
358
-
359
- .jqgrid-overlay iframe
360
- position: absolute
361
- top: 0
362
- left: 0
363
- z-index: -1
364
- width: expression(this.parentNode.offsetWidth+'px')
365
- height: expression(this.parentNode.offsetHeight+'px')
366
-
367
-
368
- .ui-jqgrid .ui-userdata
369
- border-left: 0px none
370
- border-right: 0px none
371
- height: 21px
372
- overflow: hidden
373
-
374
-
375
- .ui-jqdialog
376
- display: none
377
- width: 300px
378
- position: absolute
379
- padding: .2em
380
- font-size: 11px
381
- overflow: visible
382
-
383
- .ui-jqdialog-titlebar
384
- padding: .3em .2em
385
- position: relative
386
-
387
- .ui-jqdialog-title
388
- margin: .1em 0 .2em
389
-
390
- .ui-jqdialog-titlebar-close
391
- position: absolute
392
- top: 50%
393
- width: 19px
394
- margin: -10px 0 0 0
395
- padding: 1px
396
- height: 18px
397
-
398
- span
399
- display: block
400
- margin: 1px
401
-
402
- &:hover, &:focus
403
- padding: 0
404
-
405
-
406
- .ui-jqdialog-content
407
- border: 0
408
- padding: .3em .2em
409
- background: none
410
- height: auto
411
-
412
-
413
- .ui-jqdialog
414
- .ui-jqdialog-content
415
- border: 0
416
- padding: .3em .2em
417
- background: none
418
- height: auto
419
-
420
- .ui-jqconfirm
421
- padding: .4em 1em
422
- border-width: 3px
423
- position: absolute
424
- bottom: 10px
425
- right: 10px
426
- overflow: visible
427
- display: none
428
- height: 80px
429
- width: 220px
430
- text-align: center
431
-
432
-
433
- .ui-jqdialog-content
434
- .FormGrid
435
- margin: 0px
436
-
437
- .EditTable, .DelTable
438
- width: 100%
439
- margin-bottom: 0em
440
-
441
-
442
- .EditTable td
443
- input, select
444
- margin: 0em
445
-
446
- textarea
447
- margin: 0em
448
- width: auto
449
- height: auto
450
-
451
-
452
- .ui-jqdialog-content
453
- td
454
- &.EditButton
455
- text-align: right
456
- border-top: 0px none
457
- border-left: 0px none
458
- border-right: 0px none
459
- padding-bottom: 5px
460
- padding-top: 5px
461
-
462
- &.navButton
463
- text-align: center
464
- border-left: 0px none
465
- border-top: 0px none
466
- border-right: 0px none
467
- padding-bottom: 5px
468
- padding-top: 5px
469
-
470
- .CaptionTD
471
- text-align: left
472
- vertical-align: top
473
- border-left: 0px none
474
- border-right: 0px none
475
- border-bottom: 0px none
476
- padding: 1px
477
- white-space: nowrap
478
-
479
- .DataTD
480
- padding: 1px
481
- border-left: 0px none
482
- border-right: 0px none
483
- border-bottom: 0px none
484
- vertical-align: top
485
-
486
-
487
- .fm-button
488
- display: inline-block
489
- margin: 0 4px 0 0
490
- padding: .4em .5em
491
- text-decoration: none !important
492
- cursor: pointer
493
- position: relative
494
- text-align: center
495
- zoom: 1
496
-
497
-
498
- .fm-button-icon-left
499
- padding-left: 1.9em
500
-
501
-
502
- .fm-button-icon-right
503
- padding-right: 1.9em
504
-
505
-
506
- .fm-button-icon-left .ui-icon
507
- right: auto
508
- left: .2em
509
- margin-left: 0
510
- position: absolute
511
- top: 50%
512
- margin-top: -8px
513
-
514
-
515
- .fm-button-icon-right .ui-icon
516
- left: auto
517
- right: .2em
518
- margin-left: 0
519
- position: absolute
520
- top: 50%
521
- margin-top: -8px
522
-
523
-
524
- #nData, #pData
525
- float: left
526
- margin: 3px
527
- padding: 0
528
- width: 15px
529
-
530
-
531
- .ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td
532
- font-style: normal
533
- border-left: 0px none
534
-
535
-
536
- .ui-jqgrid
537
- .tree-wrap
538
- float: left
539
- position: relative
540
- height: 18px
541
- white-space: nowrap
542
- overflow: hidden
543
-
544
- .tree-minus, .tree-plus, .tree-leaf
545
- position: absolute
546
- height: 18px
547
- width: 18px
548
- overflow: hidden
549
-
550
- .treeclick
551
- cursor: pointer
552
-
553
-
554
- .jqmOverlay
555
- background-color: #000
556
-
557
-
558
- * iframe.jqm
559
- position: absolute
560
- top: 0
561
- left: 0
562
- z-index: -1
563
- width: expression(this.parentNode.offsetWidth+'px')
564
- height: expression(this.parentNode.offsetHeight+'px')
565
-
566
-
567
- .ui-jqgrid-dnd tr td
568
- border-right-width: 1px
569
- border-right-color: inherit
570
- border-right-style: solid
571
- height: 20px
572
-
573
-
574
- .ui-jqgrid
575
- .ui-jqgrid-title-rtl
576
- float: right
577
- margin: .1em 0 .2em
578
-
579
- .ui-jqgrid-hbox-rtl
580
- float: right
581
- padding-left: 20px
582
-
583
- .ui-jqgrid-resize-ltr
584
- float: right
585
- margin: -2px -2px -2px 0px
586
-
587
- .ui-jqgrid-resize-rtl
588
- float: left
589
- margin: -2px 0px -1px -3px
590
-
591
- .ui-sort-rtl
592
- left: 0px
593
-
594
- .tree-wrap-ltr
595
- float: left
596
-
597
- .tree-wrap-rtl
598
- float: right
599
-
600
- .ui-ellipsis
601
- text-overflow: ellipsis
602
- -moz-binding: url('ellipsis-xbl.xml#ellipsis')
603
-
604
-
605
- .ui-searchFilter
606
- display: none
607
- position: absolute
608
- z-index: 770
609
- overflow: visible
610
-
611
-
612
- .ui-searchFilter
613
- table
614
- position: relative
615
- margin: 0em
616
- width: auto
617
-
618
- td
619
- margin: 0em
620
- padding: 1px
621
-
622
- input, select
623
- margin: 0.1em
624
-
625
- .ui-state-default
626
- cursor: pointer
627
-
628
- .divider
629
- height: 1px
630
-
631
- div
632
- background-color: black
633
- height: 1px
634
-
635
-
636
- .ui-multiselect
637
- border: solid 1px
638
- font-size: 0.8em
639
-
640
- ul
641
- -moz-user-select: none
642
-
643
- li
644
- margin: 0
645
- padding: 0
646
- cursor: default
647
- line-height: 20px
648
- height: 20px
649
- font-size: 11px
650
- list-style: none
651
-
652
- a
653
- color: #999
654
- text-decoration: none
655
- padding: 0
656
- display: block
657
- float: left
658
- cursor: pointer
659
-
660
- &.ui-draggable-dragging
661
- padding-left: 10px
662
-
663
- div.selected
664
- position: relative
665
- padding: 0
666
- margin: 0
667
- border: 0
668
- float: left
669
-
670
- ul.selected
671
- position: relative
672
- padding: 0
673
- overflow: auto
674
- overflow-x: hidden
675
- background: #fff
676
- margin: 0
677
- list-style: none
678
- border: 0
679
- position: relative
680
- width: 100%
681
-
682
- li
683
- div.available
684
- position: relative
685
- padding: 0
686
- margin: 0
687
- border: 0
688
- float: left
689
- border-left: 1px solid
690
-
691
- ul.available
692
- position: relative
693
- padding: 0
694
- overflow: auto
695
- overflow-x: hidden
696
- background: #fff
697
- margin: 0
698
- list-style: none
699
- border: 0
700
- width: 100%
701
-
702
- li
703
- padding-left: 10px
704
-
705
- .ui-state-default
706
- border: none
707
- margin-bottom: 1px
708
- position: relative
709
- padding-left: 20px
710
-
711
- .ui-state-hover
712
- border: none
713
-
714
- .ui-widget-header
715
- border: none
716
- font-size: 11px
717
- margin-bottom: 1px
718
-
719
- .add-all, .remove-all
720
- float: right
721
- padding: 7px
722
-
723
- .search
724
- float: left
725
- padding: 4px
726
-
727
- .count
728
- float: left
729
- padding: 7px
730
-
731
- li
732
- span.ui-icon-arrowthick-2-n-s
733
- position: absolute
734
- left: 2px
735
-
736
- a.action
737
- position: absolute
738
- right: 2px
739
- top: 2px
740
-
741
- input.search
742
- height: 14px
743
- padding: 1px
744
- opacity: 0.5
745
- margin: 4px
746
- width: 100px
1
+ // Generated by compass-jquery-plugin/gem-tasks/jqgrid.rake
2
+
3
+ .ui-jqgrid
4
+ position: relative
5
+ font-size: 11px
6
+
7
+ .ui-jqgrid-view
8
+ position: relative
9
+ left: 0px
10
+ top: 0px
11
+ padding: .0em
12
+
13
+ .ui-jqgrid-titlebar
14
+ padding: .3em .2em .2em .3em
15
+ position: relative
16
+ border-left: 0px none
17
+ border-right: 0px none
18
+ border-top: 0px none
19
+
20
+ .ui-jqgrid-title
21
+ float: left
22
+ margin: .1em 0 .2em
23
+
24
+ .ui-jqgrid-titlebar-close
25
+ position: absolute
26
+ top: 50%
27
+ width: 19px
28
+ margin: -10px 0 0 0
29
+ padding: 1px
30
+ height: 18px
31
+
32
+ span
33
+ display: block
34
+ margin: 1px
35
+
36
+ &:hover
37
+ padding: 0
38
+
39
+ .ui-jqgrid-hdiv
40
+ position: relative
41
+ margin: 0em
42
+ padding: 0em
43
+ overflow-x: hidden
44
+ overflow-y: auto
45
+ border-left: 0px none !important
46
+ border-top: 0px none !important
47
+ border-right: 0px none !important
48
+
49
+ .ui-jqgrid-hbox
50
+ float: left
51
+ padding-right: 20px
52
+
53
+ .ui-jqgrid-htable
54
+ table-layout: fixed
55
+ margin: 0em
56
+
57
+ th
58
+ height: 22px
59
+ padding: 0 2px 0 2px
60
+
61
+ div
62
+ overflow: hidden
63
+ position: relative
64
+ height: 17px
65
+
66
+
67
+ .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column
68
+ overflow: hidden
69
+ white-space: nowrap
70
+ text-align: center
71
+ border-top: 0px none
72
+ border-bottom: 0px none
73
+
74
+
75
+ .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr
76
+ border-left: 0px none
77
+
78
+
79
+ .ui-th-rtl
80
+ border-right: 0px none
81
+
82
+
83
+ .ui-jqgrid
84
+ .ui-jqgrid-htable th.ui-th-rtl
85
+ border-right: 0px none
86
+
87
+ .ui-th-div-ie
88
+ white-space: nowrap
89
+ zoom: 1
90
+ height: 17px
91
+
92
+ .ui-jqgrid-resize
93
+ height: 20px !important
94
+ position: relative
95
+ cursor: e-resize
96
+ display: inline
97
+ overflow: hidden
98
+
99
+ .ui-grid-ico-sort
100
+ overflow: hidden
101
+ position: absolute
102
+ display: inline
103
+ cursor: pointer !important
104
+
105
+ .ui-icon-asc
106
+ margin-top: -3px
107
+ height: 12px
108
+
109
+ .ui-icon-desc
110
+ margin-top: 3px
111
+ height: 12px
112
+
113
+ .ui-i-asc
114
+ margin-top: 0px
115
+ height: 16px
116
+
117
+ .ui-i-desc
118
+ margin-top: 0px
119
+ margin-left: 13px
120
+ height: 16px
121
+
122
+ .ui-jqgrid-sortable
123
+ cursor: pointer
124
+
125
+ tr.ui-search-toolbar th
126
+ border-top-width: 1px !important
127
+ border-top-color: inherit !important
128
+ border-top-style: ridge !important
129
+
130
+
131
+ tr.ui-search-toolbar
132
+ input, select
133
+ margin: 1px 0px 0px 0px
134
+
135
+
136
+ .ui-jqgrid
137
+ .ui-jqgrid-bdiv
138
+ position: relative
139
+ margin: 0em
140
+ padding: 0
141
+ overflow: auto
142
+
143
+ .ui-jqgrid-btable
144
+ table-layout: fixed
145
+ margin: 0em
146
+
147
+ tr
148
+ &.jqgrow td
149
+ font-weight: normal
150
+ overflow: hidden
151
+ white-space: pre
152
+ height: 22px
153
+ padding: 0 2px 0 2px
154
+ border-bottom-width: 1px
155
+ border-bottom-color: inherit
156
+ border-bottom-style: solid
157
+
158
+ &.ui-row-ltr td
159
+ text-align: left
160
+ border-right-width: 1px
161
+ border-right-color: inherit
162
+ border-right-style: solid
163
+
164
+ &.ui-row-rtl td
165
+ text-align: right
166
+ border-left-width: 1px
167
+ border-left-color: inherit
168
+ border-left-style: solid
169
+
170
+ td.jqgrid-rownum
171
+ padding: 0 2px 0 2px
172
+ margin: 0px
173
+ border: 0px none
174
+
175
+ .ui-jqgrid-resize-mark
176
+ width: 2px
177
+ left: 0
178
+ background-color: #777
179
+ cursor: e-resize
180
+ cursor: col-resize
181
+ position: absolute
182
+ top: 0
183
+ height: 100px
184
+ overflow: hidden
185
+ display: none
186
+ border: 0 none
187
+
188
+ .ui-jqgrid-sdiv
189
+ position: relative
190
+ margin: 0em
191
+ padding: 0em
192
+ overflow: hidden
193
+ border-left: 0px none !important
194
+ border-top: 0px none !important
195
+ border-right: 0px none !important
196
+
197
+ .ui-jqgrid-ftable
198
+ table-layout: fixed
199
+ margin-bottom: 0em
200
+
201
+ tr
202
+ &.footrow td
203
+ font-weight: bold
204
+ overflow: hidden
205
+ white-space: nowrap
206
+ height: 21px
207
+ padding: 0 2px 0 2px
208
+ border-top-width: 1px
209
+ border-top-color: inherit
210
+ border-top-style: solid
211
+
212
+ &.footrow-ltr td
213
+ text-align: left
214
+ border-right-width: 1px
215
+ border-right-color: inherit
216
+ border-right-style: solid
217
+
218
+ &.footrow-rtl td
219
+ text-align: right
220
+ border-left-width: 1px
221
+ border-left-color: inherit
222
+ border-left-style: solid
223
+
224
+ .ui-jqgrid-pager
225
+ border-left: 0px none !important
226
+ border-right: 0px none !important
227
+ border-bottom: 0px none !important
228
+ margin: 0px !important
229
+ padding: 0px !important
230
+ position: relative
231
+ height: 25px
232
+ white-space: nowrap
233
+ overflow: hidden
234
+
235
+ .ui-pager-control
236
+ position: relative
237
+
238
+ .ui-pg-table
239
+ position: relative
240
+ padding-bottom: 2px
241
+ width: auto
242
+ margin: 0em
243
+
244
+ td
245
+ font-weight: normal
246
+ vertical-align: middle
247
+ padding: 1px
248
+
249
+ .ui-pg-button
250
+ height: 19px !important
251
+
252
+ span
253
+ display: block
254
+ margin: 1px
255
+ float: left
256
+
257
+ &:hover
258
+ padding: 0px
259
+
260
+ .ui-state-disabled:hover
261
+ padding: 1px
262
+
263
+ .ui-pg-input
264
+ height: 13px
265
+ font-size: .8em
266
+ margin: 0em
267
+
268
+ .ui-pg-selbox
269
+ font-size: .8em
270
+ line-height: 18px
271
+ display: block
272
+ height: 18px
273
+ margin: 0em
274
+
275
+ .ui-separator
276
+ height: 18px
277
+ border-left: 1px solid #ccc
278
+ border-right: 1px solid #ccc
279
+ margin: 1px
280
+ float: right
281
+
282
+ .ui-paging-info
283
+ font-weight: normal
284
+ height: 19px
285
+ margin-top: 3px
286
+ margin-right: 4px
287
+
288
+ .ui-jqgrid-pager .ui-pg-div
289
+ padding: 1px 0
290
+ cursor: pointer
291
+ float: left
292
+ list-style-image: none
293
+ list-style-position: outside
294
+ list-style-type: none
295
+ position: relative
296
+
297
+ span.ui-icon
298
+ float: left
299
+ margin: 0 2px
300
+
301
+ td
302
+ input, select .ui-jqgrid td textarea
303
+ margin: 0em
304
+
305
+ textarea
306
+ width: auto
307
+ height: auto
308
+
309
+ .ui-jqgrid-toppager
310
+ border-left: 0px none !important
311
+ border-right: 0px none !important
312
+ border-top: 0px none !important
313
+ margin: 0px !important
314
+ padding: 0px !important
315
+ position: relative
316
+ height: 25px !important
317
+ white-space: nowrap
318
+ overflow: hidden
319
+
320
+ .ui-jqgrid-btable .ui-sgcollapsed span
321
+ display: block
322
+
323
+ .ui-subgrid
324
+ margin: 0em
325
+ padding: 0em
326
+ width: 100%
327
+
328
+ table
329
+ table-layout: fixed
330
+
331
+ tr.ui-subtblcell td
332
+ height: 18px
333
+ border-right-width: 1px
334
+ border-right-color: inherit
335
+ border-right-style: solid
336
+ border-bottom-width: 1px
337
+ border-bottom-color: inherit
338
+ border-bottom-style: solid
339
+
340
+ td
341
+ &.subgrid-data
342
+ border-top: 0px none !important
343
+
344
+ &.subgrid-cell
345
+ border-width: 0px 0px 1px 0px
346
+
347
+ .ui-th-subgrid
348
+ height: 20px
349
+
350
+ .loading
351
+ position: absolute
352
+ top: 45%
353
+ left: 45%
354
+ width: auto
355
+ z-index: 101
356
+ padding: 6px
357
+ margin: 5px
358
+ text-align: center
359
+ font-weight: bold
360
+ display: none
361
+ border-width: 2px !important
362
+
363
+ .jqgrid-overlay
364
+ display: none
365
+ z-index: 100
366
+
367
+
368
+ *
369
+ html .jqgrid-overlay
370
+ width: expression(this.parentNode.offsetWidth+'px')
371
+ height: expression(this.parentNode.offsetHeight+'px')
372
+
373
+ .jqgrid-overlay iframe
374
+ position: absolute
375
+ top: 0
376
+ left: 0
377
+ z-index: -1
378
+ width: expression(this.parentNode.offsetWidth+'px')
379
+ height: expression(this.parentNode.offsetHeight+'px')
380
+
381
+
382
+ .ui-jqgrid .ui-userdata
383
+ border-left: 0px none
384
+ border-right: 0px none
385
+ height: 21px
386
+ overflow: hidden
387
+
388
+
389
+ .ui-jqdialog
390
+ display: none
391
+ width: 300px
392
+ position: absolute
393
+ padding: .2em
394
+ font-size: 11px
395
+ overflow: visible
396
+
397
+ .ui-jqdialog-titlebar
398
+ padding: .3em .2em
399
+ position: relative
400
+
401
+ .ui-jqdialog-title
402
+ margin: .1em 0 .2em
403
+
404
+ .ui-jqdialog-titlebar-close
405
+ position: absolute
406
+ top: 50%
407
+ width: 19px
408
+ margin: -10px 0 0 0
409
+ padding: 1px
410
+ height: 18px
411
+
412
+ span
413
+ display: block
414
+ margin: 1px
415
+
416
+ &:hover, &:focus
417
+ padding: 0
418
+
419
+
420
+ .ui-jqdialog-content
421
+ border: 0
422
+ padding: .3em .2em
423
+ background: none
424
+ height: auto
425
+
426
+
427
+ .ui-jqdialog
428
+ .ui-jqdialog-content
429
+ border: 0
430
+ padding: .3em .2em
431
+ background: none
432
+ height: auto
433
+
434
+ .ui-jqconfirm
435
+ padding: .4em 1em
436
+ border-width: 3px
437
+ position: absolute
438
+ bottom: 10px
439
+ right: 10px
440
+ overflow: visible
441
+ display: none
442
+ height: 80px
443
+ width: 220px
444
+ text-align: center
445
+
446
+
447
+ .ui-jqdialog-content
448
+ .FormGrid
449
+ margin: 0px
450
+
451
+ .EditTable, .DelTable
452
+ width: 100%
453
+ margin-bottom: 0em
454
+
455
+
456
+ .EditTable td
457
+ input, select
458
+ margin: 0em
459
+
460
+ textarea
461
+ margin: 0em
462
+ width: auto
463
+ height: auto
464
+
465
+
466
+ .ui-jqdialog-content
467
+ td
468
+ &.EditButton
469
+ text-align: right
470
+ border-top: 0px none
471
+ border-left: 0px none
472
+ border-right: 0px none
473
+ padding-bottom: 5px
474
+ padding-top: 5px
475
+
476
+ &.navButton
477
+ text-align: center
478
+ border-left: 0px none
479
+ border-top: 0px none
480
+ border-right: 0px none
481
+ padding-bottom: 5px
482
+ padding-top: 5px
483
+
484
+ .CaptionTD
485
+ text-align: left
486
+ vertical-align: top
487
+ border-left: 0px none
488
+ border-right: 0px none
489
+ border-bottom: 0px none
490
+ padding: 1px
491
+ white-space: nowrap
492
+
493
+ .DataTD
494
+ padding: 1px
495
+ border-left: 0px none
496
+ border-right: 0px none
497
+ border-bottom: 0px none
498
+ vertical-align: top
499
+
500
+ .form-view-data
501
+ white-space: pre
502
+
503
+
504
+ .fm-button
505
+ display: inline-block
506
+ margin: 0 4px 0 0
507
+ padding: .4em .5em
508
+ text-decoration: none !important
509
+ cursor: pointer
510
+ position: relative
511
+ text-align: center
512
+ zoom: 1
513
+
514
+
515
+ .fm-button-icon-left
516
+ padding-left: 1.9em
517
+
518
+
519
+ .fm-button-icon-right
520
+ padding-right: 1.9em
521
+
522
+
523
+ .fm-button-icon-left .ui-icon
524
+ right: auto
525
+ left: .2em
526
+ margin-left: 0
527
+ position: absolute
528
+ top: 50%
529
+ margin-top: -8px
530
+
531
+
532
+ .fm-button-icon-right .ui-icon
533
+ left: auto
534
+ right: .2em
535
+ margin-left: 0
536
+ position: absolute
537
+ top: 50%
538
+ margin-top: -8px
539
+
540
+
541
+ #nData, #pData
542
+ float: left
543
+ margin: 3px
544
+ padding: 0
545
+ width: 15px
546
+
547
+
548
+ .ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td
549
+ font-style: normal
550
+ border-left: 0px none
551
+
552
+
553
+ .ui-jqgrid
554
+ .tree-wrap
555
+ float: left
556
+ position: relative
557
+ height: 18px
558
+ white-space: nowrap
559
+ overflow: hidden
560
+
561
+ .tree-minus, .tree-plus, .tree-leaf
562
+ position: absolute
563
+ height: 18px
564
+ width: 18px
565
+ overflow: hidden
566
+
567
+ .treeclick
568
+ cursor: pointer
569
+
570
+
571
+ .jqmOverlay
572
+ background-color: #000
573
+
574
+
575
+ * iframe.jqm
576
+ position: absolute
577
+ top: 0
578
+ left: 0
579
+ z-index: -1
580
+ width: expression(this.parentNode.offsetWidth+'px')
581
+ height: expression(this.parentNode.offsetHeight+'px')
582
+
583
+
584
+ .ui-jqgrid-dnd tr td
585
+ border-right-width: 1px
586
+ border-right-color: inherit
587
+ border-right-style: solid
588
+ height: 20px
589
+
590
+
591
+ .ui-jqgrid
592
+ .ui-jqgrid-title-rtl
593
+ float: right
594
+ margin: .1em 0 .2em
595
+
596
+ .ui-jqgrid-hbox-rtl
597
+ float: right
598
+ padding-left: 20px
599
+
600
+ .ui-jqgrid-resize-ltr
601
+ float: right
602
+ margin: -2px -2px -2px 0px
603
+
604
+ .ui-jqgrid-resize-rtl
605
+ float: left
606
+ margin: -2px 0px -1px -3px
607
+
608
+ .ui-sort-rtl
609
+ left: 0px
610
+
611
+ .tree-wrap-ltr
612
+ float: left
613
+
614
+ .tree-wrap-rtl
615
+ float: right
616
+
617
+ .ui-ellipsis
618
+ text-overflow: ellipsis
619
+ -moz-binding: url('ellipsis-xbl.xml#ellipsis')
620
+
621
+
622
+ .ui-searchFilter
623
+ display: none
624
+ position: absolute
625
+ z-index: 770
626
+ overflow: visible
627
+
628
+ table
629
+ position: relative
630
+ margin: 0em
631
+ width: auto
632
+
633
+ td
634
+ margin: 0em
635
+ padding: 1px
636
+
637
+ input, select
638
+ margin: 0.1em
639
+
640
+ .ui-state-default
641
+ cursor: pointer
642
+
643
+ .divider
644
+ height: 1px
645
+
646
+ div
647
+ background-color: black
648
+ height: 1px
649
+
650
+
651
+ .ui-multiselect
652
+ border: solid 1px
653
+ font-size: 0.8em
654
+
655
+ ul
656
+ -moz-user-select: none
657
+
658
+ li
659
+ margin: 0
660
+ padding: 0
661
+ cursor: default
662
+ line-height: 20px
663
+ height: 20px
664
+ font-size: 11px
665
+ list-style: none
666
+
667
+ a
668
+ color: #999
669
+ text-decoration: none
670
+ padding: 0
671
+ display: block
672
+ float: left
673
+ cursor: pointer
674
+
675
+ &.ui-draggable-dragging
676
+ padding-left: 10px
677
+
678
+ div.selected
679
+ position: relative
680
+ padding: 0
681
+ margin: 0
682
+ border: 0
683
+ float: left
684
+
685
+ ul.selected
686
+ position: relative
687
+ padding: 0
688
+ overflow: auto
689
+ overflow-x: hidden
690
+ background: #fff
691
+ margin: 0
692
+ list-style: none
693
+ border: 0
694
+ position: relative
695
+ width: 100%
696
+
697
+ li
698
+ div.available
699
+ position: relative
700
+ padding: 0
701
+ margin: 0
702
+ border: 0
703
+ float: left
704
+ border-left: 1px solid
705
+
706
+ ul.available
707
+ position: relative
708
+ padding: 0
709
+ overflow: auto
710
+ overflow-x: hidden
711
+ background: #fff
712
+ margin: 0
713
+ list-style: none
714
+ border: 0
715
+ width: 100%
716
+
717
+ li
718
+ padding-left: 10px
719
+
720
+ .ui-state-default
721
+ border: none
722
+ margin-bottom: 1px
723
+ position: relative
724
+ padding-left: 20px
725
+
726
+ .ui-state-hover
727
+ border: none
728
+
729
+ .ui-widget-header
730
+ border: none
731
+ font-size: 11px
732
+ margin-bottom: 1px
733
+
734
+ .add-all, .remove-all
735
+ float: right
736
+ padding: 7px
737
+
738
+ .search
739
+ float: left
740
+ padding: 4px
741
+
742
+ .count
743
+ float: left
744
+ padding: 7px
745
+
746
+ li
747
+ span.ui-icon-arrowthick-2-n-s
748
+ position: absolute
749
+ left: 2px
750
+
751
+ a.action
752
+ position: absolute
753
+ right: 2px
754
+ top: 2px
755
+
756
+ input.search
757
+ height: 14px
758
+ padding: 1px
759
+ opacity: 0.5
760
+ margin: 4px
761
+ width: 100px