smock 0.1.159 → 0.1.160
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 +4 -2
- data/examples/forms.html +11 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
@@ -31,13 +31,15 @@ textarea
|
|
31
31
|
|
32
32
|
select
|
33
33
|
margin: 0
|
34
|
-
background:
|
34
|
+
background: $white
|
35
35
|
border-color: $border-color
|
36
36
|
border-radius: $border-radius
|
37
37
|
border-style: solid
|
38
38
|
width: 100%
|
39
|
+
+space(height)
|
40
|
+
|
41
|
+
.select--large
|
39
42
|
+space(height, 2)
|
40
|
-
+space(margin-bottom)
|
41
43
|
|
42
44
|
abbr[title]
|
43
45
|
color: $red
|
data/examples/forms.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<p class="paragraph--hint">This is a hint that belongs on a form.</p>
|
9
9
|
|
10
10
|
<div class="">
|
11
|
-
<label class="string optional" for="select_input">Select Input
|
11
|
+
<label class="string optional" for="select_input">Select Input</label>
|
12
12
|
<select class="optional" name="select_input">
|
13
13
|
<option value="volvo">Volvo</option>
|
14
14
|
<option value="saab">Saab</option>
|
@@ -17,6 +17,16 @@
|
|
17
17
|
</select>
|
18
18
|
</div>
|
19
19
|
|
20
|
+
<div class="">
|
21
|
+
<label class="string optional" for="select_input">Large Select Input</label>
|
22
|
+
<select name="select_input" class="select--large">
|
23
|
+
<option value="volvo">Volvo</option>
|
24
|
+
<option value="saab">Saab</option>
|
25
|
+
<option value="mercedes">Mercedes</option>
|
26
|
+
<option value="audi">Audi</option>
|
27
|
+
</select>
|
28
|
+
</div>
|
29
|
+
|
20
30
|
<div class="input string optional form_order_extra_comments"><label class="string optional"
|
21
31
|
for="form_order_extra_comments">Extra
|
22
32
|
comments (optional)</label><textarea class="string optional" id="form_order_extra_comments"
|
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.160
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -444,7 +444,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
444
444
|
version: '0'
|
445
445
|
segments:
|
446
446
|
- 0
|
447
|
-
hash:
|
447
|
+
hash: -2036622141656184134
|
448
448
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
449
449
|
none: false
|
450
450
|
requirements:
|
@@ -453,7 +453,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
453
453
|
version: '0'
|
454
454
|
segments:
|
455
455
|
- 0
|
456
|
-
hash:
|
456
|
+
hash: -2036622141656184134
|
457
457
|
requirements: []
|
458
458
|
rubyforge_project: smock
|
459
459
|
rubygems_version: 1.8.21
|