effective_datatables 2.2.7 → 2.2.8
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,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2af972536144f8c3940510fc6811d59f30393aec
|
4
|
+
data.tar.gz: 3003738442753405ea9d6dcaa6c662214dd76acc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f91d80262d5e37a287a2cb9dad39f99ae4fd54a2f07d46cd051bf2c5ab9f626603ecc82e27fc1e6ae1a2e94db6f31374bc90b8c6f3fca752a7ca663b264d37e
|
7
|
+
data.tar.gz: 1a5ebaa445aba77f54120bcf866c0bf8d780879df6ddebefd0e77a43a1c1974568330f51bf23294787ea7d66109c2a14867687bae75a65b79d4d9e1eafe1f66e
|
@@ -18,5 +18,5 @@
|
|
18
18
|
//= require_tree ./effective_datatables
|
19
19
|
|
20
20
|
$.extend( $.fn.dataTable.defaults, {
|
21
|
-
'dom': "<'row'<'col-sm-
|
21
|
+
'dom': "<'row'<'col-sm-4'l><'col-sm-8'B>><'row'<'col-sm-12'tr>><'row'<'col-sm-6'i><'col-sm-6'p>>"
|
22
22
|
});
|
@@ -98,6 +98,10 @@ div.dt-buttons {
|
|
98
98
|
}
|
99
99
|
}
|
100
100
|
|
101
|
+
.dt-buttons.btn-group > a {
|
102
|
+
margin-right: 0;
|
103
|
+
}
|
104
|
+
|
101
105
|
// Show / hide columns button
|
102
106
|
ul.dt-button-collection {
|
103
107
|
width: 400px;
|
@@ -159,3 +163,8 @@ div.dataTables_wrapper div.dataTables_info {
|
|
159
163
|
// Collapsed responsive view
|
160
164
|
table.dataTable > tbody > tr.child span.dtr-title { min-width: 175px; }
|
161
165
|
table.dataTable > tbody > tr.child span.dtr-data { white-space: nowrap; }
|
166
|
+
|
167
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child,
|
168
|
+
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child {
|
169
|
+
padding-left: 30px !important;
|
170
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_datatables
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|