datatables-rails-bs3 0.0.1 → 0.0.2
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
|
+
NmRkN2Q1MjYyNTMzN2MzNTQ4YmQ2MDY4YmFlYjczZjNkYThkNDg2OA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzZkNGRlZjcxOWIyM2E2OWVjNDY5Y2E4OGY0NzhhNTA4NWEzZWVjYg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
M2RiMWQzNjNhN2NiNTJlNTFjZWZjN2ExOTU2MTQyNjc2N2VmNGYxNTVlNjJm
|
10
|
+
YTZmZmEzZmM5NDg0NmM1MTVjMjY3YTVmYWZkODVlNjA0NTZjNWNlNDlmMTky
|
11
|
+
M2YzOTA2ZDBiYTYxMTZhZWY2ODYwNDU2OTRmNzAyNTUzNGJmMmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
N2Y2OTg1MTk3NjljYmZjYmIyOGFjM2NlMTIxN2ViZDZkMWRmYTE5NmUzZjdk
|
14
|
+
ZjA1YmQwMzE4YTA2NjIyNzEwMGFlNjllY2I1MDFjOTNiMTE1N2E5OTI0ODgx
|
15
|
+
Mzk3ZGNhNjY3Yzg5YmMzNjFjMzMzOTE2NWFmYjMwNzg3M2MwNDA=
|
@@ -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;
|