effective_datatables 1.8.0 → 1.8.1
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: c38cf04df743575dae7c960878458fb8ab4a453a
|
4
|
+
data.tar.gz: b699d858ac7214927013cde7fc8c6c79d7bfe4ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d497c3ed1742b03aa71ea03884bb2d0ee2df0d28e76337fc7b8d6909c43f44716c57650bcf0cf683843ebe3916056bfab0d0ec1ab9e32cd3403883a3b64bb9f
|
7
|
+
data.tar.gz: 94f08913f4fd48440dbcad151bc55d90c6c46c722ef60f68a7fdec64ac29be9b0a83fe661711d6571bc35f0587aa47e17afefdc63fa857dc17f198d7bbc076b8
|
@@ -9,13 +9,13 @@
|
|
9
9
|
border-collapse: collapse;
|
10
10
|
box-sizing: border-box;
|
11
11
|
|
12
|
+
.form-group { width: 100%; margin-left: 0px; margin-right: 0px; }
|
13
|
+
input,select { width: 100%; min-width: 105px; }
|
14
|
+
p { margin: 0px; }
|
15
|
+
|
12
16
|
thead th {
|
13
17
|
padding: 6px 18px 6px 6px;
|
14
18
|
vertical-align: middle;
|
15
|
-
|
16
|
-
.form-group { width: 100%; }
|
17
|
-
input,select { width: 100%; min-width: 105px; }
|
18
|
-
p { margin: 0px; }
|
19
19
|
}
|
20
20
|
|
21
21
|
thead th.sorting_disabled {
|