datatables-rails-bs3 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmRmMDIxMjQ3NjcxNmQ2MDcyZDBlZmYxMTIyMGYyNDhhZTEzNGRjOA==
4
+ MzA3Y2YwMGYzZjBlN2EwZDE5YjlkMmRmNWRmOTM3NDE2NDA3ZDQxNQ==
5
5
  data.tar.gz: !binary |-
6
- YjU2ZTM2ZGUzMzRiYWRmNTljZmMzMjg2OWNmMWE2YTIyN2ZhOWNlOQ==
6
+ OThiNDllOTU0YzM1MWQ2OTdiNTIzOGQ4N2QxZmFjMzBhNTczMjlhOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Nzc3NTFjYzY4N2I3OGJkZWE2NTRmNDA4NWRmM2QxMjZkYWY2Y2JjZjFiNjdl
10
- Y2I0NDQ1YWQxZDI5YTgyY2I0YWM2YWIyMjViNDBiOGM1ZDliYjE0Yjc4ZGYx
11
- YzNhNDhlMWEwMjUwOTNjOGFiZDZlMWU1ZDM0YmZhYjE2NjY1MzY=
9
+ YWRhYWY5ZDJhMWY0YmYxMjljMDMxODZiOWQxODIyOGY1MDdlZTg4ZDQ3OTZh
10
+ NDhiOTM3ZDczZTdjMzMyOWIzMDBmZGNkZTMzMTZmNjYyYmMwYzg2NmFjMjQ5
11
+ ZWI1NGQ3ZDg5MTZmMTkyODFlMzU4M2Q0NDAyYmVmNzdkZWEwNjM=
12
12
  data.tar.gz: !binary |-
13
- MjcwNThlOTdhMmZjMWVlN2FmYzkwYTBjNzAxZjBmM2M3MWU2MWJhM2ZiYjY2
14
- OWIxYjc0MTA3Yjg0ODk5NTRhNDViYTZkMzAyODQ2ZDgxYjdmNWY2MWM1ODY0
15
- ODY3OWM1MGQ1NTllOWJhNWIyMjc4ZjFhYmRkMTJkNzI3ZjMyNjA=
13
+ YjBmNDYwNzM2MjAxMjJjZTcwOGMyYzljNjk5ZGE5MzM4NjZjY2ZlZDkwZDVi
14
+ MzE2NmRmMDdhY2QxMWE4MjBkYjQyMDMwMjYyMzg1NmY5NmM0MTk3NDgxYjVm
15
+ YTNiMDE2MDUzZDIwODA5ODU1NzljZDYzOTAxN2YwZDcxYzhjNDA=
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Datatables
3
3
  module Rails
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
6
6
  end
7
7
  end
@@ -135,30 +135,30 @@ button.DTTT_button_print span {
135
135
  }
136
136
 
137
137
 
138
- button.DTTT_button_csv span { background: url('assets/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; }
138
+ button.DTTT_button_csv span { background: url('datatables/extras/csv.png') no-repeat bottom right; }
139
+ button.DTTT_button_csv:hover span { background: url('datatables/dataTables/extras/csv_hover.png') no-repeat center right; }
140
140
 
141
- button.DTTT_button_xls span { background: url('assets/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; }
141
+ button.DTTT_button_xls span { background: url('dataTables/extras/xls.png') no-repeat center right; }
142
+ button.DTTT_button_xls:hover span { background: #f0f0f0 url('datatables/extras/xls_hover.png') no-repeat center right; }
143
143
 
144
- button.DTTT_button_copy span { background: url('assets/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; }
144
+ button.DTTT_button_copy span { background: url('datatables/extras/copy.png') no-repeat center right; }
145
+ button.DTTT_button_copy:hover span { background: #f0f0f0 url('datatables/extras/copy_hover.png') no-repeat center right; }
146
146
 
147
- button.DTTT_button_pdf span { background: url('assets/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; }
147
+ button.DTTT_button_pdf span { background: url('datatables/extras/pdf.png') no-repeat center right; }
148
+ button.DTTT_button_pdf:hover span { background: #f0f0f0 url('datatables/extras/pdf_hover.png') no-repeat center right; }
149
149
 
150
- button.DTTT_button_print span { background: url('assets/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; }
150
+ button.DTTT_button_print span { background: url('datatables/extras/print.png') no-repeat center right; }
151
+ button.DTTT_button_print:hover span { background: #f0f0f0 url('datatables/extras/print_hover.png') no-repeat center right; }
152
152
 
153
153
 
154
154
  button.DTTT_button_collection span {
155
155
  padding-right: 17px;
156
- background: url('assets/datatables/extras/collection.png') no-repeat center right;
156
+ background: url('datatables/extras/collection.png') no-repeat center right;
157
157
  }
158
158
 
159
159
  button.DTTT_button_collection:hover span {
160
160
  padding-right: 17px;
161
- background: #f0f0f0 url('assets/datatables/extras/collection_hover.png') no-repeat center right;
161
+ background: #f0f0f0 url('datatables/extras/collection_hover.png') no-repeat center right;
162
162
  }
163
163
 
164
164
 
@@ -234,7 +234,7 @@ div.DTTT_collection {
234
234
  }
235
235
 
236
236
  div.DTTT_collection_background {
237
- background: transparent url('assets/datatables/extras/background.png') repeat top left;
237
+ background: transparent url('datatables/extras/background.png') repeat top left;
238
238
  z-index: 2001;
239
239
  }
240
240
 
@@ -120,7 +120,7 @@ div.DTTT_collection {
120
120
  }
121
121
 
122
122
  div.DTTT_collection_background {
123
- background: url('assets/datatables/extras/background.png') repeat top left;
123
+ background: url('datatables/extras/background.png') repeat top left;
124
124
  z-index: 2001;
125
125
  }
126
126
 
@@ -35,12 +35,12 @@ table.table thead .sorting_desc_disabled {
35
35
  *cursor: hand;
36
36
  }
37
37
 
38
- table.table thead .sorting { background: url('assets/datatables/sort_both.png') no-repeat center right; }
39
- table.table thead .sorting_asc { background: url('assets/datatables/sort_asc.png') no-repeat center right; }
40
- table.table thead .sorting_desc { background: url('assets/datatables/sort_desc.png') no-repeat center right; }
38
+ table.table thead .sorting { background: url('datatables/sort_both.png') no-repeat center right; }
39
+ table.table thead .sorting_asc { background: url('datatables/sort_asc.png') no-repeat center right; }
40
+ table.table thead .sorting_desc { background: url('datatables/sort_desc.png') no-repeat center right; }
41
41
 
42
- table.table thead .sorting_asc_disabled { background: url('assets/datatables/sort_asc_disabled.png') no-repeat center right; }
43
- table.table thead .sorting_desc_disabled { background: url('assets/datatables/sort_desc_disabled.png') no-repeat center right; }
42
+ table.table thead .sorting_asc_disabled { background: url('datatables/sort_asc_disabled.png') no-repeat center right; }
43
+ table.table thead .sorting_desc_disabled { background: url('datatables/sort_desc_disabled.png') no-repeat center right; }
44
44
 
45
45
  table.dataTable th:active {
46
46
  outline: none;
@@ -124,13 +124,13 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
124
124
  margin-left: 10px;
125
125
  }
126
126
 
127
- .paginate_enabled_previous { background: url('assets/datatables/back_enabled.png') no-repeat top left; }
128
- .paginate_enabled_previous:hover { background: url('assets/datatables/back_enabled_hover.png') no-repeat top left; }
129
- .paginate_disabled_previous { background: url('assets/datatables/back_disabled.png') no-repeat top left; }
127
+ .paginate_enabled_previous { background: url('datatables/back_enabled.png') no-repeat top left; }
128
+ .paginate_enabled_previous:hover { background: url('datatables/back_enabled_hover.png') no-repeat top left; }
129
+ .paginate_disabled_previous { background: url('datatables/back_disabled.png') no-repeat top left; }
130
130
 
131
- .paginate_enabled_next { background: url('assets/datatables/forward_enabled.png') no-repeat top right; }
132
- .paginate_enabled_next:hover { background: url('assets/datatables/forward_enabled_hover.png') no-repeat top right; }
133
- .paginate_disabled_next { background: url('assets/datatables/forward_disabled.png') no-repeat top right; }
131
+ .paginate_enabled_next { background: url('datatables/forward_enabled.png') no-repeat top right; }
132
+ .paginate_enabled_next:hover { background: url('datatables/forward_enabled_hover.png') no-repeat top right; }
133
+ .paginate_disabled_next { background: url('datatables/forward_disabled.png') no-repeat top right; }
134
134
 
135
135
  /* Full number pagination */
136
136
  .paging_full_numbers {
@@ -194,12 +194,12 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
194
194
  /*
195
195
  * Sorting
196
196
  */
197
- .sorting { background: url('assets/datatables/sort_both.png') no-repeat center right; }
198
- .sorting_asc { background: url('assets/datatables/sort_asc.png') no-repeat center right; }
199
- .sorting_desc { background: url('assets/datatables/sort_desc.png') no-repeat center right; }
197
+ .sorting { background: url('datatables/sort_both.png') no-repeat center right; }
198
+ .sorting_asc { background: url('datatables/sort_asc.png') no-repeat center right; }
199
+ .sorting_desc { background: url('datatables/sort_desc.png') no-repeat center right; }
200
200
 
201
- .sorting_asc_disabled { background: url('assets/datatables/sort_asc_disabled.png') no-repeat center right; }
202
- .sorting_desc_disabled { background: url('assets/datatables/sort_desc_disabled.png') no-repeat center right; }
201
+ .sorting_asc_disabled { background: url('datatables/sort_asc_disabled.png') no-repeat center right; }
202
+ .sorting_desc_disabled { background: url('datatables/sort_desc_disabled.png') no-repeat center right; }
203
203
 
204
204
  table.dataTable thead th:active,
205
205
  table.dataTable thead td:active {
@@ -104,25 +104,25 @@
104
104
  }
105
105
 
106
106
  .paginate_disabled_previous {
107
- background: url('assets/datatables/back_disabled.png') no-repeat top left;
107
+ background: url('datatables/back_disabled.png') no-repeat top left;
108
108
  }
109
109
 
110
110
  .paginate_enabled_previous {
111
- background: url('assets/datatables/back_enabled.png') no-repeat top left;
111
+ background: url('datatables/back_enabled.png') no-repeat top left;
112
112
  }
113
113
  .paginate_enabled_previous:hover {
114
- background: url('assets/datatables/back_enabled_hover.png') no-repeat top left;
114
+ background: url('datatables/back_enabled_hover.png') no-repeat top left;
115
115
  }
116
116
 
117
117
  .paginate_disabled_next {
118
- background: url('assets/datatables/forward_disabled.png') no-repeat top right;
118
+ background: url('datatables/forward_disabled.png') no-repeat top right;
119
119
  }
120
120
 
121
121
  .paginate_enabled_next {
122
- background: url('assets/datatables/forward_enabled.png') no-repeat top right;
122
+ background: url('datatables/forward_enabled.png') no-repeat top right;
123
123
  }
124
124
  .paginate_enabled_next:hover {
125
- background: url('assets/datatables/forward_enabled_hover.png') no-repeat top right;
125
+ background: url('datatables/forward_enabled_hover.png') no-repeat top right;
126
126
  }
127
127
 
128
128
 
@@ -182,23 +182,23 @@ table.display td.center {
182
182
  */
183
183
 
184
184
  .sorting_asc {
185
- background: url('assets/datatables/sort_asc.png') no-repeat center right;
185
+ background: url('datatables/sort_asc.png') no-repeat center right;
186
186
  }
187
187
 
188
188
  .sorting_desc {
189
- background: url('assets/datatables/sort_desc.png') no-repeat center right;
189
+ background: url('datatables/sort_desc.png') no-repeat center right;
190
190
  }
191
191
 
192
192
  .sorting {
193
- background: url('assets/datatables/sort_both.png') no-repeat center right;
193
+ background: url('datatables/sort_both.png') no-repeat center right;
194
194
  }
195
195
 
196
196
  .sorting_asc_disabled {
197
- background: url('assets/datatables/sort_asc_disabled.png') no-repeat center right;
197
+ background: url('datatables/sort_asc_disabled.png') no-repeat center right;
198
198
  }
199
199
 
200
200
  .sorting_desc_disabled {
201
- background: url('assets/datatables/sort_desc_disabled.png') no-repeat center right;
201
+ background: url('datatables/sort_desc_disabled.png') no-repeat center right;
202
202
  }
203
203
 
204
204
  th:active {
@@ -164,19 +164,19 @@ table.display thead th div.DataTables_sort_wrapper span {
164
164
  }
165
165
 
166
166
  .paginate_disabled_previous {
167
- background-image: url('assets/datatables/back_disabled.jpg');
167
+ background-image: url('datatables/back_disabled.jpg');
168
168
  }
169
169
 
170
170
  .paginate_enabled_previous {
171
- background-image: url('assets/datatables/back_enabled.jpg');
171
+ background-image: url('datatables/back_enabled.jpg');
172
172
  }
173
173
 
174
174
  .paginate_disabled_next {
175
- background-image: url('assets/datatables/forward_disabled.jpg');
175
+ background-image: url('datatables/forward_disabled.jpg');
176
176
  }
177
177
 
178
178
  .paginate_enabled_next {
179
- background-image: url('assets/datatables/forward_enabled.jpg');
179
+ background-image: url('datatables/forward_enabled.jpg');
180
180
  }
181
181
 
182
182
 
@@ -216,23 +216,23 @@ table.display td.center {
216
216
  */
217
217
 
218
218
  .sorting_asc {
219
- background: url('assets/datatables/sort_asc.png') no-repeat center right;
219
+ background: url('datatables/sort_asc.png') no-repeat center right;
220
220
  }
221
221
 
222
222
  .sorting_desc {
223
- background: url('assets/datatables/sort_desc.png') no-repeat center right;
223
+ background: url('datatables/sort_desc.png') no-repeat center right;
224
224
  }
225
225
 
226
226
  .sorting {
227
- background: url('assets/datatables/sort_both.png') no-repeat center right;
227
+ background: url('datatables/sort_both.png') no-repeat center right;
228
228
  }
229
229
 
230
230
  .sorting_asc_disabled {
231
- background: url('assets/datatables/sort_asc_disabled.png') no-repeat center right;
231
+ background: url('datatables/sort_asc_disabled.png') no-repeat center right;
232
232
  }
233
233
 
234
234
  .sorting_desc_disabled {
235
- background: url('assets/datatables/sort_desc_disabled.png') no-repeat center right;
235
+ background: url('datatables/sort_desc_disabled.png') no-repeat center right;
236
236
  }
237
237
 
238
238
 
@@ -146,13 +146,13 @@ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
146
146
  margin-left: 10px;
147
147
  }
148
148
 
149
- .paginate_enabled_previous { background: url('assets/datatables/back_enabled.png') no-repeat top left; }
150
- .paginate_enabled_previous:hover { background: url('assets/datatables/back_enabled_hover.png') no-repeat top left; }
151
- .paginate_disabled_previous { background: url('assets/datatables/back_disabled.png') no-repeat top left; }
149
+ .paginate_enabled_previous { background: url('datatables/back_enabled.png') no-repeat top left; }
150
+ .paginate_enabled_previous:hover { background: url('datatables/back_enabled_hover.png') no-repeat top left; }
151
+ .paginate_disabled_previous { background: url('datatables/back_disabled.png') no-repeat top left; }
152
152
 
153
- .paginate_enabled_next { background: url('assets/datatables/forward_enabled.png') no-repeat top right; }
154
- .paginate_enabled_next:hover { background: url('assets/datatables/forward_enabled_hover.png') no-repeat top right; }
155
- .paginate_disabled_next { background: url('assets/datatables/forward_disabled.png') no-repeat top right; }
153
+ .paginate_enabled_next { background: url('datatables/forward_enabled.png') no-repeat top right; }
154
+ .paginate_enabled_next:hover { background: url('datatables/forward_enabled_hover.png') no-repeat top right; }
155
+ .paginate_disabled_next { background: url('datatables/forward_disabled.png') no-repeat top right; }
156
156
 
157
157
  /* Full number pagination */
158
158
  .paging_full_numbers a:active {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datatables-rails-bs3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devan Beitel