datatables-rails-bs3 0.0.2 → 0.0.4
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.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
N2UwYjViOGUzNTg5OTJhMDIwOGM3OWUxMjQwY2RkNGViZjlmZDFjOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDljMGJkMDgzMGEwNzA4YTFmYmNmMDJkZjY2NTI4OTMxZTUzNjdmNQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmViMWFjYmUyMjIxYTQ3ZGY3YjIwZjI2MWVmYjZjZmY0MjZjNjlkZmY2OWQ3
|
10
|
+
MjBjYTU4MTQ3ZGI3OWFjODQyNDFmYjczZWRiOTBjMzFmMjdkZmQ5N2IxYjY4
|
11
|
+
ZmUwMGY4YTIxNDNjMjY1NTU1ZTEyNGM5OTFkNTFhZTNjM2E1NzI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjcxNTA0ZWY2ZTJiOTkwYmY1Y2MyYmY0ODkzMTE1ODczNDFjNDkzYzQzM2Nj
|
14
|
+
ODIxZjkxZjY3NWM5MzFlMDQ4NDIyYmRjYzQzMjU3NzExOWVjNjE0ZGRhNDQw
|
15
|
+
OGI4YTczMjc3MjFiMTg3MDhiMzk1N2E3NTYwNDI3MjExYWVkZjM=
|
@@ -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('
|
39
|
-
table.table thead .sorting_asc { background: url('
|
40
|
-
table.table thead .sorting_desc { background: url('
|
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('
|
43
|
-
table.table thead .sorting_desc_disabled { background: url('
|
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:
|
128
|
-
.paginate_enabled_previous:hover { background:
|
129
|
-
.paginate_disabled_previous { background:
|
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:
|
132
|
-
.paginate_enabled_next:hover { background:
|
133
|
-
.paginate_disabled_next { background:
|
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:
|
198
|
-
.sorting_asc { background:
|
199
|
-
.sorting_desc { background:
|
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:
|
202
|
-
.sorting_desc_disabled { background:
|
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 {
|
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.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Devan Beitel
|
@@ -90,7 +90,7 @@ files:
|
|
90
90
|
- vendor/assets/stylesheets/dataTables/src/demo_table.css
|
91
91
|
- vendor/assets/stylesheets/dataTables/src/demo_table_jui.css
|
92
92
|
- vendor/assets/stylesheets/dataTables/src/jquery.dataTables_themeroller.css
|
93
|
-
homepage: https://github.com/DevanB/
|
93
|
+
homepage: https://github.com/DevanB/datatables-rails-bs3
|
94
94
|
licenses: []
|
95
95
|
metadata: {}
|
96
96
|
post_install_message:
|