jquery-datatables-rails 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/lib/jquery-datatables-rails.rb +0 -0
  2. data/lib/jquery/datatables/rails/engine.rb +0 -0
  3. data/lib/jquery/datatables/rails/version.rb +1 -1
  4. data/vendor/assets/images/dataTables/back_disabled.png +0 -0
  5. data/vendor/assets/images/dataTables/back_enabled.png +0 -0
  6. data/vendor/assets/images/dataTables/back_enabled_hover.png +0 -0
  7. data/vendor/assets/images/dataTables/extras/background.png +0 -0
  8. data/vendor/assets/images/dataTables/extras/collection.png +0 -0
  9. data/vendor/assets/images/dataTables/extras/collection_hover.png +0 -0
  10. data/vendor/assets/images/dataTables/extras/copy.png +0 -0
  11. data/vendor/assets/images/dataTables/extras/copy_hover.png +0 -0
  12. data/vendor/assets/images/dataTables/extras/csv.png +0 -0
  13. data/vendor/assets/images/dataTables/extras/csv_hover.png +0 -0
  14. data/vendor/assets/images/dataTables/extras/pdf.png +0 -0
  15. data/vendor/assets/images/dataTables/extras/pdf_hover.png +0 -0
  16. data/vendor/assets/images/dataTables/extras/print.png +0 -0
  17. data/vendor/assets/images/dataTables/extras/print_hover.png +0 -0
  18. data/vendor/assets/images/dataTables/extras/xls.png +0 -0
  19. data/vendor/assets/images/dataTables/extras/xls_hover.png +0 -0
  20. data/vendor/assets/images/dataTables/favicon.ico +0 -0
  21. data/vendor/assets/images/dataTables/forward_disabled.png +0 -0
  22. data/vendor/assets/images/dataTables/forward_enabled.png +0 -0
  23. data/vendor/assets/images/dataTables/forward_enabled_hover.png +0 -0
  24. data/vendor/assets/images/dataTables/sort_asc.png +0 -0
  25. data/vendor/assets/images/dataTables/sort_asc_disabled.png +0 -0
  26. data/vendor/assets/images/dataTables/sort_both.png +0 -0
  27. data/vendor/assets/images/dataTables/sort_desc.png +0 -0
  28. data/vendor/assets/images/dataTables/sort_desc_disabled.png +0 -0
  29. data/vendor/assets/javascripts/dataTables/extras/AutoFill.js +0 -0
  30. data/vendor/assets/javascripts/dataTables/extras/ColReorder.js +0 -0
  31. data/vendor/assets/javascripts/dataTables/extras/ColVis.js +0 -0
  32. data/vendor/assets/javascripts/dataTables/extras/FixedColumns.js +0 -0
  33. data/vendor/assets/javascripts/dataTables/extras/FixedHeader.js +0 -0
  34. data/vendor/assets/javascripts/dataTables/extras/KeyTable.js +0 -0
  35. data/vendor/assets/javascripts/dataTables/extras/Scroller.js +0 -0
  36. data/vendor/assets/javascripts/dataTables/extras/TableTools.js +320 -302
  37. data/vendor/assets/javascripts/dataTables/extras/TableTools.min.js +76 -0
  38. data/vendor/assets/javascripts/dataTables/extras/ZeroClipboard.js +2 -2
  39. data/vendor/assets/javascripts/dataTables/jquery.dataTables.api.fnFilterOnReturn.js +1 -1
  40. data/vendor/assets/javascripts/dataTables/jquery.dataTables.api.fnGetColumnData.js +0 -0
  41. data/vendor/assets/javascripts/dataTables/jquery.dataTables.api.fnReloadAjax.js +0 -0
  42. data/vendor/assets/javascripts/dataTables/jquery.dataTables.api.fnSetFilteringDelay.js +32 -0
  43. data/vendor/assets/javascripts/dataTables/jquery.dataTables.bootstrap.js +0 -0
  44. data/vendor/assets/javascripts/dataTables/jquery.dataTables.js +0 -0
  45. data/vendor/assets/javascripts/dataTables/jquery.dataTables.sorting.numbersHtml.js +0 -0
  46. data/vendor/assets/javascripts/dataTables/jquery.dataTables.typeDetection.numbersHtml.js +0 -0
  47. data/vendor/assets/media/dataTables/extras/as3/ZeroClipboard.as +221 -0
  48. data/vendor/assets/media/dataTables/extras/as3/ZeroClipboardPdf.as +310 -0
  49. data/vendor/assets/media/dataTables/extras/as3/lib/AlivePDF.swc +0 -0
  50. data/vendor/assets/media/dataTables/extras/swf/copy_csv_xls.swf +0 -0
  51. data/vendor/assets/media/dataTables/extras/swf/copy_csv_xls_pdf.swf +0 -0
  52. data/vendor/assets/stylesheets/dataTables/extras/TableTools.css +314 -0
  53. data/vendor/assets/stylesheets/dataTables/extras/TableTools_JUI.css +185 -0
  54. data/vendor/assets/stylesheets/dataTables/jquery.dataTables.bootstrap.css.scss +0 -0
  55. data/vendor/assets/stylesheets/dataTables/jquery.dataTables.css.scss +11 -11
  56. data/vendor/assets/stylesheets/dataTables/src/demo_page.css +0 -0
  57. data/vendor/assets/stylesheets/dataTables/src/demo_table.css +11 -11
  58. data/vendor/assets/stylesheets/dataTables/src/demo_table_jui.css +17 -9
  59. data/vendor/assets/stylesheets/dataTables/src/jquery.dataTables_themeroller.css +6 -6
  60. metadata +25 -10
  61. data/.gitignore +0 -7
  62. data/Gemfile +0 -4
  63. data/LICENSE +0 -20
  64. data/Rakefile +0 -1
  65. data/Readme.md +0 -88
  66. data/jquery-datatables-rails.gemspec +0 -20
@@ -0,0 +1,314 @@
1
+ /*
2
+ * File: TableTools.css
3
+ * Description: Styles for TableTools 2
4
+ * Author: Allan Jardine (www.sprymedia.co.uk)
5
+ * Language: Javascript
6
+ * License: GPL v2 / 3 point BSD
7
+ * Project: DataTables
8
+ *
9
+ * Copyright 2009-2012 Allan Jardine, all rights reserved.
10
+ *
11
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
12
+ *
13
+ * CSS name space:
14
+ * DTTT DataTables TableTools
15
+ *
16
+ * Style sheet provides:
17
+ * CONTAINER TableTools container element and styles applying to all components
18
+ * BUTTON_STYLES Action specific button styles
19
+ * SELECTING Row selection styles
20
+ * COLLECTIONS Drop down list (collection) styles
21
+ * PRINTING Print display styles
22
+ */
23
+
24
+
25
+ /*
26
+ * CONTAINER
27
+ * TableTools container element and styles applying to all components
28
+ */
29
+ div.DTTT_container {
30
+ position: relative;
31
+ float: right;
32
+ margin-bottom: 1em;
33
+ }
34
+
35
+ button.DTTT_button,
36
+ div.DTTT_button,
37
+ a.DTTT_button {
38
+ position: relative;
39
+ float: left;
40
+ margin-right: 3px;
41
+ padding: 5px 8px;
42
+ border: 1px solid #999;
43
+ cursor: pointer;
44
+ *cursor: hand;
45
+ font-size: 0.88em;
46
+ color: black !important;
47
+
48
+ -webkit-border-radius: 2px;
49
+ -moz-border-radius: 2px;
50
+ -ms-border-radius: 2px;
51
+ -o-border-radius: 2px;
52
+ border-radius: 2px;
53
+
54
+ -webkit-box-shadow: 1px 1px 3px #ccc;
55
+ -moz-box-shadow: 1px 1px 3px #ccc;
56
+ -ms-box-shadow: 1px 1px 3px #ccc;
57
+ -o-box-shadow: 1px 1px 3px #ccc;
58
+ box-shadow: 1px 1px 3px #ccc;
59
+
60
+ /* Generated by http://www.colorzilla.com/gradient-editor/ */
61
+ background: #ffffff; /* Old browsers */
62
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
63
+ background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
64
+ background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
65
+ background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
66
+ background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
67
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
68
+ }
69
+
70
+
71
+ /* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
72
+ button.DTTT_button {
73
+ height: 30px;
74
+ padding: 3px 8px;
75
+ }
76
+
77
+ .DTTT_button embed {
78
+ outline: none;
79
+ }
80
+
81
+ button.DTTT_button:hover,
82
+ div.DTTT_button:hover,
83
+ a.DTTT_button:hover {
84
+ border: 1px solid #666;
85
+ text-decoration: none !important;
86
+
87
+ -webkit-box-shadow: 1px 1px 3px #999;
88
+ -moz-box-shadow: 1px 1px 3px #999;
89
+ -ms-box-shadow: 1px 1px 3px #999;
90
+ -o-box-shadow: 1px 1px 3px #999;
91
+ box-shadow: 1px 1px 3px #999;
92
+
93
+ background: #f3f3f3; /* Old browsers */
94
+ background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
95
+ background: -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
96
+ background: -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
97
+ background: -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
98
+ background: linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
99
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
100
+ }
101
+
102
+ button.DTTT_disabled,
103
+ div.DTTT_disabled,
104
+ a.DTTT_disabled {
105
+ color: #999;
106
+ border: 1px solid #d0d0d0;
107
+
108
+ background: #ffffff; /* Old browsers */
109
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
110
+ background: -moz-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* FF3.6+ */
111
+ background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* IE10+ */
112
+ background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Opera 11.10+ */
113
+ background: linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* W3C */
114
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
115
+ }
116
+
117
+
118
+ button.DTTT_button_csv,
119
+ button.DTTT_button_xls,
120
+ button.DTTT_button_copy,
121
+ button.DTTT_button_pdf,
122
+ button.DTTT_button_print {
123
+ padding-right: 0px;
124
+ }
125
+
126
+ button.DTTT_button_csv span,
127
+ button.DTTT_button_xls span,
128
+ button.DTTT_button_copy span,
129
+ button.DTTT_button_pdf span,
130
+ button.DTTT_button_print span {
131
+ display: inline-block;
132
+ height: 24px;
133
+ line-height: 24px;
134
+ padding-right: 30px;
135
+ }
136
+
137
+
138
+ button.DTTT_button_csv span { background: url('/assets/dataTables/dataTables/extras/csv.png') no-repeat bottom right; }
139
+ button.DTTT_button_csv:hover span { background: url('/assets/dataTables/dataTables/extras/csv_hover.png') no-repeat center right; }
140
+
141
+ button.DTTT_button_xls span { background: url('assets/dataTables/dataTables/extras/xls.png') no-repeat center right; }
142
+ button.DTTT_button_xls:hover span { background: #f0f0f0 url('/assets/dataTables/extras/xls_hover.png') no-repeat center right; }
143
+
144
+ button.DTTT_button_copy span { background: url('/assets/dataTables/dataTables/extras/copy.png') no-repeat center right; }
145
+ button.DTTT_button_copy:hover span { background: #f0f0f0 url('/assets/dataTables/extras/copy_hover.png') no-repeat center right; }
146
+
147
+ button.DTTT_button_pdf span { background: url('/assets/dataTables/dataTables/extras/pdf.png') no-repeat center right; }
148
+ button.DTTT_button_pdf:hover span { background: #f0f0f0 url('/assets/dataTables/extras/pdf_hover.png') no-repeat center right; }
149
+
150
+ button.DTTT_button_print span { background: url('/assets/dataTables/dataTables/extras/print.png') no-repeat center right; }
151
+ button.DTTT_button_print:hover span { background: #f0f0f0 url('/assets/dataTables/extras/print_hover.png') no-repeat center right; }
152
+
153
+
154
+ button.DTTT_button_collection span {
155
+ padding-right: 17px;
156
+ background: url('/assets/dataTables/extras/collection.png') no-repeat center right;
157
+ }
158
+
159
+ button.DTTT_button_collection:hover span {
160
+ padding-right: 17px;
161
+ background: #f0f0f0 url('/assets/dataTables/extras/collection_hover.png') no-repeat center right;
162
+ }
163
+
164
+
165
+ /*
166
+ * SELECTING
167
+ * Row selection styles
168
+ */
169
+ table.DTTT_selectable tbody tr {
170
+ cursor: pointer;
171
+ *cursor: hand;
172
+ }
173
+
174
+ table.dataTable tr.DTTT_selected.odd {
175
+ background-color: #9FAFD1;
176
+ }
177
+
178
+ table.dataTable tr.DTTT_selected.odd td.sorting_1 {
179
+ background-color: #9FAFD1;
180
+ }
181
+
182
+ table.dataTable tr.DTTT_selected.odd td.sorting_2 {
183
+ background-color: #9FAFD1;
184
+ }
185
+
186
+ table.dataTable tr.DTTT_selected.odd td.sorting_3 {
187
+ background-color: #9FAFD1;
188
+ }
189
+
190
+
191
+ table.dataTable tr.DTTT_selected.even {
192
+ background-color: #B0BED9;
193
+ }
194
+
195
+ table.dataTable tr.DTTT_selected.even td.sorting_1 {
196
+ background-color: #B0BED9;
197
+ }
198
+
199
+ table.dataTable tr.DTTT_selected.even td.sorting_2 {
200
+ background-color: #B0BED9;
201
+ }
202
+
203
+ table.dataTable tr.DTTT_selected.even td.sorting_3 {
204
+ background-color: #B0BED9;
205
+ }
206
+
207
+
208
+ /*
209
+ * COLLECTIONS
210
+ * Drop down list (collection) styles
211
+ */
212
+
213
+ div.DTTT_collection {
214
+ width: 150px;
215
+ padding: 8px 8px 4px 8px;
216
+ border: 1px solid #ccc;
217
+ border: 1px solid rgba( 0, 0, 0, 0.4 );
218
+ background-color: #f3f3f3;
219
+ background-color: rgba( 255, 255, 255, 0.3 );
220
+ overflow: hidden;
221
+ z-index: 2002;
222
+
223
+ -webkit-border-radius: 5px;
224
+ -moz-border-radius: 5px;
225
+ -ms-border-radius: 5px;
226
+ -o-border-radius: 5px;
227
+ border-radius: 5px;
228
+
229
+ -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
230
+ -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
231
+ -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
232
+ -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
233
+ box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
234
+ }
235
+
236
+ div.DTTT_collection_background {
237
+ background: transparent url('/assets/dataTables/extras/background.png') repeat top left;
238
+ z-index: 2001;
239
+ }
240
+
241
+ div.DTTT_collection button.DTTT_button,
242
+ div.DTTT_collection div.DTTT_button,
243
+ div.DTTT_collection a.DTTT_button {
244
+ position: relative;
245
+ left: 0;
246
+ right: 0;
247
+
248
+ display: block;
249
+ float: none;
250
+ margin-bottom: 4px;
251
+
252
+ -webkit-box-shadow: 1px 1px 3px #999;
253
+ -moz-box-shadow: 1px 1px 3px #999;
254
+ -ms-box-shadow: 1px 1px 3px #999;
255
+ -o-box-shadow: 1px 1px 3px #999;
256
+ box-shadow: 1px 1px 3px #999;
257
+ }
258
+
259
+
260
+ /*
261
+ * PRINTING
262
+ * Print display styles
263
+ */
264
+
265
+ .DTTT_print_info {
266
+ position: fixed;
267
+ top: 50%;
268
+ left: 50%;
269
+ width: 400px;
270
+ height: 150px;
271
+ margin-left: -200px;
272
+ margin-top: -75px;
273
+ text-align: center;
274
+ color: #333;
275
+ padding: 10px 30px;
276
+
277
+ background: #ffffff; /* Old browsers */
278
+ background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
279
+ background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
280
+ background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
281
+ background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
282
+ background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
283
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
284
+
285
+ opacity: 0.95;
286
+
287
+ border: 1px solid black;
288
+ border: 1px solid rgba(0, 0, 0, 0.5);
289
+
290
+ -webkit-border-radius: 6px;
291
+ -moz-border-radius: 6px;
292
+ -ms-border-radius: 6px;
293
+ -o-border-radius: 6px;
294
+ border-radius: 6px;
295
+
296
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
297
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
298
+ -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
299
+ -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
300
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
301
+ }
302
+
303
+ .DTTT_print_info h6 {
304
+ font-weight: normal;
305
+ font-size: 28px;
306
+ line-height: 28px;
307
+ margin: 1em;
308
+ }
309
+
310
+ .DTTT_print_info p {
311
+ font-size: 14px;
312
+ line-height: 20px;
313
+ }
314
+
@@ -0,0 +1,185 @@
1
+ /*
2
+ * File: TableTools.css
3
+ * Description: Styles for TableTools 2 with JUI theming
4
+ * Author: Allan Jardine (www.sprymedia.co.uk)
5
+ * Language: Javascript
6
+ * License: LGPL / 3 point BSD
7
+ * Project: DataTables
8
+ *
9
+ * Copyright 2010 Allan Jardine, all rights reserved.
10
+ *
11
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
12
+ *
13
+ * Notes:
14
+ * Generally speaking, please refer to the TableTools.css file - this file contains basic
15
+ * modifications to that 'master' stylesheet for ThemeRoller.
16
+ *
17
+ * CSS name space:
18
+ * DTTT DataTables TableTools
19
+ *
20
+ * Colour dictionary:
21
+ * Button border #d0d0d0
22
+ * Button border hover #999999
23
+ * Hover background #f0f0f0
24
+ * Action blue #4b66d9
25
+ *
26
+ * Style sheet provides:
27
+ * CONTAINER TableTools container element and styles applying to all components
28
+ * SELECTING Row selection styles
29
+ * COLLECTIONS Drop down list (collection) styles
30
+ * PRINTING Print display styles
31
+ * MISC Minor misc styles
32
+ */
33
+
34
+
35
+ /*
36
+ * CONTAINER
37
+ * TableTools container element and styles applying to all components
38
+ */
39
+ div.DTTT_container {
40
+ position: relative;
41
+ float: left;
42
+ }
43
+
44
+ .DTTT_button {
45
+ position: relative;
46
+ float: left;
47
+ margin-right: 3px;
48
+ padding: 3px 10px;
49
+ border: 1px solid #d0d0d0;
50
+ background-color: #fff;
51
+ color: #333 !important;
52
+ cursor: pointer;
53
+ *cursor: hand;
54
+ }
55
+
56
+ .DTTT_button::-moz-focus-inner {
57
+ border: none !important;
58
+ padding: 0;
59
+ }
60
+
61
+
62
+
63
+ /*
64
+ * SELECTING
65
+ * Row selection styles
66
+ */
67
+ table.DTTT_selectable tbody tr {
68
+ cursor: pointer;
69
+ *cursor: hand;
70
+ }
71
+
72
+ table.dataTable tr.DTTT_selected.odd {
73
+ background-color: #9FAFD1;
74
+ }
75
+
76
+ table.dataTable tr.DTTT_selected.odd td.sorting_1 {
77
+ background-color: #9FAFD1;
78
+ }
79
+
80
+ table.dataTable tr.DTTT_selected.odd td.sorting_2 {
81
+ background-color: #9FAFD1;
82
+ }
83
+
84
+ table.dataTable tr.DTTT_selected.odd td.sorting_3 {
85
+ background-color: #9FAFD1;
86
+ }
87
+
88
+
89
+ table.dataTable tr.DTTT_selected.even {
90
+ background-color: #B0BED9;
91
+ }
92
+
93
+ table.dataTable tr.DTTT_selected.even td.sorting_1 {
94
+ background-color: #B0BED9;
95
+ }
96
+
97
+ table.dataTable tr.DTTT_selected.even td.sorting_2 {
98
+ background-color: #B0BED9;
99
+ }
100
+
101
+ table.dataTable tr.DTTT_selected.even td.sorting_3 {
102
+ background-color: #B0BED9;
103
+ }
104
+
105
+
106
+ /*
107
+ * COLLECTIONS
108
+ * Drop down list (collection) styles
109
+ */
110
+
111
+ div.DTTT_collection {
112
+ width: 150px;
113
+ background-color: #f3f3f3;
114
+ overflow: hidden;
115
+ z-index: 2002;
116
+
117
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
118
+ -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
119
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
120
+ }
121
+
122
+ div.DTTT_collection_background {
123
+ background: url('/assets/dataTables/extras/background.png') repeat top left;
124
+ z-index: 2001;
125
+ }
126
+
127
+ div.DTTT_collection button.DTTT_button,
128
+ div.DTTT_collection div.DTTT_button,
129
+ div.DTTT_collection a.DTTT_button {
130
+ float: none;
131
+ width: 100%;
132
+ margin-bottom: -0.1em;
133
+ }
134
+
135
+
136
+ /*
137
+ * PRINTING
138
+ * Print display styles
139
+ */
140
+
141
+ .DTTT_print_info {
142
+ position: absolute;
143
+ top: 50%;
144
+ left: 50%;
145
+ width: 400px;
146
+ height: 150px;
147
+ margin-left: -200px;
148
+ margin-top: -75px;
149
+ text-align: center;
150
+ background-color: #3f3f3f;
151
+ color: white;
152
+ padding: 10px 30px;
153
+
154
+ opacity: 0.9;
155
+
156
+ border-radius: 5px;
157
+ -moz-border-radius: 5px;
158
+ -webkit-border-radius: 5px;
159
+
160
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
161
+ -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
162
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
163
+ }
164
+
165
+ .DTTT_print_info h6 {
166
+ font-weight: normal;
167
+ font-size: 28px;
168
+ line-height: 28px;
169
+ margin: 1em;
170
+ }
171
+
172
+ .DTTT_print_info p {
173
+ font-size: 14px;
174
+ line-height: 20px;
175
+ }
176
+
177
+
178
+ /*
179
+ * MISC
180
+ * Minor misc styles
181
+ */
182
+
183
+ .DTTT_disabled {
184
+ color: #999;
185
+ }