compass-jquery-plugin 0.2.4.4 → 0.2.4.5

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