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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eefcf2f04134581e1fd06e16e2455f40247d612b
|
|
4
|
+
data.tar.gz: 5c764fb5d46e6f84ab20df1559dd12678be6f434
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdee6e8b79db0b9e9c1131cdea0823ae724b3d8465f3705076e4f50af29cc712cfc77c9952d1ba1e4cd3fd1d7403ca823c8f6b719425fdacb5e5a46a84214a58
|
|
7
|
+
data.tar.gz: 638c6bc5ae84b2281408a5bac2877090c579b07c63abbeca22445c6aaaaef4349ceb321beaf0bbce21bc5ab45c77476163ac1d63d1f3ea6ad6f4805ace5a709e
|
|
@@ -150,19 +150,22 @@ input[type="checkbox"]{
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
|
|
154
|
-
.
|
|
155
|
-
|
|
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
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
160
|
+
.day {
|
|
161
|
+
@extend %inputs-thirds;
|
|
162
|
+
margin: 0 5%;
|
|
163
|
+
}
|
|
162
164
|
|
|
163
|
-
.hour,
|
|
164
|
-
.minute{
|
|
165
|
-
|
|
165
|
+
.hour,
|
|
166
|
+
.minute {
|
|
167
|
+
@extend %inputs-halves;
|
|
168
|
+
}
|
|
166
169
|
}
|
|
167
170
|
|
|
168
171
|
.minute{
|
data/lib/ama_layout/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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:
|