tenon 1.0.39 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2842ff152d128a4c013b4eea086fbaf6595c9cc5
4
- data.tar.gz: ddcd130ed4bcab7620aa473d1edd7f663da22206
3
+ metadata.gz: 994b906428f4c20bfb67cd385b87d92d897d90ad
4
+ data.tar.gz: 267fdd4e3a9ebe2a9f670d69e708a6ffa03826a7
5
5
  SHA512:
6
- metadata.gz: 405f16203de16f8e9c2f7e57842893aa95ec8f8086e6d7f51827805493c71a348a895833b7a36f770597d65140d1517efd770a577348dab4b1b10ab87d03ea53
7
- data.tar.gz: 47b13d11a134171bbcefe80fb89b46ac46821d00d79891aabe7e619ef0da05c63776997898b9f42e20dd557ad07aa8c128bedb994ac39ab029feb44b6058f77c
6
+ metadata.gz: b2c7743b1fabb8fb8176f80a7bd1699dadebb6495cf1e0694e744519c090b7d11cbddf314f989b0241f899465bf007abde218ebc09ac03a4db7dcaa0ef6a0005
7
+ data.tar.gz: cb7c1c41b6dd36e1e50f3185e61d945458fc8453c7b527f7d417e504a06532bdc20f67f27fe04593a80414d680d004a1bf39bae04068c2541feabb0384d74e33
@@ -20,7 +20,7 @@
20
20
  }
21
21
  }
22
22
 
23
- input[type=text], input[type=password], textarea, select {
23
+ input[type=text], input[type=password], input[type=email], textarea, select {
24
24
  margin: 3px 0;
25
25
  padding-left: 5px;
26
26
  width: 100%;
@@ -34,7 +34,7 @@
34
34
  font-size: $tn-font-small;
35
35
  }
36
36
 
37
- label, input[type=text], input[type=password], textarea, .explanation, h4.box-label {
37
+ label, input[type=text], input[type=password], input[type=email], textarea, .explanation, h4.box-label {
38
38
  margin: 2px 0;
39
39
  }
40
40
 
@@ -51,7 +51,7 @@ label, h4.box-label {
51
51
  line-height: 18px;
52
52
  }
53
53
 
54
- input[type=text], input[type=password] {
54
+ input[type=text], input[type=password], input[type=email] {
55
55
  height: 40px;
56
56
  font-size: $tn-font-large;
57
57
  }
@@ -85,7 +85,7 @@ input[type=text], input[type=password] {
85
85
  padding: 10px;
86
86
  }
87
87
 
88
- input[type=text], input[type=password] {
88
+ input[type=text], input[type=password], input[type=email] {
89
89
  padding: 0;
90
90
  height: auto;
91
91
  color: $tn-dark-grey;
@@ -83,7 +83,7 @@
83
83
  }
84
84
  }
85
85
 
86
- input[type=text], input[type=password] {
86
+ input[type=text], input[type=password], input[type=email] {
87
87
  width: 100%;
88
88
  border: 0;
89
89
 
@@ -7,7 +7,7 @@
7
7
  .flash= flash[:alert]
8
8
  .row.bordered
9
9
  = f.label :email, :label => "Email Address:"
10
- = f.text_field :email, placeholder: 'user@example.com'
10
+ = f.email_field :email, placeholder: 'user@example.com'
11
11
 
12
12
  .row.bordered
13
13
  = f.label :password, :label => "Password:"
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '1.0.39'
2
+ VERSION = '1.0.40'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.39
4
+ version: 1.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative