waterfall_bourbon_neat_rails 1.9.9.8 → 1.9.9.9

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: 60ad2716121ec62a85dec1e528dcba6700c97688
4
- data.tar.gz: a5081eb1a5925736d2a63a209b9948f6379e36a1
3
+ metadata.gz: 406ea8e97e83704557d79ea06c1873c768f6e6d6
4
+ data.tar.gz: d94f188165981dcf416bceb11802732a15a36810
5
5
  SHA512:
6
- metadata.gz: e920a8493fafd39ad9a73f69c90ce7799051d2837e7b85f12c155ea0071542fc32c980bdb64d7ab0668e9be751dff18a66b7d88b59325598eed8c455933602da
7
- data.tar.gz: 375ee5c0d657cfeb25e843bda678fb10e8ba85ce313ba96dfc09cb96390cb5924f282b8957b3e313d6327e44c1c51c160784b60c1a1a6c32987eb357543ff0aa
6
+ metadata.gz: 123d8bdfb5f64a291bbcf289622e23269aa4f57182f7a0ba00c6cf4065440eb83b52c84204084210c3aa8b5441326d25f931a2b00214952634cdc041088f63cf
7
+ data.tar.gz: e52468d42fc604be63540d543b0b1ed03fdba130362d046895fc6016436f2828b9d53eebe81efa23a4e44544d439040b845fa2668b909bf446e518f671b8af90
@@ -14,3 +14,4 @@
14
14
  @import "modal_new";
15
15
  @import "modal_lead";
16
16
  @import "modal_filters";
17
+ @import "modal_user";
@@ -0,0 +1,63 @@
1
+ .userModal-wrapper{
2
+ @include outer-container();
3
+ width: 800px;
4
+
5
+ form{
6
+ display: table;
7
+ width: 100%;
8
+ }
9
+
10
+ .fieldset-main{
11
+ @include span-columns(16);
12
+
13
+ input{
14
+ height: 30px;
15
+ line-height: 30px;
16
+ font-size: 14px;
17
+ }
18
+
19
+ .error{
20
+ height: 20px;
21
+ line-height: 20px;
22
+ font-size: 12px;
23
+ }
24
+ }
25
+
26
+ .fieldset-child{
27
+ @include span-columns(14 of 16);
28
+ @include shift(1);
29
+ @include pad(10px 0 0 0);
30
+
31
+ margin-top: 10px;
32
+ background: rgb(255, 238, 206);
33
+ border: solid 1px rgb(255, 221, 132);
34
+ }
35
+
36
+ .account-info{
37
+ @include span-columns(12 of 14);
38
+ @include shift(1);
39
+ }
40
+
41
+ .account-info-item{
42
+ @include span-columns(6 of 12);
43
+
44
+ &:nth-child(2n){
45
+ @include omega();
46
+ }
47
+ &.state{
48
+ @include span-columns(3 of 12);
49
+ }
50
+
51
+ &.zip{
52
+ @include span-columns(3 of 12);
53
+ }
54
+
55
+ }
56
+
57
+ .controls{
58
+ @include span-columns(14);
59
+ @include shift(1);
60
+
61
+ margin-top:10px;
62
+ }
63
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.9.8".freeze
2
+ VERSION = "1.9.9.9".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9.8
4
+ version: 1.9.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -285,6 +285,7 @@ files:
285
285
  - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
286
286
  - app/assets/stylesheets/custom/components/_modal_new.scss
287
287
  - app/assets/stylesheets/custom/components/_modal_noteform.scss
288
+ - app/assets/stylesheets/custom/components/_modal_user.scss
288
289
  - app/assets/stylesheets/custom/components/_modals.scss
289
290
  - app/assets/stylesheets/custom/components/_table.scss
290
291
  - app/assets/stylesheets/custom/components/_toolbar.scss