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,521 @@
1
+ /* jTable light color theme - Blue
2
+ * Created by Halil İbrahim Kalkan
3
+ * http://www.jtable.org
4
+ */
5
+ div.jtable-main-container {
6
+ position: relative;
7
+ }
8
+ div.jtable-main-container div.jtable-title {
9
+ position: relative;
10
+ text-align: left;
11
+ }
12
+ div.jtable-main-container div.jtable-title .jtable-close-button {
13
+ right: 0px;
14
+ top: 0px;
15
+ bottom: 0px;
16
+ position: absolute;
17
+ }
18
+ div.jtable-main-container div.jtable-title div.jtable-toolbar {
19
+ bottom: 0px;
20
+ right: 0px;
21
+ position: absolute;
22
+ display: inline-block;
23
+ margin-right: 5px;
24
+ }
25
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
26
+ position: relative;
27
+ display: inline-block;
28
+ margin: 0px 0px 0px 5px;
29
+ cursor: pointer;
30
+ font-size: 0.9em;
31
+ padding: 2px;
32
+ vertical-align: bottom;
33
+ }
34
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon {
35
+ display: inline-block;
36
+ margin: 2px;
37
+ vertical-align: middle;
38
+ width: 16px;
39
+ height: 16px;
40
+ }
41
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text {
42
+ display: inline-block;
43
+ margin: 2px;
44
+ vertical-align: middle;
45
+ }
46
+ div.jtable-main-container div.jtable-title .jtable-close-button + div.jtable-toolbar {
47
+ margin-right: 30px;
48
+ }
49
+ div.jtable-main-container table.jtable {
50
+ width: 100%;
51
+ }
52
+ div.jtable-main-container table.jtable thead th {
53
+ vertical-align: middle;
54
+ text-align: left;
55
+ }
56
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
57
+ position: relative;
58
+ }
59
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
60
+ display: inline-block;
61
+ }
62
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
63
+ position: absolute;
64
+ height: 24px;
65
+ width: 8px;
66
+ right: -8px;
67
+ top: -2px;
68
+ z-index: 2;
69
+ cursor: col-resize;
70
+ }
71
+ div.jtable-main-container table.jtable thead th.jtable-command-column-header {
72
+ text-align: center;
73
+ }
74
+ div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
75
+ text-align: center;
76
+ width: 1%;
77
+ }
78
+ div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input {
79
+ cursor: pointer;
80
+ }
81
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
82
+ cursor: pointer;
83
+ }
84
+ div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
85
+ margin: 0px;
86
+ padding: 0px;
87
+ cursor: pointer;
88
+ border: none;
89
+ display: inline;
90
+ }
91
+ div.jtable-main-container table.jtable tbody tr > td .jtable-command-button span {
92
+ display: none;
93
+ }
94
+ div.jtable-main-container table.jtable tbody tr > td.jtable-command-column {
95
+ text-align: center;
96
+ vertical-align: middle;
97
+ }
98
+ div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column {
99
+ text-align: center;
100
+ vertical-align: middle;
101
+ }
102
+ div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column input {
103
+ cursor: pointer;
104
+ }
105
+ div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
106
+ text-align: center;
107
+ }
108
+ div.jtable-main-container > div.jtable-bottom-panel {
109
+ position: relative;
110
+ min-height: 24px;
111
+ text-align: left;
112
+ }
113
+ div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
114
+ right: 0px;
115
+ top: 0px;
116
+ bottom: 0px;
117
+ position: absolute;
118
+ }
119
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
120
+ display: inline-block;
121
+ }
122
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
123
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
124
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
125
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
126
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
127
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
128
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
129
+ padding: 2px 5px;
130
+ display: inline-block;
131
+ cursor: pointer;
132
+ }
133
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
134
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
135
+ div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
136
+ cursor: default;
137
+ }
138
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
139
+ margin-left: 5px;
140
+ }
141
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
142
+ margin-left: 5px;
143
+ }
144
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
145
+ width: 22px;
146
+ }
147
+ div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
148
+ vertical-align: middle;
149
+ }
150
+ div.jtable-main-container div.jtable-column-resize-bar {
151
+ opacity: 0.5;
152
+ filter: alpha(opacity=50);
153
+ position: absolute;
154
+ display: none;
155
+ width: 1px;
156
+ background-color: #000;
157
+ }
158
+ div.jtable-main-container div.jtable-column-selection-container {
159
+ position: absolute;
160
+ display: none;
161
+ border: 1px solid #C8C8C8;
162
+ background: #fff;
163
+ color: #000;
164
+ z-index: 101;
165
+ padding: 5px;
166
+ }
167
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
168
+ margin: 0px;
169
+ padding: 0px;
170
+ list-style: none;
171
+ }
172
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
173
+ margin: 0px;
174
+ padding: 2px 0px;
175
+ }
176
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
177
+ position: relative;
178
+ top: -1px;
179
+ margin-left: 4px;
180
+ }
181
+ div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
182
+ cursor: pointer;
183
+ }
184
+ form.jtable-dialog-form div.jtable-input-field-container {
185
+ padding: 2px 0px 3px 0px;
186
+ border-bottom: 1px solid #ddd;
187
+ }
188
+ form.jtable-dialog-form div.jtable-input-field-container:last-child {
189
+ border: none;
190
+ }
191
+ form.jtable-dialog-form div.jtable-input-label {
192
+ padding: 2px 3px;
193
+ font-size: 1.1em;
194
+ color: #666;
195
+ }
196
+ form.jtable-dialog-form div.jtable-input {
197
+ padding: 2px;
198
+ }
199
+ form.jtable-dialog-form div.jtable-date-input {
200
+ /* No additional style */
201
+
202
+ }
203
+ form.jtable-dialog-form div.jtable-text-input {
204
+ /* No additional style */
205
+
206
+ }
207
+ form.jtable-dialog-form span.jtable-option-text-clickable {
208
+ position: relative;
209
+ top: -2px;
210
+ }
211
+ form.jtable-dialog-form div.jtable-textarea-input textarea {
212
+ width: 300px;
213
+ min-height: 60px;
214
+ }
215
+ form.jtable-dialog-form div.jtable-checkbox-input span,
216
+ form.jtable-dialog-form div.jtable-radio-input span {
217
+ padding-left: 4px;
218
+ }
219
+ form.jtable-dialog-form div.jtable-radio-input input,
220
+ form.jtable-dialog-form div.jtable-checkbox-input input,
221
+ form.jtable-dialog-form span.jtable-option-text-clickable {
222
+ cursor: pointer;
223
+ }
224
+ div.jtable-busy-panel-background {
225
+ opacity: 0.1;
226
+ filter: alpha(opacity=50);
227
+ z-index: 998;
228
+ position: absolute;
229
+ background-color: #000;
230
+ }
231
+ div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
232
+ background-color: transparent;
233
+ }
234
+ div.jtable-busy-message {
235
+ cursor: wait;
236
+ z-index: 999;
237
+ position: absolute;
238
+ margin: 5px;
239
+ }
240
+ div.jtable-contextmenu-overlay {
241
+ position: fixed;
242
+ left: 0px;
243
+ top: 0px;
244
+ width: 100%;
245
+ height: 100%;
246
+ z-index: 100;
247
+ }
248
+ div.jtable-main-container {
249
+ font-family: Verdana, Arial, Helvetica, sans-serif;
250
+ font-size: 11px;
251
+ font-weight: 400;
252
+ color: #222;
253
+ }
254
+ div.jtable-main-container div.jtable-title {
255
+ -webkit-border-radius: 3px 3px 0 0;
256
+ -moz-border-radius: 3px 3px 0 0;
257
+ border-radius: 3px 3px 0 0;
258
+ position: relative;
259
+ line-height: 34px;
260
+ box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
261
+ padding-left: 10px;
262
+ border: 1px solid;
263
+ }
264
+ div.jtable-main-container div.jtable-title div.jtable-title-text {
265
+ font-weight: bold;
266
+ }
267
+ div.jtable-main-container div.jtable-title .jtable-close-button {
268
+ right: 6px;
269
+ top: 6px;
270
+ bottom: 6px;
271
+ position: absolute;
272
+ opacity: 0.8;
273
+ filter: alpha(opacity=50);
274
+ background: url('../../lightcolor/close.png') no-repeat;
275
+ width: 22px;
276
+ height: 22px;
277
+ }
278
+ div.jtable-main-container div.jtable-title .jtable-close-button:hover {
279
+ opacity: 1;
280
+ filter: alpha(opacity=50);
281
+ }
282
+ div.jtable-main-container div.jtable-title div.jtable-toolbar {
283
+ bottom: 0px;
284
+ right: 0px;
285
+ position: absolute;
286
+ line-height: 26px;
287
+ }
288
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-add-record span.jtable-toolbar-item-icon {
289
+ background-image: url('../../lightcolor/add.png');
290
+ }
291
+ div.jtable-main-container table.jtable {
292
+ border-collapse: collapse;
293
+ border-spacing: 0;
294
+ border: 1px solid #C8C8C8;
295
+ }
296
+ div.jtable-main-container table.jtable thead {
297
+ background: url('../../lightcolor/bg-thead.png') repeat-x scroll top left #dddddd;
298
+ border-top: 1px solid #fff;
299
+ border-bottom: 1px solid #C8C8C8;
300
+ }
301
+ div.jtable-main-container table.jtable thead th {
302
+ padding: 4px 3px 4px 6px;
303
+ border-left: 1px solid #fff;
304
+ border-right: 1px solid #C8C8C8;
305
+ }
306
+ div.jtable-main-container table.jtable thead th:first-child {
307
+ border-left: none;
308
+ }
309
+ div.jtable-main-container table.jtable thead thth:last-child {
310
+ border-right: none;
311
+ }
312
+ div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
313
+ height: 20px;
314
+ }
315
+ div.jtable-main-container table.jtable thead th.jtable-column-header span.jtable-column-header-text {
316
+ margin-top: 3px;
317
+ }
318
+ div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
319
+ padding: 5px;
320
+ }
321
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
322
+ background: url('../../lightcolor/column-sortable.png') no-repeat right;
323
+ }
324
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
325
+ background: url('../../lightcolor/column-asc.png') no-repeat right;
326
+ }
327
+ div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
328
+ background: url('../../lightcolor/column-desc.png') no-repeat right;
329
+ }
330
+ div.jtable-main-container table.jtable tbody > tr {
331
+ padding: 2px;
332
+ background: #f8f8f8;
333
+ height: 30px;
334
+ }
335
+ div.jtable-main-container table.jtable tbody > tr > td {
336
+ padding: 5px;
337
+ border-left: 1px dotted #bebebe;
338
+ }
339
+ div.jtable-main-container table.jtable tbody > tr > td:first-child {
340
+ border-left: none;
341
+ }
342
+ div.jtable-main-container table.jtable tbody > tr > td .jtable-edit-command-button {
343
+ background: url('../../lightcolor/edit.png') no-repeat;
344
+ width: 16px;
345
+ height: 16px;
346
+ }
347
+ div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-button {
348
+ background: url('../../lightcolor/delete.png') no-repeat;
349
+ width: 16px;
350
+ height: 16px;
351
+ }
352
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-even {
353
+ background: #f0f0f0;
354
+ }
355
+ div.jtable-main-container table.jtable tbody > tr:hover {
356
+ background: #e8eaef;
357
+ }
358
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-selected {
359
+ -webkit-text-shadow: 0 1px 0 #333333;
360
+ text-shadow: 0 1px 0 #333333;
361
+ color: #FCFCFC;
362
+ }
363
+ div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td {
364
+ background-color: #bbb;
365
+ padding: 2px 1px 2px 2px;
366
+ }
367
+ div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable {
368
+ border: none;
369
+ border-bottom: 1px solid #C8C8C8;
370
+ }
371
+ div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-title,
372
+ div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-bottom-panel {
373
+ -webkit-border-radius: 0px;
374
+ -moz-border-radius: 0px;
375
+ border-radius: 0px;
376
+ border: none;
377
+ }
378
+ div.jtable-main-container div.jtable-bottom-panel {
379
+ -webkit-border-radius: 0px 0px 3px 3px;
380
+ -moz-border-radius: 0px 0px 3px 3px;
381
+ border-radius: 0px 0px 3px 3px;
382
+ padding: 1px;
383
+ background: #fff;
384
+ border: 1px solid #C8C8C8;
385
+ border-top: none;
386
+ min-height: 24px;
387
+ line-height: 16px;
388
+ font-size: 0.9em;
389
+ }
390
+ div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
391
+ padding: 2px;
392
+ }
393
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
394
+ margin: 2px;
395
+ }
396
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
397
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
398
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
399
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
400
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
401
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
402
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
403
+ -webkit-text-shadow: 0 1px 0 #ffffff;
404
+ text-shadow: 0 1px 0 #ffffff;
405
+ background-color: #ebebeb;
406
+ border-style: solid;
407
+ border-width: 1px;
408
+ border-color: #ffffff #b5b5b5 #b5b5b5 #ffffff;
409
+ padding: 2px 5px;
410
+ }
411
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,
412
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,
413
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,
414
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,
415
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover {
416
+ background-color: #ddd;
417
+ }
418
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
419
+ -webkit-text-shadow: 0 1px 0 #666666;
420
+ text-shadow: 0 1px 0 #666666;
421
+ color: #FCFCFC;
422
+ }
423
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
424
+ opacity: 0.5;
425
+ filter: alpha(opacity=50);
426
+ }
427
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled.jtable-page-number-active {
428
+ opacity: 1;
429
+ filter: alpha(opacity=50);
430
+ }
431
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled:hover {
432
+ background-color: #ebebeb;
433
+ }
434
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-info {
435
+ display: inline-block;
436
+ padding: 4px;
437
+ }
438
+ div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record {
439
+ margin: 3px;
440
+ }
441
+ div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
442
+ font-weight: bold;
443
+ text-decoration: none;
444
+ }
445
+ div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover {
446
+ text-decoration: underline;
447
+ }
448
+ div.jtable-main-container div.jtable-column-selection-container {
449
+ -webkit-border-radius: 3px;
450
+ -moz-border-radius: 3px;
451
+ border-radius: 3px;
452
+ -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
453
+ -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
454
+ box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
455
+ }
456
+ form.jtable-dialog-form {
457
+ font-family: Verdana, Arial, Helvetica, sans-serif;
458
+ font-size: 11px;
459
+ font-weight: 400;
460
+ }
461
+ form.jtable-dialog-form div.jtable-input-label {
462
+ font-weight: bold;
463
+ }
464
+ div.jtable-busy-message {
465
+ -webkit-text-shadow: 0 1px 0 #333333;
466
+ text-shadow: 0 1px 0 #333333;
467
+ -webkit-border-radius: 3px;
468
+ -moz-border-radius: 3px;
469
+ border-radius: 3px;
470
+ -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
471
+ -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
472
+ box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
473
+ color: #fff;
474
+ border: 1px solid;
475
+ padding: 3px 5px 5px 27px;
476
+ background: url('../../lightcolor/blue/loading.gif') no-repeat;
477
+ background-position: 5px;
478
+ }
479
+ div.jtable-main-container div.jtable-title {
480
+ background: #78b1ed;
481
+ background: -moz-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
482
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b1ed), color-stop(100%, #417bb5));
483
+ background: -webkit-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
484
+ background: -o-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
485
+ background: -ms-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
486
+ background: linear-gradient(to bottom, #78b1ed 0%, #417bb5 100%);
487
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed', endColorstr='#417bb5', GradientType=0);
488
+ border-color: #2B5177;
489
+ }
490
+ div.jtable-main-container div.jtable-title div.jtable-title-text {
491
+ -webkit-text-shadow: 0 1px 0 #666666;
492
+ text-shadow: 0 1px 0 #666666;
493
+ color: #fff;
494
+ }
495
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
496
+ color: white;
497
+ }
498
+ div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
499
+ background-color: #417bb5;
500
+ }
501
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-selected,
502
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-selected:hover {
503
+ background-color: #5f9cdc;
504
+ }
505
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-created,
506
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-updated,
507
+ div.jtable-main-container table.jtable tbody > tr.jtable-row-deleting {
508
+ background-color: #5f9cdc;
509
+ }
510
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
511
+ div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active:hover {
512
+ background-color: #2b5177;
513
+ border-color: #092f55;
514
+ }
515
+ div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
516
+ color: #2B5177;
517
+ }
518
+ div.jtable-busy-message {
519
+ border-color: #2B5177;
520
+ background-color: #78B1ED;
521
+ }
@@ -0,0 +1,90 @@
1
+ /* jTable light color theme - Blue
2
+ * Created by Halil İbrahim Kalkan
3
+ * http://www.jtable.org
4
+ */
5
+
6
+ @import "../jtable_lightcolor_base.less";
7
+
8
+ @theme-folder: 'blue';
9
+
10
+ .jtable_lightcolor_base(@theme-folder);
11
+
12
+ div.jtable-main-container
13
+ {
14
+ div.jtable-title
15
+ {
16
+ .vertical-gradient(#78b1ed,#417bb5);
17
+ border-color: #2B5177;
18
+
19
+ div.jtable-title-text
20
+ {
21
+ .text-shadow(0 1px 0 #666);
22
+ color: #fff;
23
+ }
24
+
25
+ div.jtable-toolbar
26
+ {
27
+ span.jtable-toolbar-item
28
+ {
29
+ color: white;
30
+
31
+ &.jtable-toolbar-item-hover
32
+ {
33
+ background-color: #417bb5;
34
+ }
35
+ }
36
+ }
37
+ }
38
+
39
+ table.jtable
40
+ {
41
+ tbody
42
+ {
43
+ > tr
44
+ {
45
+ @highlight-color:#5f9cdc;
46
+
47
+ &.jtable-row-selected,
48
+ &.jtable-row-selected:hover
49
+ {
50
+ background-color: @highlight-color;
51
+ }
52
+
53
+ &.jtable-row-created,
54
+ &.jtable-row-updated,
55
+ &.jtable-row-deleting
56
+ {
57
+ background-color: @highlight-color;
58
+ }
59
+ }
60
+ }
61
+ }
62
+
63
+ div.jtable-bottom-panel
64
+ {
65
+ .jtable-page-list
66
+ {
67
+ .jtable-page-number-active,.jtable-page-number-active:hover
68
+ {
69
+ @bgcolor: #2B5177;
70
+
71
+ background-color: @bgcolor;
72
+ border-color: @bgcolor - #222;
73
+ }
74
+ }
75
+
76
+ span.jtable-add-record
77
+ {
78
+ a
79
+ {
80
+ color: #2B5177;
81
+ }
82
+ }
83
+ }
84
+ }
85
+
86
+ div.jtable-busy-message
87
+ {
88
+ border-color: #2B5177;
89
+ background-color: #78B1ED;
90
+ }
@@ -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{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-weight:400;color:#222}div.jtable-main-container div.jtable-title{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;position:relative;line-height:34px;box-shadow:inset 0 1px 0 0 rgba(255,255,255,.5);padding-left:10px;border:1px solid}div.jtable-main-container div.jtable-title div.jtable-title-text{font-weight:bold}div.jtable-main-container div.jtable-title .jtable-close-button{right:6px;top:6px;bottom:6px;position:absolute;opacity:.8;filter:alpha(opacity=50);background:url('../../lightcolor/close.png') no-repeat;width:22px;height:22px}div.jtable-main-container div.jtable-title .jtable-close-button:hover{opacity:1;filter:alpha(opacity=50)}div.jtable-main-container div.jtable-title div.jtable-toolbar{bottom:0;right:0;position:absolute;line-height:26px}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-add-record span.jtable-toolbar-item-icon{background-image:url('../../lightcolor/add.png')}div.jtable-main-container table.jtable{border-collapse:collapse;border-spacing:0;border:1px solid #c8c8c8}div.jtable-main-container table.jtable thead{background:url('../../lightcolor/bg-thead.png') repeat-x scroll top left #ddd;border-top:1px solid #fff;border-bottom:1px solid #c8c8c8}div.jtable-main-container table.jtable thead th{padding:4px 3px 4px 6px;border-left:1px solid #fff;border-right:1px solid #c8c8c8}div.jtable-main-container table.jtable thead th:first-child{border-left:none}div.jtable-main-container table.jtable thead thth:last-child{border-right:none}div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container{height:20px}div.jtable-main-container table.jtable thead th.jtable-column-header span.jtable-column-header-text{margin-top:3px}div.jtable-main-container table.jtable thead th.jtable-column-header-selecting{padding:5px}div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container{background:url('../../lightcolor/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('../../lightcolor/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('../../lightcolor/column-desc.png') no-repeat right}div.jtable-main-container table.jtable tbody>tr{padding:2px;background:#f8f8f8;height:30px}div.jtable-main-container table.jtable tbody>tr>td{padding:5px;border-left:1px dotted #bebebe}div.jtable-main-container table.jtable tbody>tr>td:first-child{border-left:none}div.jtable-main-container table.jtable tbody>tr>td .jtable-edit-command-button{background:url('../../lightcolor/edit.png') no-repeat;width:16px;height:16px}div.jtable-main-container table.jtable tbody>tr>td .jtable-delete-command-button{background:url('../../lightcolor/delete.png') no-repeat;width:16px;height:16px}div.jtable-main-container table.jtable tbody>tr.jtable-row-even{background:#f0f0f0}div.jtable-main-container table.jtable tbody>tr:hover{background:#e8eaef}div.jtable-main-container table.jtable tbody>tr.jtable-row-selected{-webkit-text-shadow:0 1px 0 #333;text-shadow:0 1px 0 #333;color:#fcfcfc}div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td{background-color:#bbb;padding:2px 1px 2px 2px}div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable{border:none;border-bottom:1px solid #c8c8c8}div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable-title,div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable-bottom-panel{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none}div.jtable-main-container div.jtable-bottom-panel{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;padding:1px;background:#fff;border:1px solid #c8c8c8;border-top:none;min-height:24px;line-height:16px;font-size:.9em}div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area{padding:2px}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list{margin:2px}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{-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;background-color:#ebebeb;border-style:solid;border-width:1px;border-color:#fff #b5b5b5 #b5b5b5 #fff;padding:2px 5px}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover{background-color:#ddd}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active{-webkit-text-shadow:0 1px 0 #666;text-shadow:0 1px 0 #666;color:#fcfcfc}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled{opacity:.5;filter:alpha(opacity=50)}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled.jtable-page-number-active{opacity:1;filter:alpha(opacity=50)}div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled:hover{background-color:#ebebeb}div.jtable-main-container div.jtable-bottom-panel .jtable-page-info{display:inline-block;padding:4px}div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record{margin:3px}div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a{font-weight:bold;text-decoration:none}div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover{text-decoration:underline}div.jtable-main-container div.jtable-column-selection-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 2px 4px rgba(50,51,50,.75);-moz-box-shadow:2px 2px 4px rgba(50,51,50,.75);box-shadow:2px 2px 4px rgba(50,51,50,.75)}form.jtable-dialog-form{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-weight:400}form.jtable-dialog-form div.jtable-input-label{font-weight:bold}div.jtable-busy-message{-webkit-text-shadow:0 1px 0 #333;text-shadow:0 1px 0 #333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 2px 4px rgba(50,51,50,.75);-moz-box-shadow:2px 2px 4px rgba(50,51,50,.75);box-shadow:2px 2px 4px rgba(50,51,50,.75);color:#fff;border:1px solid;padding:3px 5px 5px 27px;background:url('../../lightcolor/blue/loading.gif') no-repeat;background-position:5px}div.jtable-main-container div.jtable-title{background:#78b1ed;background:-moz-linear-gradient(top,#78b1ed 0%,#417bb5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#78b1ed),color-stop(100%,#417bb5));background:-webkit-linear-gradient(top,#78b1ed 0%,#417bb5 100%);background:-o-linear-gradient(top,#78b1ed 0%,#417bb5 100%);background:-ms-linear-gradient(top,#78b1ed 0%,#417bb5 100%);background:linear-gradient(to bottom,#78b1ed 0%,#417bb5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);border-color:#2b5177}div.jtable-main-container div.jtable-title div.jtable-title-text{-webkit-text-shadow:0 1px 0 #666;text-shadow:0 1px 0 #666;color:#fff}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item{color:#fff}div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover{background-color:#417bb5}div.jtable-main-container table.jtable tbody>tr.jtable-row-selected,div.jtable-main-container table.jtable tbody>tr.jtable-row-selected:hover{background-color:#5f9cdc}div.jtable-main-container table.jtable tbody>tr.jtable-row-created,div.jtable-main-container table.jtable tbody>tr.jtable-row-updated,div.jtable-main-container table.jtable tbody>tr.jtable-row-deleting{background-color:#5f9cdc}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-active:hover{background-color:#2b5177;border-color:#092f55}div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a{color:#2b5177}div.jtable-busy-message{border-color:#2b5177;background-color:#78b1ed}