smock 0.1.195 → 0.1.196
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.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/includes/_forms.sass +8 -0
- data/examples/forms.html +4 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -67,6 +67,14 @@ abbr[title]
|
|
67
67
|
.form-terms a
|
68
68
|
color: $gray-light
|
69
69
|
|
70
|
+
.input.boolean
|
71
|
+
+clearfix
|
72
|
+
+space(margin-top)
|
73
|
+
+space(margin-bottom)
|
74
|
+
label
|
75
|
+
display: inline
|
76
|
+
+space(line-height)
|
77
|
+
|
70
78
|
.hint
|
71
79
|
+space(margin-top, 0.5)
|
72
80
|
+space(margin-bottom, 0.5)
|
data/examples/forms.html
CHANGED
@@ -32,6 +32,10 @@
|
|
32
32
|
comments (optional)</label><textarea class="string optional" id="form_order_extra_comments"
|
33
33
|
name="form_order[extra_comments]"
|
34
34
|
placeholder="Anything else you would like to share with your expert"></textarea>
|
35
|
+
|
36
|
+
<div class="input boolean optional">
|
37
|
+
<input class="boolean optional" id="boolean" type="checkbox"><label for="boolean" class="boolean optional">Subscribe to the Envato Studio newsletter</label>
|
38
|
+
</div>
|
35
39
|
</fieldset>
|
36
40
|
</form>
|
37
41
|
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.196
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -451,7 +451,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
451
451
|
version: '0'
|
452
452
|
segments:
|
453
453
|
- 0
|
454
|
-
hash:
|
454
|
+
hash: 2289771006728329007
|
455
455
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
456
456
|
none: false
|
457
457
|
requirements:
|
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
460
460
|
version: '0'
|
461
461
|
segments:
|
462
462
|
- 0
|
463
|
-
hash:
|
463
|
+
hash: 2289771006728329007
|
464
464
|
requirements: []
|
465
465
|
rubyforge_project: smock
|
466
466
|
rubygems_version: 1.8.21
|