smock 0.1.201 → 0.1.202

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.201)
4
+ smock (0.1.202)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -17,4 +17,4 @@ $text-highlight: $blue
17
17
  $border-radius: 4px
18
18
 
19
19
  // Third party colors
20
- $facebook: #3b5998
20
+ $facebook: #3b5998
@@ -89,3 +89,26 @@ abbr[title]
89
89
  a
90
90
  color: $gray
91
91
  text-decoration: underline
92
+
93
+ .input-prepend-wrapper
94
+ +border
95
+ +space(line-height, 2)
96
+ +clearfix
97
+ border-radius: $border-radius
98
+ background: $white
99
+ input.input-prepend-input
100
+ border-top-left-radius: 0
101
+ border-bottom-left-radius: 0
102
+ width: 65%
103
+ display: block
104
+ float: left
105
+ .input-prepend-add-on
106
+ border-top-left-radius: $border-radius
107
+ border-bottom-left-radius: $border-radius
108
+ +space(padding-left)
109
+ +space(padding-right)
110
+ width: 35%
111
+ display: block
112
+ float: left
113
+ background: $gray-lightest
114
+
@@ -41,6 +41,14 @@
41
41
  <label class="string optional">Disabled Text Input</label>
42
42
  <input class="string optional disabled disabled has-tip tip-top" disabled="disabled" type="text" />
43
43
  </div>
44
+
45
+ <div class="input prefixed optional user_profile_behance_username input-prepend">
46
+ <label class="prefixed optional" for="user_profile_behance_username">Prepended Input</label>
47
+ <div class="input-prepend-wrapper">
48
+ <span class="input-prepend-add-on">http://codecanyon.net/user/</span>
49
+ <input class="prefixed optional string input-prepend-input" id="user_profile_behance_username" name="user_profile[behance_username]" type="text">
50
+ </div>
51
+ </div>
44
52
  </fieldset>
45
53
  </form>
46
54
  </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.201
4
+ version: 0.1.202
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: -563281648014772954
454
+ hash: 2721166952358850356
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: -563281648014772954
463
+ hash: 2721166952358850356
464
464
  requirements: []
465
465
  rubyforge_project: smock
466
466
  rubygems_version: 1.8.21