waterfall_bourbon_neat_rails 0.1.9.2 → 0.1.9.3

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: d0d93fc94aab1b0e2f75df7b7fd474119763ee11
4
- data.tar.gz: 9971bdd11726a6e4a5704fba305b1a76b3b19418
3
+ metadata.gz: 7c7bd6708a1138e09f3f79b427733784f5866858
4
+ data.tar.gz: c9f4dea6fc7c983049ce082fcdfe61d8b733c584
5
5
  SHA512:
6
- metadata.gz: a258bdd962bcb47acf13b59531234ea12f23b1f3a3b5d84c7c6c5ec0f0b8f75ca0d364ec2ca1a88855f476e985ef4e6cbfd8599f0bf37390c1daae99c708cc59
7
- data.tar.gz: 6240e98e4bb45c540af1c0e559933131bfd03080b00c815640aa9808400729d6cc36bf82b357b7a28f67fe9cef9e56a77d2722509862ac331a916ce38ae297dd
6
+ metadata.gz: 6d617d6f83910c4e0294b73f690b8b644c5dd6e5a29854df60258a245659f097e0a216997bfc8d37a58b91f77967abc597bd8b33fe74df35dfa9d50bba15a527
7
+ data.tar.gz: d2c6254987d9bef55a37d2f9b17afbe6089fedbf3523194153e7abb2f29661080ea9a584d9ea5bb2f1302e8293345e56af5a67f4bedc12b90816488735983cd1
@@ -222,7 +222,7 @@ input.error{
222
222
  //ajax spinner
223
223
 
224
224
  .spinner{
225
- position: fixed;
225
+ position: absolute;
226
226
  top:0;
227
227
  bottom:0;
228
228
  left:0;
@@ -234,7 +234,7 @@ input.error{
234
234
  .ajax-spinner{
235
235
  width: 30px;
236
236
  height: 30px;
237
- margin: 200px auto;
237
+ margin: 100px auto;
238
238
  border: 8px solid #fff;
239
239
  border-right-color: transparent;
240
240
  border-radius: 50%;
@@ -97,7 +97,7 @@ body#main{
97
97
  line-height: 30px;
98
98
  color:$font_error_color;
99
99
  }
100
-
100
+
101
101
  form{
102
102
  display: block;
103
103
  @include clearfix;
@@ -183,6 +183,10 @@ body#main{
183
183
  max-width: 100%;
184
184
  }
185
185
  }
186
+
187
+ .headshot{
188
+ width:200px;
189
+ }
186
190
  }
187
191
  .partner_state{
188
192
  @include span-columns(1 of 5);
@@ -274,6 +278,7 @@ body#landing-page{
274
278
  .content{
275
279
  #table_structure{
276
280
  padding: 20px 0;
281
+ position: relative;
277
282
  }
278
283
  .container{
279
284
  min-height: 400px;
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.1.9.2".freeze
2
+ VERSION = "0.1.9.3".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: 0.1.9.2
4
+ version: 0.1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.