waterfall_bourbon_neat_rails 1.1.1 → 1.1.2

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: 9703493250511d11623cd76544c818541c767a23
4
- data.tar.gz: 94303becf4df330f47ae654226bcd3e3a02e9c93
3
+ metadata.gz: a6873534e2fc27b18f31ffb00d0ca9e78e5c142a
4
+ data.tar.gz: 703007c3c545058b0e71b6821762e6183c2dfc12
5
5
  SHA512:
6
- metadata.gz: 24f13fe1296deedea18deb5b3bcb699307cb515db41cf2ab2f0cf24c5c03617a327bacd68a258ddceaa22303531503d76de9ff604373e404dfac270f646ffaa1
7
- data.tar.gz: 83c5b28ec4396e0b59efa6f80988c0177ac67c896b458a43f46bccc459b6b1aaa5c21fe21658d4386dc0f5ed518b7d41c5d48abbddcfeb3a4eb3849ae8c1b1d5
6
+ metadata.gz: 71e255a419b5e4a9a0e286a238352c4dfd002495e62cfc3356c71f1b38700569b60abe5acb22ac8a9d59a2a386486e61fb2bfc46adfc8e19e6058eb3b670f2a6
7
+ data.tar.gz: b089fcbb4e03cd4171a537e3f585d7e0ce2f884623600339da02df7d6e023f7e5024b7e18b87eae2354d791fd744b6b20bb6f515c177c7e5636dff4ca5e22295
@@ -23,16 +23,17 @@ body{
23
23
  }
24
24
  .content{
25
25
  .button{
26
- @include button;
27
- }
26
+ @include button;
27
+ width: auto;
28
+ }
28
29
 
29
- .button.button-positive{
30
- @include button-positive;
31
- }
30
+ .button.button-positive{
31
+ @include button-positive;
32
+ }
32
33
 
33
- .button.button-negative{
34
- @include button-negative(#444);
35
- }
34
+ .button.button-negative{
35
+ @include button-negative(#444);
36
+ }
36
37
 
37
38
  z-index: 2;
38
39
  @include clearfix;
@@ -150,130 +151,130 @@ body#main{
150
151
  }
151
152
  }
152
153
  }
153
- .registration_container{
154
- @include outer-container;
155
- @include pad(20px 0);
154
+ // .registration_container{
155
+ // @include outer-container;
156
+ // @include pad(20px 0);
156
157
 
157
- form{
158
- @include fill-parent;
158
+ // form{
159
+ // @include fill-parent;
159
160
 
160
- .field_container{
161
- @include span-columns(14);
162
- @include shift(1);
163
- background-color: transparent;
161
+ // .field_container{
162
+ // @include span-columns(14);
163
+ // @include shift(1);
164
+ // background-color: transparent;
164
165
 
165
- legend{
166
- @include font-attr(1.4em, $medium_blue, bold);
167
- }
166
+ // legend{
167
+ // @include font-attr(1.4em, $medium_blue, bold);
168
+ // }
168
169
 
169
- fieldset{
170
- @include fill-parent;
171
- @include pad(10px 0);
172
- margin-top: 10px;
170
+ // fieldset{
171
+ // @include fill-parent;
172
+ // @include pad(10px 0);
173
+ // margin-top: 10px;
173
174
 
174
- legend{
175
- @include font-attr(1.2em, $medium_blue, bold);
176
- }
175
+ // legend{
176
+ // @include font-attr(1.2em, $medium_blue, bold);
177
+ // }
177
178
 
178
- .form_inputs{
179
- @include span-columns(12 of 14);
180
- @include shift(1);
181
- }
182
- }
183
- }
184
-
185
- .form_inputs.acc_info, .form_inputs.acc_details{
179
+ // .form_inputs{
180
+ // @include span-columns(12 of 14);
181
+ // @include shift(1);
182
+ // }
183
+ // }
184
+ // }
185
+
186
+ // .form_inputs.acc_info, .form_inputs.acc_details{
186
187
 
187
- .left_column, .right_column{
188
- @include span-columns(6 of 12);
189
- }
190
-
191
- .left_column{
192
- .user_details_phone_number{
193
- @include span-columns(4 of 6);
194
- }
195
- .user_details_phone_extension{
196
- @include span-columns(2 of 6);
197
- @include omega;
198
- }
199
- }
200
-
201
- .right_column{
202
- .logo_preview{
203
- .img_container{
204
- @include border(solid, 1px, $light_blue);
205
- @include pad(5px);
206
- height: 200px;
207
- overflow: hidden;
208
- box-shadow: 0 0 1px 1px;
209
- }
210
-
211
- .headshot{
212
- max-width:200px;
213
- }
214
- }
215
- .partner_state{
216
- @include span-columns(2 of 6);
217
-
218
- select{
219
- height: 40px;
220
- width: 100%;
221
- margin-bottom: 0px;
222
- }
223
-
224
- }
225
- .partner_zip_code{
226
- @include span-columns(2 of 5);
227
- @include omega;
228
- padding-left: 10px;
229
- label{
230
- text-align: center;
231
- }
232
- input{
233
- @include center;
234
- width: 60px;
235
- }
188
+ // .left_column, .right_column{
189
+ // @include span-columns(6 of 12);
190
+ // }
191
+
192
+ // .left_column{
193
+ // .user_details_phone_number{
194
+ // @include span-columns(4 of 6);
195
+ // }
196
+ // .user_details_phone_extension{
197
+ // @include span-columns(2 of 6);
198
+ // @include omega;
199
+ // }
200
+ // }
201
+
202
+ // .right_column{
203
+ // .logo_preview{
204
+ // .img_container{
205
+ // @include border(solid, 1px, $light_blue);
206
+ // @include pad(5px);
207
+ // height: 200px;
208
+ // overflow: hidden;
209
+ // box-shadow: 0 0 1px 1px;
210
+ // }
211
+
212
+ // .headshot{
213
+ // max-width:200px;
214
+ // }
215
+ // }
216
+ // .partner_state{
217
+ // @include span-columns(2 of 6);
218
+
219
+ // select{
220
+ // height: 40px;
221
+ // width: 100%;
222
+ // margin-bottom: 0px;
223
+ // }
224
+
225
+ // }
226
+ // .partner_zip_code{
227
+ // @include span-columns(2 of 5);
228
+ // @include omega;
229
+ // padding-left: 10px;
230
+ // label{
231
+ // text-align: center;
232
+ // }
233
+ // input{
234
+ // @include center;
235
+ // width: 60px;
236
+ // }
236
237
 
237
- }
238
-
239
- #user_details_state{
240
- width: 60px;
241
- height: 38px;
242
- margin-bottom: 0;
243
- }
244
-
245
- .upload_actions{
246
- position: relative;
247
- .upload_btn{
248
- @include btn(#fff, 120px, 40px, 1em, $light_blue, #f7f7f7, $light_blue);
249
- margin: 9px 0;
250
- }
251
- input{
252
- display: none;
253
- }
254
- }
255
- }
256
- }
257
- .form_actions{
258
- @include span-columns(14);
259
- @include shift(1);
260
- @include clearfix;
238
+ // }
239
+
240
+ // #user_details_state{
241
+ // width: 60px;
242
+ // height: 38px;
243
+ // margin-bottom: 0;
244
+ // }
245
+
246
+ // .upload_actions{
247
+ // position: relative;
248
+ // .upload_btn{
249
+ // @include btn(#fff, 120px, 40px, 1em, $light_blue, #f7f7f7, $light_blue);
250
+ // margin: 9px 0;
251
+ // }
252
+ // input{
253
+ // display: none;
254
+ // }
255
+ // }
256
+ // }
257
+ // }
258
+ // .form_actions{
259
+ // @include span-columns(14);
260
+ // @include shift(1);
261
+ // @include clearfix;
261
262
 
262
- margin-top:20px;
263
- color: $light_blue;
264
-
265
- input{
266
- float: left;
267
- }
268
- .btn_back{
269
- float: right;
270
- }
271
- input, .btn_back{
272
- @include btn(#fff, 120px, 40px, 1em, $light_blue, transparent, $light_blue);
273
- }
274
- }
275
- }
276
- }
263
+ // margin-top:20px;
264
+ // color: $light_blue;
265
+
266
+ // input{
267
+ // float: left;
268
+ // }
269
+ // .btn_back{
270
+ // float: right;
271
+ // }
272
+ // input, .btn_back{
273
+ // @include btn(#fff, 120px, 40px, 1em, $light_blue, transparent, $light_blue);
274
+ // }
275
+ // }
276
+ // }
277
+ // }
277
278
  }
278
279
  }
279
280
 
@@ -329,14 +330,14 @@ body#landing-page{
329
330
  }
330
331
 
331
332
  .url__item{
332
- height: 40px;
333
-
334
- @include span-columns(6 of 8);
335
- @include shift(1);
336
- @include border(solid, 1px, $sky_blue);
337
- @include border-radius;
338
- @include pad(0 0 0 5px);
339
- }
333
+ height: 40px;
334
+
335
+ @include span-columns(6 of 8);
336
+ @include shift(1);
337
+ @include border(solid, 1px, $sky_blue);
338
+ @include border-radius;
339
+ @include pad(0 0 0 5px);
340
+ }
340
341
  }
341
342
 
342
343
  form{
@@ -22,7 +22,7 @@ $medium_red: #FF3030;
22
22
 
23
23
  $light_blue: #4f91cd;
24
24
  $light_grey_op: rgba(240,240,240,0.6);
25
- $light_grey_op2: rgba(255, 255, 255, 0.91);
25
+ $light_grey_op2: rgba(241, 241, 241, 0.91);
26
26
 
27
27
  $sky_blue: #A8C7E3;
28
28
 
@@ -2,7 +2,8 @@
2
2
  @import "table";
3
3
  @import "ajax_spinner";
4
4
 
5
- @import "form_v1";
5
+ @import "forms/config";
6
+
6
7
  @import "captcha";
7
8
  @import "view_profile";
8
9
 
@@ -0,0 +1 @@
1
+ @import "registration_and_edit";
@@ -0,0 +1,189 @@
1
+ .registration-wrapper, .update-wrapper{
2
+ @include outer-container;
3
+ @include pad(20px 0);
4
+
5
+ background-color: $container_color_3;
6
+ color: $light_blue;
7
+
8
+ form{
9
+ @include row;
10
+ }
11
+
12
+ .fieldset-main{
13
+ @include span-columns(14);
14
+ @include shift(1);
15
+
16
+ background-color: transparent;
17
+ }
18
+
19
+ .fieldset-main-legend{
20
+ @include font-attr(20px, $medium_blue, bold);
21
+ }
22
+
23
+ .fieldset-child{
24
+ @include fill-parent;
25
+ @include pad(10px 0);
26
+
27
+ margin-top: 15px;
28
+ }
29
+
30
+ .fieldset-child-legend{
31
+ @include font-attr(17px, $medium_blue, bold);
32
+ }
33
+
34
+ .account-details, .account-info, .account-additional, .account-business-hours {
35
+ @include span-columns(12 of 14);
36
+ @include shift(1);
37
+ }
38
+
39
+ //account details section style
40
+ .account-details{
41
+ //
42
+ }
43
+
44
+ //account info section style
45
+ .account-info{
46
+
47
+ //general
48
+ .left-column, .right-column{
49
+ @include span-columns(6 of 12);
50
+ }
51
+
52
+ .user_details_phone_number{
53
+ @include span-columns(4 of 6);
54
+ }
55
+ .user_details_phone_extension{
56
+ @include span-columns(2 of 6);
57
+ @include omega;
58
+ }
59
+
60
+ .logo_preview{
61
+ .img_container{
62
+ @include border(solid, 1px, $light_blue);
63
+ @include pad(5px);
64
+ height: 200px;
65
+ overflow: hidden;
66
+ box-shadow: 0 0 1px 1px;
67
+ }
68
+
69
+ .headshot{
70
+ max-width:200px;
71
+ }
72
+ }
73
+
74
+ .partner_state{
75
+ @include span-columns(2 of 6);
76
+
77
+ select{
78
+ height: 40px;
79
+ width: 100%;
80
+ margin-bottom: 0px;
81
+ }
82
+ }
83
+
84
+ #user_details_state{
85
+ width: 60px;
86
+ height: 38px;
87
+ margin-bottom: 0;
88
+ }
89
+
90
+ .upload_actions{
91
+ position: relative;
92
+
93
+ .upload_btn{
94
+ @include btn(#fff, 120px, 40px, 1em, $light_blue, #f7f7f7, $light_blue);
95
+ margin: 9px 0;
96
+ }
97
+ input{
98
+ display: none;
99
+ }
100
+ }
101
+ }
102
+
103
+ //account additional info style
104
+ .account-additional{
105
+ //general
106
+ .left-column, .right-column{
107
+ @include span-columns(6 of 12);
108
+ }
109
+
110
+ .logo_preview{
111
+ .img_container{
112
+ @include border(solid, 1px, $light_blue);
113
+ @include pad(5px);
114
+ height: 200px;
115
+ overflow: hidden;
116
+ box-shadow: 0 0 1px 1px;
117
+ }
118
+
119
+ .headshot{
120
+ max-width:200px;
121
+ }
122
+ }
123
+
124
+ .upload_actions{
125
+ position: relative;
126
+
127
+ .upload_btn{
128
+ @include btn(#fff, 120px, 40px, 1em, $light_blue, #f7f7f7, $light_blue);
129
+ margin: 9px 0;
130
+ }
131
+ input{
132
+ display: none;
133
+ }
134
+ }
135
+ }
136
+
137
+ //account business hours section style
138
+ .account-business-hours{
139
+ .days{
140
+ @include span-columns(12);
141
+ @include shift(1);
142
+ }
143
+
144
+ .day{
145
+ @include span-columns(6 of 12);
146
+ @include omega;
147
+ margin: 10px 0;
148
+ }
149
+
150
+ .day-text{
151
+ @include span-columns(1 of 6);
152
+ font-weight: bold;
153
+ }
154
+
155
+ .day-hours{
156
+ @include span-columns(5 of 6);
157
+ }
158
+
159
+ .open-time, .close-time{
160
+ @include span-columns(2 of 6);
161
+ margin: 0 5px;
162
+ height: 40px;
163
+ float: left;
164
+ color: inherit;
165
+ text-align:center;
166
+ }
167
+
168
+ .divider{
169
+ display: block;
170
+ width: 20px;
171
+ text-align: center;
172
+ height: 40px;
173
+ line-height: 40px;
174
+ color: inherit;
175
+ float: left;
176
+ font-weight: bolder;
177
+ }
178
+ }
179
+
180
+ .form-actions{
181
+ @include span-columns(14);
182
+ @include shift(1);
183
+ @include pad(20px 0);
184
+
185
+ .button-negative{
186
+ margin-left:20px;
187
+ }
188
+ }
189
+ }
@@ -148,7 +148,7 @@ body {
148
148
  body#main {
149
149
  background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
150
150
  position: relative;
151
- text-align: center;
151
+ // text-align: center;
152
152
  color:white;
153
153
 
154
154
  .header{
@@ -199,10 +199,4 @@ body#landing-page {
199
199
  clear: both;
200
200
  height: 0px;
201
201
  }
202
-
203
- .logo {
204
- float: left;
205
- padding: 1% 0% 2% 3%;
206
- }
207
-
208
202
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.1.1".freeze
2
+ VERSION = "1.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -249,10 +249,11 @@ files:
249
249
  - app/assets/stylesheets/custom/components/_captcha.scss
250
250
  - app/assets/stylesheets/custom/components/_chosen.scss
251
251
  - app/assets/stylesheets/custom/components/_config.scss
252
- - app/assets/stylesheets/custom/components/_form_v1.scss
253
252
  - app/assets/stylesheets/custom/components/_table.scss
254
253
  - app/assets/stylesheets/custom/components/_toolbar.scss
255
254
  - app/assets/stylesheets/custom/components/_view_profile.scss
255
+ - app/assets/stylesheets/custom/components/forms/_config.scss
256
+ - app/assets/stylesheets/custom/components/forms/_registration_and_edit.scss
256
257
  - app/assets/stylesheets/custom/rules.txt
257
258
  - app/assets/stylesheets/libs/jquery-ui-1.10.4.min.css
258
259
  - app/assets/stylesheets/libs/jquery.ui.timepicker.css
@@ -1,43 +0,0 @@
1
- // .business-hours{
2
- // @include span-columns(14);
3
- // }
4
-
5
- .days{
6
- @include span-columns(12);
7
- @include shift(1);
8
- }
9
-
10
- .day{
11
- @include span-columns(6 of 12);
12
- @include omega;
13
- margin: 10px 0;
14
- }
15
-
16
- .day-text{
17
- @include span-columns(1 of 6);
18
- font-weight: bold;
19
- }
20
-
21
- .day-hours{
22
- @include span-columns(5 of 6);
23
- }
24
-
25
- .open-time, .close-time{
26
- @include span-columns(2 of 6);
27
- margin: 0 5px;
28
- height: 40px;
29
- float: left;
30
- color: inherit;
31
- text-align:center;
32
- }
33
-
34
- .divider{
35
- display: block;
36
- width: 20px;
37
- text-align: center;
38
- height: 40px;
39
- line-height: 40px;
40
- color: inherit;
41
- float: left;
42
- font-weight: bolder;
43
- }