johnhenry 1.0.5 → 1.0.6

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: 63b6c7e76cabffc3f8a174413697840f7be54658
4
- data.tar.gz: 0a5b766d6653dad6969e48734664f46211cc69fa
3
+ metadata.gz: 464844324b026f3ef2f5e69dea4a7b48418887f8
4
+ data.tar.gz: 0b0f82a74cdf0bf55c7fa09a32426f324b4d45b4
5
5
  SHA512:
6
- metadata.gz: 8ad09dd40ad7d5f73db990709ac99fdabf6f1ae1be70fa03dc260bbe0b5039625c4ac0f888b5edc335d264f1425eed417b008d1e9c098ad2fc4fd420ffff29da
7
- data.tar.gz: 8519c00c76d72ab6ca6dc2011227252769ee0141bd3020df99c7f1863b7f983d932e9f1399fec0242b3446a4fa8b135e6418fa4d2a8ed0318213c5fc8b017191
6
+ metadata.gz: 608d0963e5a3dc171b2d028aaa3831532358ed6f9a6635e791767dfd298cf77802d5195b32059f6623b8811097c5a92726a31a5f55886346776fb45b540bcf49
7
+ data.tar.gz: 8b203d776895e9f51552084fbf5946877f02e5df4b1f074d4c4b8d46c5405659fb874dcc22afd5ec2442fc12559d18e6f12c7ede19fc2f8ca62d19b7b33da29b
@@ -22,6 +22,13 @@
22
22
  margin-bottom: 15px;
23
23
  }
24
24
  }
25
- body > .container:nth-child(n+3) {
25
+
26
+ // add margin to the 4th-plus child
27
+ body > .container:nth-child(n+4) {
28
+ margin-top: 80px;
29
+ }
30
+ // and the third if it's right after #hero-unit
31
+ // this handles the case of a .alert container before #hero-unit
32
+ body > #hero-unit + .container {
26
33
  margin-top: 80px;
27
34
  }
@@ -0,0 +1,5 @@
1
+ .form-row
2
+ .col-xs-12.form-group
3
+ - if local_assigns[:label]
4
+ %label.control-label= local_assigns[:label]
5
+ %input.form-control{ local_assigns[:attrs] }
@@ -0,0 +1,5 @@
1
+ .form-row
2
+ .col-xs-12.form-group
3
+ %button.btn.btn-primary.form-control.submit-button
4
+ = image_tag 'johnhenry/spinner-primary.gif', class: 'hide'
5
+ = local_assigns[:cta]
@@ -1,3 +1,3 @@
1
1
  module JohnHenry
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: johnhenry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Derewecki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-08 00:00:00.000000000 Z
11
+ date: 2014-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -205,6 +205,8 @@ files:
205
205
  - app/views/johnhenry/payments/new.html.haml
206
206
  - app/views/johnhenry/payments/show.html.haml
207
207
  - app/views/johnhenry/payments/show.json.jbuilder
208
+ - app/views/johnhenry/shared/_form_row.html.haml
209
+ - app/views/johnhenry/shared/_form_row_submit.html.haml
208
210
  - app/views/johnhenry/shared/_payment_form.html.haml
209
211
  - app/views/johnhenry/shared/_signin_form.html.haml
210
212
  - app/views/johnhenry/shared/_signup_form.html.haml