active_frontend 13.0.4 → 13.0.5

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: 5b6f8d98312060acc02aeac893ce99c4890fef6a
4
- data.tar.gz: 560e5d71aae919168995cd95ef139432dd9aba54
3
+ metadata.gz: 80286d7f1e5b94905301d72ab1f7a3cf7f8cc401
4
+ data.tar.gz: cf6f4a42bbd2702022194556e829d2322f6f5d56
5
5
  SHA512:
6
- metadata.gz: 5e40286d8359fa17a88b37833a6233e0e62c0cea76419857eac8f919b2180e416e2a9aa2507420ffae8807bbdf11aea839a8ff09850933315ec45a8470a3b730
7
- data.tar.gz: f06d71f66692560e557d1a52f2a4bdd154e8625fa80e4eb5d089e08e9e4b7bb9281c5890eaae21aa6a1d7f397282f8468fedc32e64027b2a4985f0902aeac114
6
+ metadata.gz: bede6b95b0d9e4dff1edae5e41d3473415439fc5e64d5c29dd7ae3ad19d0a8ef22be41aa2aefce1245c591de07789c5514673c44f7c6621f31eab496c14add18
7
+ data.tar.gz: 61318625de1de2ea1a87efd5384f19ee8eb15ce75f0fc47b3eeed294e193434bc33497dcdd85630e3b16ff888a018a7e453b3a0d2774adfbbc8cc72051b2ae60
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.0.4"
2
+ VERSION = "13.0.5"
3
3
  end
@@ -44,6 +44,14 @@
44
44
  font-size: 18px;
45
45
  padding: 7px;
46
46
  }
47
+ .pagination > ul > li.pagination-icon:first-child > a {
48
+ padding-left: 6px;
49
+ padding-right: 8px;
50
+ }
51
+ .pagination > ul > li.pagination-icon:last-child > a {
52
+ padding-left: 8px;
53
+ padding-right: 6px;
54
+ }
47
55
 
48
56
  /* # Alignments
49
57
  ================================================== */
@@ -143,9 +143,6 @@ table {
143
143
  font-size: 13px;
144
144
  line-height: 21px;
145
145
  }
146
- .table-condensed thead tr th.tablespy-sort-asc:before,
147
- .table-condensed thead tr th.tablespy-sort-desc:before,
148
- .table-condensed thead tr th.tablespy-sort-none:before { font-size: 18px; }
149
146
  .table-scrollable {
150
147
  height: 300px;
151
148
  overflow: auto;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.4
4
+ version: 13.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-26 00:00:00.000000000 Z
11
+ date: 2016-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails