waterfall_bourbon_neat_rails 2.0 → 2.0.0.1

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: 14b5f3fbf546242d5c63dab805f23b1e3f95fc0b
4
- data.tar.gz: 00571a4fe9de0ee1501ce010efcfc0ed6ea50e5a
3
+ metadata.gz: 2cbba04fb062c452e66a1baafcf978415bfd392b
4
+ data.tar.gz: f165d74aa8c0d70d09a0570855d74bdf1addad39
5
5
  SHA512:
6
- metadata.gz: 7599d5afb3ffd67ee9445593e08dedc85220bd86f8b3e270be6290cd224f41c34756856cc8c2f4504de8d98b110dc72f446938e9b6293a4e2b68470af8e0fea3
7
- data.tar.gz: 45bb97c514aef241894175d7a879644e3d5154aba83f0318f9d6e7636264b76ee8f49a2c40c075ab2b2308895a84c23bf88178bcda6d247b319404b84ab46492
6
+ metadata.gz: cf25ea7ff1244c577af1df6250b16bcb3ab22a5a6e3b58c2b590ee5688d1761e8cea99bd20c9fdd1cb07aee918f939a0136e9a453c7c95ba64e2cb4cdecc73e9
7
+ data.tar.gz: 0cd8b7e9420cef5054e86ab13b86197a72701767b6db3103abb269175ebe0faea75f30f7d9da04a9e95380bcfaef3509738e7f67bd7b52a3bad72525540514cb
@@ -31,4 +31,22 @@
31
31
  .chosen-container{
32
32
  width: 100%!important;
33
33
  }
34
+
35
+ .chosen-choices{
36
+ min-height: 30px;
37
+ }
38
+ }
39
+
40
+ //chose user register/update modal
41
+
42
+ .userModal-wrapper{
43
+ .chosen-container{
44
+ width: 100%!important;
45
+ }
46
+
47
+ .chosen-choices{
48
+ min-height: 30px;
49
+ max-height: 60px;
50
+ overflow-y: scroll!important;
51
+ }
34
52
  }
@@ -16,7 +16,7 @@
16
16
  font-size: 14px;
17
17
  }
18
18
 
19
- .error{
19
+ .error_container{
20
20
  height: 20px;
21
21
  line-height: 20px;
22
22
  font-size: 12px;
@@ -39,17 +39,22 @@
39
39
  color: rgb(40, 101, 169);
40
40
  }
41
41
 
42
- .account-info{
42
+ .account-info, .account-additional-info{
43
+ span{
44
+ display: block;
45
+ }
46
+
43
47
  @include span-columns(12 of 14);
44
48
  @include shift(1);
45
49
  }
46
50
 
47
- .account-info-item{
51
+ .account-info-item, .account-additional-info-item{
48
52
  @include span-columns(6 of 12);
49
53
 
50
54
  &:nth-child(2n){
51
55
  @include omega();
52
56
  }
57
+
53
58
  &.state{
54
59
  @include span-columns(3 of 12);
55
60
  }
@@ -60,6 +65,39 @@
60
65
 
61
66
  }
62
67
 
68
+ .account-business-hours{
69
+ @include span-columns(12 of 14);
70
+ @include shift(1);
71
+
72
+ .day{
73
+ @include span-columns(6 of 12);
74
+ @include pad(5px 0);
75
+
76
+ &:nth-child(2n){
77
+ @include omega();
78
+ }
79
+
80
+ .day-name{
81
+ @include span-columns(1 of 6);
82
+ }
83
+
84
+ .separator{
85
+ @include span-columns(1 of 6);
86
+ @include omega();
87
+
88
+ text-align: center;
89
+ }
90
+
91
+ .day-time-start, .day-time-end{
92
+ @include span-columns(2 of 6);
93
+ @include omega();
94
+
95
+ text-align: center;
96
+ }
97
+
98
+ }
99
+ }
100
+
63
101
  .controls{
64
102
  @include span-columns(14);
65
103
  @include shift(1);
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "2.0".freeze
2
+ VERSION = "2.0.0.1".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: '2.0'
4
+ version: 2.0.0.1
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-26 00:00:00.000000000 Z
11
+ date: 2014-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails