active_frontend 12.4.16 → 12.4.17

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: 07b811d56502d69bc8ac2dffb5767ab81e7a32ed
4
- data.tar.gz: 4e6061313c7b23fffd77dea0ec2562d7ffa900f2
3
+ metadata.gz: 2dc8d8d9deec16a1463dc18bb152e212257cf3d3
4
+ data.tar.gz: fed6131987ef09e57cc14f598e676d0f5aa9733d
5
5
  SHA512:
6
- metadata.gz: 1c610aa0be7f4092c8b779efdb3574ad2d6054463363f3b02792a165917814868f8f2a5cdb0d42e568a1f82a0c83c01a23bf99d6f40f44d828aa884d9b4e6590
7
- data.tar.gz: 0c734070f02009514802a46dacd56bedbe5b682a5c6b0cf93e9617f0871fbb3e177c5694faee464345881b5f5a73206df2791af1a01a9f45f201f13970c8e0ed
6
+ metadata.gz: 56b7602f4546ccce03fd5170b344f0cc86d4f356d0f22a863ef148ae1cbff832486c28adab0f3db8e0786fef7e60dcd3e096e2964d64a99f8beeea8167002d9b
7
+ data.tar.gz: 4f0253feefdbe618c754e47084d840a8b950e9e4e2a540fc33e43ef43eace1b2f530045e15341f86815614867ac6c6626b0a4992de5aea343227713e3ec55533
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.16"
2
+ VERSION = "12.4.17"
3
3
  end
@@ -200,7 +200,8 @@ select[disabled] {
200
200
  border-collapse: separate;
201
201
  border-spacing: 0;
202
202
  display: table;
203
- margin-bottom: 5px;
203
+ margin: 2px 0 5px 0;
204
+ padding: 0;
204
205
  position: relative;
205
206
  width: 100%;
206
207
  }
@@ -97,13 +97,13 @@
97
97
  /* # Media Queries
98
98
  ================================================== */
99
99
  @media only screen and (max-width: 1365px) {
100
- .subheader-nav > li > a { min-width: 140px; }
100
+ .subheader-nav > li > a { min-width: 130px; }
101
101
  }
102
102
  @media only screen and (max-width: 1199px) {
103
- .subheader-nav > li > a { min-width: 120px; }
103
+ .subheader-nav > li > a { min-width: 100px; }
104
104
  }
105
105
  @media only screen and (max-width: 959px) {
106
- .subheader-nav > li > a { min-width: 100px; }
106
+ .subheader-nav > li > a { min-width: 70px; }
107
107
  }
108
108
  @media only screen and (max-width: 767px) {
109
109
  .subheader { display: none; }
@@ -14,4 +14,4 @@
14
14
  @include transition(none);
15
15
  visibility: visible;
16
16
  }
17
- .typeahead.dropdown-menu > li > a > b { color: $color-primary; }
17
+ .typeahead.dropdown-menu > li > a b { color: $color-primary; }
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: 12.4.16
4
+ version: 12.4.17
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-02-22 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails