effective_datatables 1.1.2 → 1.1.3
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 +4 -4
- data/app/assets/stylesheets/effective_datatables.bootstrap2.scss +6 -0
- data/app/assets/stylesheets/effective_datatables.scss +6 -0
- data/app/assets/stylesheets/effective_datatables/_overrides.scss +56 -4
- data/lib/effective_datatables/version.rb +1 -1
- metadata +20 -6
- data/app/assets/stylesheets/effective_datatables.bootstrap2.css.scss +0 -8
- data/app/assets/stylesheets/effective_datatables.css.scss +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5a0a8d34cd0d4b494742656d6a0793b88d9696b
|
4
|
+
data.tar.gz: 20fe3b21eb31dedbcb9e4371250829e4680a6721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79e4009e535312010e76dfd6976eef8a9097731206f25344f48b6da3fb67f93cfb682468b27279bcb7078aad82e4b5a891ba64be4a3bf7250ba6d13ccf520c21
|
7
|
+
data.tar.gz: 9ff83e82ed8b46facfe42c314eb10bdcd782041460e768bd9f75f0347e2af1d6efb0f3e64b126f4425a17ea2a729c3dcb85f0e7b7a32a6673989f6872c0f0b56
|
@@ -1,9 +1,48 @@
|
|
1
1
|
.dataTables_wrapper { // This is the Header
|
2
|
-
overflow
|
2
|
+
overflow: hidden;
|
3
3
|
|
4
4
|
.row {
|
5
|
-
margin-left:
|
6
|
-
margin-right:
|
5
|
+
margin-left: -15px;
|
6
|
+
margin-right: -15px;
|
7
|
+
}
|
8
|
+
|
9
|
+
.form-control {
|
10
|
+
color: #646464;
|
11
|
+
border: 1px solid #bcbcbc;
|
12
|
+
|
13
|
+
&:focus {
|
14
|
+
box-shadow: none;
|
15
|
+
border-color: #03428d;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
.DTTT_button,
|
20
|
+
.ColVis_Button {
|
21
|
+
color: #00a6ff !important;
|
22
|
+
border: 1px solid #e0eeff;
|
23
|
+
background: #fff;
|
24
|
+
box-shadow: none;
|
25
|
+
|
26
|
+
&:hover:not(.ColVis_MasterButton) {
|
27
|
+
color: #fff !important;
|
28
|
+
background: #00a6ff !important;
|
29
|
+
border: 1px solid #e0eeff;
|
30
|
+
background: #fff;
|
31
|
+
box-shadow: none;
|
32
|
+
}
|
33
|
+
|
34
|
+
&.active {
|
35
|
+
color: #fff;
|
36
|
+
background: #03428d !important;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.dataTables_length,
|
41
|
+
.dataTables_filter,
|
42
|
+
.dataTables_info,
|
43
|
+
.dataTables_processing,
|
44
|
+
.dataTables_paginate {
|
45
|
+
color: #646464;
|
7
46
|
}
|
8
47
|
|
9
48
|
table.dataTable.sorting-hidden {
|
@@ -26,6 +65,14 @@
|
|
26
65
|
.form-inline, .form-control { width: 100%; }
|
27
66
|
thead, tr, th { padding-left: 6px; }
|
28
67
|
|
68
|
+
tbody th, tbody td, thead th, thead td {
|
69
|
+
border-left: none;
|
70
|
+
border-bottom: none;
|
71
|
+
}
|
72
|
+
|
73
|
+
thead th { border-top: none; }
|
74
|
+
|
75
|
+
.col-actions { white-space: nowrap; }
|
29
76
|
.col-datetime { white-space: nowrap; }
|
30
77
|
}
|
31
78
|
|
@@ -56,6 +103,12 @@
|
|
56
103
|
}
|
57
104
|
}
|
58
105
|
|
106
|
+
ol,
|
107
|
+
ul {
|
108
|
+
list-style-type: none;
|
109
|
+
padding-left: 0;
|
110
|
+
}
|
111
|
+
|
59
112
|
.DTTT_container {
|
60
113
|
float: none;
|
61
114
|
width: 190px;
|
@@ -71,4 +124,3 @@ div.DTTT_print_info {
|
|
71
124
|
h6 { color: black; }
|
72
125
|
p { color: black; }
|
73
126
|
}
|
74
|
-
|
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: 1.1.
|
4
|
+
version: 1.1.3
|
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: 2015-01-
|
11
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: sass-rails
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
70
|
+
name: haml
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - ">="
|
@@ -80,6 +80,20 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: jquery-datatables-rails
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 3.1.1
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 3.1.1
|
83
97
|
description: Uniquely powerful server-side searching, sorting and filtering of any
|
84
98
|
ActiveRecord or Array collection as well as post-rendered content displayed as a
|
85
99
|
frontend jQuery Datatable
|
@@ -97,8 +111,8 @@ files:
|
|
97
111
|
- app/assets/javascripts/effective_datatables.js
|
98
112
|
- app/assets/javascripts/effective_datatables/initialize.js.coffee
|
99
113
|
- app/assets/javascripts/vendor/jquery.dataTables.columnFilter.js
|
100
|
-
- app/assets/stylesheets/effective_datatables.bootstrap2.
|
101
|
-
- app/assets/stylesheets/effective_datatables.
|
114
|
+
- app/assets/stylesheets/effective_datatables.bootstrap2.scss
|
115
|
+
- app/assets/stylesheets/effective_datatables.scss
|
102
116
|
- app/assets/stylesheets/effective_datatables/_overrides.scss
|
103
117
|
- app/controllers/effective/datatables_controller.rb
|
104
118
|
- app/helpers/effective_datatables_helper.rb
|