flashgrid 3.1.1 → 3.2.0

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.
@@ -18,7 +18,6 @@ a {
18
18
  .link-gray { color: rgba(136,153,166,1); }
19
19
  .link-green { color: rgba(112,169,13,1); }
20
20
  .link-red { color: rgba(218,79,46,1); }
21
- .link-red { color: rgba(218,79,46,1); }
22
21
  .link-orange { color: rgba(232,126,15,1); }
23
22
  .link-white { color: rgba(255,255,255,1); }
24
23
  .link-yellow { color: rgba(255,217,15,1); }
@@ -30,9 +30,29 @@ table {
30
30
  font-weight: bold;
31
31
  padding: 7px 10px 6px 10px;
32
32
  }
33
- .table th a { color: rgba(71,74,84,1); }
34
- .table th a:hover { text-decoration: underline; }
35
- .table thead th { vertical-align: bottom; }
33
+ .table th a { color: rgba(71,74,84,1); }
34
+ .table th a:hover { text-decoration: underline; }
35
+ .table thead th { vertical-align: bottom; }
36
+ .table th.sort-asc:before {
37
+ content: "\f155";
38
+ float: right;
39
+ font-family: "Ionicons";
40
+ }
41
+ .table th.sort-desc:before {
42
+ content: "\f151";
43
+ float: right;
44
+ font-family: "Ionicons";
45
+ }
46
+ .table th.sort-none:before {
47
+ content: "\f1ac";
48
+ float: right;
49
+ font-family: "Ionicons";
50
+ }
51
+ .table th.sort-asc,
52
+ .table th.sort-desc,
53
+ .table th.sort-none { cursor: pointer; }
54
+ .table th.sort-empty:before { content: ""; }
55
+ .table th.sort-empty { pointer-events: none; }
36
56
  .table caption + thead tr:first-child th,
37
57
  .table caption + thead tr:first-child td,
38
58
  .table colgroup + thead tr:first-child th,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2014-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,6 +91,7 @@ files:
91
91
  - vendor/assets/javascripts/scrollspy.js
92
92
  - vendor/assets/javascripts/switch.js
93
93
  - vendor/assets/javascripts/tab.js
94
+ - vendor/assets/javascripts/tablespy.js
94
95
  - vendor/assets/javascripts/time_picker.js
95
96
  - vendor/assets/javascripts/tooltip.js
96
97
  - vendor/assets/javascripts/transition.js