ama_layout 4.2.1 → 4.2.2

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: 3da374a8c6ae0a94c17e982672938db4afdcc197
4
- data.tar.gz: c81aff8b9e92c5844a5154691e4df66237cde645
3
+ metadata.gz: eefcf2f04134581e1fd06e16e2455f40247d612b
4
+ data.tar.gz: 5c764fb5d46e6f84ab20df1559dd12678be6f434
5
5
  SHA512:
6
- metadata.gz: 8cb8f7d0a70c2de87ea02bb6d48d3217e11740394ed4d102fba3f16a20cfc44c08b93f2176357c85aefbe690af1167a9d9997d2bf84c5ce9d7b763bc01856fbb
7
- data.tar.gz: e4686d5f1576229f2843795cacdf64ad3ea5bf7cc5f84c293b7d7044cbba8fcb33ac177aa902dbd40e744248ca6f75860188de0a86b298c348ed4524c4b2af82
6
+ metadata.gz: fdee6e8b79db0b9e9c1131cdea0823ae724b3d8465f3705076e4f50af29cc712cfc77c9952d1ba1e4cd3fd1d7403ca823c8f6b719425fdacb5e5a46a84214a58
7
+ data.tar.gz: 638c6bc5ae84b2281408a5bac2877090c579b07c63abbeca22445c6aaaaef4349ceb321beaf0bbce21bc5ab45c77476163ac1d63d1f3ea6ad6f4805ace5a709e
@@ -150,19 +150,22 @@ input[type="checkbox"]{
150
150
  }
151
151
  }
152
152
 
153
- .month,
154
- .year{
155
- @extend %inputs-thirds;
156
- }
153
+ // Scoped to avoid collisions with foundations datepicker
154
+ .date{
155
+ .month,
156
+ .year {
157
+ @extend %inputs-thirds;
158
+ }
157
159
 
158
- .day{
159
- @extend %inputs-thirds;
160
- margin: 0 5%;
161
- }
160
+ .day {
161
+ @extend %inputs-thirds;
162
+ margin: 0 5%;
163
+ }
162
164
 
163
- .hour,
164
- .minute{
165
- @extend %inputs-halves;
165
+ .hour,
166
+ .minute {
167
+ @extend %inputs-halves;
168
+ }
166
169
  }
167
170
 
168
171
  .minute{
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '4.2.1'
2
+ VERSION = '4.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2016-09-01 00:00:00.000000000 Z
21
+ date: 2016-09-09 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -404,7 +404,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
404
404
  version: '0'
405
405
  requirements: []
406
406
  rubyforge_project:
407
- rubygems_version: 2.2.2
407
+ rubygems_version: 2.4.5.1
408
408
  signing_key:
409
409
  specification_version: 4
410
410
  summary: ".ama.ab.ca site layouts"
@@ -431,3 +431,4 @@ test_files:
431
431
  - spec/internal/log/.gitignore
432
432
  - spec/internal/public/favicon.ico
433
433
  - spec/spec_helper.rb
434
+ has_rdoc: