jtable-rails4 0.1.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.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +3 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +44 -0
  7. data/Rakefile +2 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +7 -0
  10. data/jtable-rails4.gemspec +29 -0
  11. data/lib/jtable/rails4/version.rb +5 -0
  12. data/lib/jtable/rails4.rb +8 -0
  13. data/vendor/assets/javascripts/jtable/jquery.jtable.js +5021 -0
  14. data/vendor/assets/stylesheets/jtable/themes/basic/close.png +0 -0
  15. data/vendor/assets/stylesheets/jtable/themes/basic/column-asc.png +0 -0
  16. data/vendor/assets/stylesheets/jtable/themes/basic/column-desc.png +0 -0
  17. data/vendor/assets/stylesheets/jtable/themes/basic/column-sortable.png +0 -0
  18. data/vendor/assets/stylesheets/jtable/themes/basic/delete.png +0 -0
  19. data/vendor/assets/stylesheets/jtable/themes/basic/edit.png +0 -0
  20. data/vendor/assets/stylesheets/jtable/themes/basic/jtable_basic.css +282 -0
  21. data/vendor/assets/stylesheets/jtable/themes/basic/jtable_basic.less +83 -0
  22. data/vendor/assets/stylesheets/jtable/themes/basic/jtable_basic.min.css +1 -0
  23. data/vendor/assets/stylesheets/jtable/themes/jqueryui/add.png +0 -0
  24. data/vendor/assets/stylesheets/jtable/themes/jqueryui/bg-thead.png +0 -0
  25. data/vendor/assets/stylesheets/jtable/themes/jqueryui/close.png +0 -0
  26. data/vendor/assets/stylesheets/jtable/themes/jqueryui/column-asc.png +0 -0
  27. data/vendor/assets/stylesheets/jtable/themes/jqueryui/column-desc.png +0 -0
  28. data/vendor/assets/stylesheets/jtable/themes/jqueryui/column-sortable.png +0 -0
  29. data/vendor/assets/stylesheets/jtable/themes/jqueryui/delete.png +0 -0
  30. data/vendor/assets/stylesheets/jtable/themes/jqueryui/edit.png +0 -0
  31. data/vendor/assets/stylesheets/jtable/themes/jqueryui/jtable_jqueryui.css +398 -0
  32. data/vendor/assets/stylesheets/jtable/themes/jqueryui/jtable_jqueryui.less +296 -0
  33. data/vendor/assets/stylesheets/jtable/themes/jqueryui/jtable_jqueryui.min.css +1 -0
  34. data/vendor/assets/stylesheets/jtable/themes/jqueryui/loading.gif +0 -0
  35. data/vendor/assets/stylesheets/jtable/themes/jtable_theme_base.less +524 -0
  36. data/vendor/assets/stylesheets/jtable/themes/lightcolor/add.png +0 -0
  37. data/vendor/assets/stylesheets/jtable/themes/lightcolor/bg-thead.png +0 -0
  38. data/vendor/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.css +521 -0
  39. data/vendor/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.less +90 -0
  40. data/vendor/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.min.css +1 -0
  41. data/vendor/assets/stylesheets/jtable/themes/lightcolor/blue/loading.gif +0 -0
  42. data/vendor/assets/stylesheets/jtable/themes/lightcolor/close.png +0 -0
  43. data/vendor/assets/stylesheets/jtable/themes/lightcolor/column-asc.png +0 -0
  44. data/vendor/assets/stylesheets/jtable/themes/lightcolor/column-desc.png +0 -0
  45. data/vendor/assets/stylesheets/jtable/themes/lightcolor/column-sortable.png +0 -0
  46. data/vendor/assets/stylesheets/jtable/themes/lightcolor/delete.png +0 -0
  47. data/vendor/assets/stylesheets/jtable/themes/lightcolor/edit.png +0 -0
  48. data/vendor/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.css +521 -0
  49. data/vendor/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.less +90 -0
  50. data/vendor/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.min.css +1 -0
  51. data/vendor/assets/stylesheets/jtable/themes/lightcolor/gray/loading.gif +0 -0
  52. data/vendor/assets/stylesheets/jtable/themes/lightcolor/green/jtable.css +521 -0
  53. data/vendor/assets/stylesheets/jtable/themes/lightcolor/green/jtable.less +90 -0
  54. data/vendor/assets/stylesheets/jtable/themes/lightcolor/green/jtable.min.css +1 -0
  55. data/vendor/assets/stylesheets/jtable/themes/lightcolor/green/loading.gif +0 -0
  56. data/vendor/assets/stylesheets/jtable/themes/lightcolor/jtable_lightcolor_base.less +329 -0
  57. data/vendor/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.css +521 -0
  58. data/vendor/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.less +90 -0
  59. data/vendor/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.min.css +1 -0
  60. data/vendor/assets/stylesheets/jtable/themes/lightcolor/orange/loading.gif +0 -0
  61. data/vendor/assets/stylesheets/jtable/themes/lightcolor/red/jtable.css +521 -0
  62. data/vendor/assets/stylesheets/jtable/themes/lightcolor/red/jtable.less +90 -0
  63. data/vendor/assets/stylesheets/jtable/themes/lightcolor/red/jtable.min.css +1 -0
  64. data/vendor/assets/stylesheets/jtable/themes/lightcolor/red/loading.gif +0 -0
  65. data/vendor/assets/stylesheets/jtable/themes/metro/add.png +0 -0
  66. data/vendor/assets/stylesheets/jtable/themes/metro/blue/jtable.css +495 -0
  67. data/vendor/assets/stylesheets/jtable/themes/metro/blue/jtable.less +11 -0
  68. data/vendor/assets/stylesheets/jtable/themes/metro/blue/jtable.min.css +1 -0
  69. data/vendor/assets/stylesheets/jtable/themes/metro/blue/loading.gif +0 -0
  70. data/vendor/assets/stylesheets/jtable/themes/metro/brown/jtable.css +495 -0
  71. data/vendor/assets/stylesheets/jtable/themes/metro/brown/jtable.less +11 -0
  72. data/vendor/assets/stylesheets/jtable/themes/metro/brown/jtable.min.css +1 -0
  73. data/vendor/assets/stylesheets/jtable/themes/metro/brown/loading.gif +0 -0
  74. data/vendor/assets/stylesheets/jtable/themes/metro/close.png +0 -0
  75. data/vendor/assets/stylesheets/jtable/themes/metro/column-asc.png +0 -0
  76. data/vendor/assets/stylesheets/jtable/themes/metro/column-desc.png +0 -0
  77. data/vendor/assets/stylesheets/jtable/themes/metro/column-sortable.png +0 -0
  78. data/vendor/assets/stylesheets/jtable/themes/metro/crimson/jtable.css +495 -0
  79. data/vendor/assets/stylesheets/jtable/themes/metro/crimson/jtable.less +11 -0
  80. data/vendor/assets/stylesheets/jtable/themes/metro/crimson/jtable.min.css +1 -0
  81. data/vendor/assets/stylesheets/jtable/themes/metro/crimson/loading.gif +0 -0
  82. data/vendor/assets/stylesheets/jtable/themes/metro/darkgray/jtable.css +495 -0
  83. data/vendor/assets/stylesheets/jtable/themes/metro/darkgray/jtable.less +11 -0
  84. data/vendor/assets/stylesheets/jtable/themes/metro/darkgray/jtable.min.css +1 -0
  85. data/vendor/assets/stylesheets/jtable/themes/metro/darkgray/loading.gif +0 -0
  86. data/vendor/assets/stylesheets/jtable/themes/metro/darkorange/jtable.css +495 -0
  87. data/vendor/assets/stylesheets/jtable/themes/metro/darkorange/jtable.less +11 -0
  88. data/vendor/assets/stylesheets/jtable/themes/metro/darkorange/jtable.min.css +1 -0
  89. data/vendor/assets/stylesheets/jtable/themes/metro/darkorange/loading.gif +0 -0
  90. data/vendor/assets/stylesheets/jtable/themes/metro/delete.png +0 -0
  91. data/vendor/assets/stylesheets/jtable/themes/metro/edit.png +0 -0
  92. data/vendor/assets/stylesheets/jtable/themes/metro/green/jtable.css +495 -0
  93. data/vendor/assets/stylesheets/jtable/themes/metro/green/jtable.less +11 -0
  94. data/vendor/assets/stylesheets/jtable/themes/metro/green/jtable.min.css +1 -0
  95. data/vendor/assets/stylesheets/jtable/themes/metro/green/loading.gif +0 -0
  96. data/vendor/assets/stylesheets/jtable/themes/metro/jtable_metro_base.css +48 -0
  97. data/vendor/assets/stylesheets/jtable/themes/metro/jtable_metro_base.less +439 -0
  98. data/vendor/assets/stylesheets/jtable/themes/metro/jtable_metro_base.min.css +1 -0
  99. data/vendor/assets/stylesheets/jtable/themes/metro/lightgray/jtable.css +495 -0
  100. data/vendor/assets/stylesheets/jtable/themes/metro/lightgray/jtable.less +11 -0
  101. data/vendor/assets/stylesheets/jtable/themes/metro/lightgray/jtable.min.css +1 -0
  102. data/vendor/assets/stylesheets/jtable/themes/metro/lightgray/loading.gif +0 -0
  103. data/vendor/assets/stylesheets/jtable/themes/metro/pink/jtable.css +495 -0
  104. data/vendor/assets/stylesheets/jtable/themes/metro/pink/jtable.less +11 -0
  105. data/vendor/assets/stylesheets/jtable/themes/metro/pink/jtable.min.css +1 -0
  106. data/vendor/assets/stylesheets/jtable/themes/metro/pink/loading.gif +0 -0
  107. data/vendor/assets/stylesheets/jtable/themes/metro/purple/jtable.css +495 -0
  108. data/vendor/assets/stylesheets/jtable/themes/metro/purple/jtable.less +11 -0
  109. data/vendor/assets/stylesheets/jtable/themes/metro/purple/jtable.min.css +1 -0
  110. data/vendor/assets/stylesheets/jtable/themes/metro/purple/loading.gif +0 -0
  111. data/vendor/assets/stylesheets/jtable/themes/metro/red/jtable.css +495 -0
  112. data/vendor/assets/stylesheets/jtable/themes/metro/red/jtable.less +11 -0
  113. data/vendor/assets/stylesheets/jtable/themes/metro/red/jtable.min.css +1 -0
  114. data/vendor/assets/stylesheets/jtable/themes/metro/red/loading.gif +0 -0
  115. metadata +226 -0
@@ -0,0 +1,282 @@
1
+ /* These file is a start point for who wants to create a fully custom
2
+ * theme for jTable. jtable_theme_base.less (or css) file is needed
3
+ * for functionality of jTable. This file does not add any color or shape
4
+ * modifications. It just shows how to set icons. You can change them too.
5
+ * Halil ibrahim Kalkan / http://www.jtable.org
6
+ */
7
+ div.jtable-main-container {
8
+ position: relative;
9
+ }
10
+ div.jtable-main-container div.jtable-title {
11
+ position: relative;
12
+ text-align: left;
13
+ }
14
+ div.jtable-main-container div.jtable-title .jtable-close-button {
15
+ right: 0px;
16
+ top: 0px;
17
+ bottom: 0px;
18
+ position: absolute;
19
+ }
20
+ div.jtable-main-container div.jtable-title div.jtable-toolbar {
21
+ bottom: 0px;
22
+ right: 0px;
23
+ position: absolute;
24
+ display: inline-block;
25
+ margin-right: 5px;
26
+ }
27
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
28
+ position: relative;
29
+ display: inline-block;
30
+ margin: 0px 0px 0px 5px;
31
+ cursor: pointer;
32
+ font-size: 0.9em;
33
+ padding: 2px;
34
+ vertical-align: bottom;
35
+ }
36
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon {
37
+ display: inline-block;
38
+ margin: 2px;
39
+ vertical-align: middle;
40
+ width: 16px;
41
+ height: 16px;
42
+ }
43
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text {
44
+ display: inline-block;
45
+ margin: 2px;
46
+ vertical-align: middle;
47
+ }
48
+ div.jtable-main-container div.jtable-title .jtable-close-button + div.jtable-toolbar {
49
+ margin-right: 30px;
50
+ }
51
+ div.jtable-main-container table.jtable {
52
+ width: 100%;
53
+ }
54
+ div.jtable-main-container table.jtable thead th {
55
+ vertical-align: middle;
56
+ text-align: left;
57
+ }
58
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
59
+ position: relative;
60
+ }
61
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
62
+ display: inline-block;
63
+ }
64
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
65
+ position: absolute;
66
+ height: 24px;
67
+ width: 8px;
68
+ right: -8px;
69
+ top: -2px;
70
+ z-index: 2;
71
+ cursor: col-resize;
72
+ }
73
+ div.jtable-main-container table.jtable thead th.jtable-command-column-header {
74
+ text-align: center;
75
+ }
76
+ div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
77
+ text-align: center;
78
+ width: 1%;
79
+ }
80
+ div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input {
81
+ cursor: pointer;
82
+ }
83
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
84
+ cursor: pointer;
85
+ }
86
+ div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
87
+ margin: 0px;
88
+ padding: 0px;
89
+ cursor: pointer;
90
+ border: none;
91
+ display: inline;
92
+ }
93
+ div.jtable-main-container table.jtable tbody tr > td .jtable-command-button span {
94
+ display: none;
95
+ }
96
+ div.jtable-main-container table.jtable tbody tr > td.jtable-command-column {
97
+ text-align: center;
98
+ vertical-align: middle;
99
+ }
100
+ div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column {
101
+ text-align: center;
102
+ vertical-align: middle;
103
+ }
104
+ div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column input {
105
+ cursor: pointer;
106
+ }
107
+ div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
108
+ text-align: center;
109
+ }
110
+ div.jtable-main-container > div.jtable-bottom-panel {
111
+ position: relative;
112
+ min-height: 24px;
113
+ text-align: left;
114
+ }
115
+ div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
116
+ right: 0px;
117
+ top: 0px;
118
+ bottom: 0px;
119
+ position: absolute;
120
+ }
121
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
122
+ display: inline-block;
123
+ }
124
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
125
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
126
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
127
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
128
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
129
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
130
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
131
+ padding: 2px 5px;
132
+ display: inline-block;
133
+ cursor: pointer;
134
+ }
135
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
136
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
137
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
138
+ cursor: default;
139
+ }
140
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
141
+ margin-left: 5px;
142
+ }
143
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
144
+ margin-left: 5px;
145
+ }
146
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
147
+ width: 22px;
148
+ }
149
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
150
+ vertical-align: middle;
151
+ }
152
+ div.jtable-main-container div.jtable-column-resize-bar {
153
+ opacity: 0.5;
154
+ filter: alpha(opacity=50);
155
+ position: absolute;
156
+ display: none;
157
+ width: 1px;
158
+ background-color: #000;
159
+ }
160
+ div.jtable-main-container div.jtable-column-selection-container {
161
+ position: absolute;
162
+ display: none;
163
+ border: 1px solid #C8C8C8;
164
+ background: #fff;
165
+ color: #000;
166
+ z-index: 101;
167
+ padding: 5px;
168
+ }
169
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
170
+ margin: 0px;
171
+ padding: 0px;
172
+ list-style: none;
173
+ }
174
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
175
+ margin: 0px;
176
+ padding: 2px 0px;
177
+ }
178
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
179
+ position: relative;
180
+ top: -1px;
181
+ margin-left: 4px;
182
+ }
183
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
184
+ cursor: pointer;
185
+ }
186
+ form.jtable-dialog-form div.jtable-input-field-container {
187
+ padding: 2px 0px 3px 0px;
188
+ border-bottom: 1px solid #ddd;
189
+ }
190
+ form.jtable-dialog-form div.jtable-input-field-container:last-child {
191
+ border: none;
192
+ }
193
+ form.jtable-dialog-form div.jtable-input-label {
194
+ padding: 2px 3px;
195
+ font-size: 1.1em;
196
+ color: #666;
197
+ }
198
+ form.jtable-dialog-form div.jtable-input {
199
+ padding: 2px;
200
+ }
201
+ form.jtable-dialog-form div.jtable-date-input {
202
+ /* No additional style */
203
+
204
+ }
205
+ form.jtable-dialog-form div.jtable-text-input {
206
+ /* No additional style */
207
+
208
+ }
209
+ form.jtable-dialog-form span.jtable-option-text-clickable {
210
+ position: relative;
211
+ top: -2px;
212
+ }
213
+ form.jtable-dialog-form div.jtable-textarea-input textarea {
214
+ width: 300px;
215
+ min-height: 60px;
216
+ }
217
+ form.jtable-dialog-form div.jtable-checkbox-input span,
218
+ form.jtable-dialog-form div.jtable-radio-input span {
219
+ padding-left: 4px;
220
+ }
221
+ form.jtable-dialog-form div.jtable-radio-input input,
222
+ form.jtable-dialog-form div.jtable-checkbox-input input,
223
+ form.jtable-dialog-form span.jtable-option-text-clickable {
224
+ cursor: pointer;
225
+ }
226
+ div.jtable-busy-panel-background {
227
+ opacity: 0.1;
228
+ filter: alpha(opacity=50);
229
+ z-index: 998;
230
+ position: absolute;
231
+ background-color: #000;
232
+ }
233
+ div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
234
+ background-color: transparent;
235
+ }
236
+ div.jtable-busy-message {
237
+ cursor: wait;
238
+ z-index: 999;
239
+ position: absolute;
240
+ margin: 5px;
241
+ }
242
+ div.jtable-contextmenu-overlay {
243
+ position: fixed;
244
+ left: 0px;
245
+ top: 0px;
246
+ width: 100%;
247
+ height: 100%;
248
+ z-index: 100;
249
+ }
250
+ div.jtable-main-container div.jtable-title div.jtable-title-text {
251
+ font-size: 16px;
252
+ font-weight: bold;
253
+ }
254
+ div.jtable-main-container div.jtable-title .jtable-close-button {
255
+ background: url('close.png') no-repeat;
256
+ width: 16px;
257
+ height: 16px;
258
+ }
259
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
260
+ background: url('column-sortable.png') no-repeat right;
261
+ }
262
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
263
+ background: url('column-asc.png') no-repeat right;
264
+ }
265
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
266
+ background: url('column-desc.png') no-repeat right;
267
+ }
268
+ div.jtable-main-container table.jtable tbody > tr > td .jtable-edit-command-button {
269
+ background: url('edit.png') no-repeat;
270
+ width: 16px;
271
+ height: 16px;
272
+ }
273
+ div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-button {
274
+ background: url('delete.png') no-repeat;
275
+ width: 16px;
276
+ height: 16px;
277
+ }
278
+ div.jtable-busy-message {
279
+ color: #000;
280
+ background-color: #ddd;
281
+ font-size: 1.25em;
282
+ }
@@ -0,0 +1,83 @@
1
+ /* These file is a start point for who wants to create a fully custom
2
+ * theme for jTable. jtable_theme_base.less (or css) file is needed
3
+ * for functionality of jTable. This file does not add any color or shape
4
+ * modifications. It just shows how to set icons. You can change them too.
5
+ * Halil ibrahim Kalkan / http://www.jtable.org
6
+ */
7
+
8
+ @import "../jtable_theme_base.less";
9
+
10
+ .jtable_theme_base;
11
+
12
+ div.jtable-main-container
13
+ {
14
+ div.jtable-title
15
+ {
16
+ div.jtable-title-text
17
+ {
18
+ font-size: 16px;
19
+ font-weight: bold;
20
+ }
21
+
22
+ .jtable-close-button
23
+ {
24
+ background: url('close.png') no-repeat;
25
+ width: 16px;
26
+ height: 16px;
27
+ }
28
+ }
29
+
30
+ table.jtable
31
+ {
32
+ thead
33
+ {
34
+ th
35
+ {
36
+ &.jtable-column-header-sortable div.jtable-column-header-container
37
+ {
38
+ background: url('column-sortable.png') no-repeat right;
39
+ }
40
+
41
+ &.jtable-column-header-sorted-asc div.jtable-column-header-container
42
+ {
43
+ background: url('column-asc.png') no-repeat right;
44
+ }
45
+
46
+ &.jtable-column-header-sorted-desc div.jtable-column-header-container
47
+ {
48
+ background: url('column-desc.png') no-repeat right;
49
+ }
50
+ }
51
+ }
52
+
53
+ tbody
54
+ {
55
+ > tr
56
+ {
57
+ > td
58
+ {
59
+ .jtable-edit-command-button
60
+ {
61
+ background: url('edit.png') no-repeat;
62
+ width: 16px;
63
+ height: 16px;
64
+ }
65
+
66
+ .jtable-delete-command-button
67
+ {
68
+ background: url('delete.png') no-repeat;
69
+ width: 16px;
70
+ height: 16px;
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+
78
+ div.jtable-busy-message
79
+ {
80
+ color: #000;
81
+ background-color: #ddd;
82
+ font-size: 1.25em;
83
+ }
@@ -0,0 +1 @@
1
+ div.jtable-main-container{position:relative}div.jtable-main-container div.jtable-title{position:relative;text-align:left}div.jtable-main-container div.jtable-title .jtable-close-button{right:0;top:0;bottom:0;position:absolute}div.jtable-main-container div.jtable-title div.jtable-toolbar{bottom:0;right:0;position:absolute;display:inline-block;margin-right:5px}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item{position:relative;display:inline-block;margin:0 0 0 5px;cursor:pointer;font-size:.9em;padding:2px;vertical-align:bottom}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon{display:inline-block;margin:2px;vertical-align:middle;width:16px;height:16px}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text{display:inline-block;margin:2px;vertical-align:middle}div.jtable-main-container div.jtable-title .jtable-close-button+div.jtable-toolbar{margin-right:30px}div.jtable-main-container table.jtable{width:100%}div.jtable-main-container table.jtable thead th{vertical-align:middle;text-align:left}div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container{position:relative}div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text{display:inline-block}div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler{position:absolute;height:24px;width:8px;right:-8px;top:-2px;z-index:2;cursor:col-resize}div.jtable-main-container table.jtable thead th.jtable-command-column-header{text-align:center}div.jtable-main-container table.jtable thead th.jtable-column-header-selecting{text-align:center;width:1%}div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input{cursor:pointer}div.jtable-main-container table.jtable thead th.jtable-column-header-sortable{cursor:pointer}div.jtable-main-container table.jtable tbody tr>td .jtable-command-button{margin:0;padding:0;cursor:pointer;border:none;display:inline}div.jtable-main-container table.jtable tbody tr>td .jtable-command-button span{display:none}div.jtable-main-container table.jtable tbody tr>td.jtable-command-column{text-align:center;vertical-align:middle}div.jtable-main-container table.jtable tbody tr>td.jtable-selecting-column{text-align:center;vertical-align:middle}div.jtable-main-container table.jtable tbody tr>td.jtable-selecting-column input{cursor:pointer}div.jtable-main-container table.jtable tbody tr.jtable-no-data-row{text-align:center}div.jtable-main-container>div.jtable-bottom-panel{position:relative;min-height:24px;text-align:left}div.jtable-main-container>div.jtable-bottom-panel div.jtable-right-area{right:0;top:0;bottom:0;position:absolute}div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list{display:inline-block}div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active{padding:2px 5px;display:inline-block;cursor:pointer}div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled{cursor:default}div.jtable-main-container>div.jtable-bottom-panel span.jtable-page-size-change{margin-left:5px}div.jtable-main-container>div.jtable-bottom-panel span.jtable-goto-page{margin-left:5px}div.jtable-main-container>div.jtable-bottom-panel span.jtable-goto-page input[type=text]{width:22px}div.jtable-main-container>div.jtable-bottom-panel span.jtable-page-info{vertical-align:middle}div.jtable-main-container div.jtable-column-resize-bar{opacity:.5;filter:alpha(opacity=50);position:absolute;display:none;width:1px;background-color:#000}div.jtable-main-container div.jtable-column-selection-container{position:absolute;display:none;border:1px solid #c8c8c8;background:#fff;color:#000;z-index:101;padding:5px}div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list{margin:0;padding:0;list-style:none}div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li{margin:0;padding:2px 0}div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span{position:relative;top:-1px;margin-left:4px}div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"]{cursor:pointer}form.jtable-dialog-form div.jtable-input-field-container{padding:2px 0 3px 0;border-bottom:1px solid #ddd}form.jtable-dialog-form div.jtable-input-field-container:last-child{border:none}form.jtable-dialog-form div.jtable-input-label{padding:2px 3px;font-size:1.1em;color:#666}form.jtable-dialog-form div.jtable-input{padding:2px}form.jtable-dialog-form div.jtable-date-input{}form.jtable-dialog-form div.jtable-text-input{}form.jtable-dialog-form span.jtable-option-text-clickable{position:relative;top:-2px}form.jtable-dialog-form div.jtable-textarea-input textarea{width:300px;min-height:60px}form.jtable-dialog-form div.jtable-checkbox-input span,form.jtable-dialog-form div.jtable-radio-input span{padding-left:4px}form.jtable-dialog-form div.jtable-radio-input input,form.jtable-dialog-form div.jtable-checkbox-input input,form.jtable-dialog-form span.jtable-option-text-clickable{cursor:pointer}div.jtable-busy-panel-background{opacity:.1;filter:alpha(opacity=50);z-index:998;position:absolute;background-color:#000}div.jtable-busy-panel-background.jtable-busy-panel-background-invisible{background-color:transparent}div.jtable-busy-message{cursor:wait;z-index:999;position:absolute;margin:5px}div.jtable-contextmenu-overlay{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100}div.jtable-main-container div.jtable-title div.jtable-title-text{font-size:16px;font-weight:bold}div.jtable-main-container div.jtable-title .jtable-close-button{background:url('close.png') no-repeat;width:16px;height:16px}div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container{background:url('column-sortable.png') no-repeat right}div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container{background:url('column-asc.png') no-repeat right}div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container{background:url('column-desc.png') no-repeat right}div.jtable-main-container table.jtable tbody>tr>td .jtable-edit-command-button{background:url('edit.png') no-repeat;width:16px;height:16px}div.jtable-main-container table.jtable tbody>tr>td .jtable-delete-command-button{background:url('delete.png') no-repeat;width:16px;height:16px}div.jtable-busy-message{color:#000;background-color:#ddd;font-size:1.25em}