waterfall_bourbon_neat_rails 1.9.9 → 1.9.9.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: 3aefd71d8e7b42602c7dd84836abc03c9414f5c9
4
- data.tar.gz: 0129b82c10cf4d2e662be831825ecb325c864b2b
3
+ metadata.gz: 73631f1e7f0d7eb9b2dbe3123cbeaa9c6793b1d4
4
+ data.tar.gz: a521a05a068fb3e57f2ba2d1cd35c45796283637
5
5
  SHA512:
6
- metadata.gz: 2e80217aaff03a19636ec4b8a879147b25d328d70b38895fb11d9d398062acb09849f71dd16f1e115a84cfd83647a7a3e8d487d1cf394b8fdbccfe8c54c65d1d
7
- data.tar.gz: cccf2abc5d0bc0026ccf14370c806c42a0f73c83618d8c5244c6c6d90a3d1cb61b896b3a94ef0a2e50e749385c02cd0822159dbd3c7a6916aa7273235a04bed5
6
+ metadata.gz: 3cc3830c14e27699a88856f321ca94e4a37049719c6d477a1d7daf98f0bb5a5af5a06432989606b7c70c41a439e03ab1750bcdef57034939c03eb7d319875464
7
+ data.tar.gz: 759539d840134ad0a6be1fcd291595dea87e944a2472d2e6b99584229276aac87e2f7d10878917a2e66da596c7cecb828cae9d77e957a5800bd6f810c472a10a
@@ -1,10 +1,18 @@
1
- .ui-datepicker-title{
2
- .ui-datepicker-month{
3
- float: left;
1
+ //datepicker changes
2
+
3
+ .ui-datepicker{
4
+ .ui-widget-header{
5
+ color: inherit;
4
6
  }
5
7
 
6
- .ui-datepicker-year{
7
- float: left;
8
- margin-left: 5px!important;
8
+ .ui-datepicker-title{
9
+ .ui-datepicker-month{
10
+ float: left;
11
+ }
12
+
13
+ .ui-datepicker-year{
14
+ float: left;
15
+ margin-left: 5px!important;
16
+ }
9
17
  }
10
18
  }
@@ -12,4 +12,4 @@
12
12
  @import "modal_leadDetails";
13
13
  @import "modal_noteform";
14
14
  @import "modal_new";
15
- @import "modal_addLead";
15
+ @import "modal_lead";
@@ -1,8 +1,13 @@
1
1
  .leadModal-wrapper{
2
2
  width: 600px;
3
3
 
4
+ ul{
5
+ display: table;
6
+ zoom: 1;
7
+ }
8
+
4
9
  li{
5
- display: inline-block;
10
+ float: left;
6
11
  width: 290px;
7
12
  margin: 3px;
8
13
  }
@@ -27,10 +32,12 @@
27
32
  li select{
28
33
  -webkit-appearance: none;
29
34
  width: 100%;
35
+ height: 40px;
30
36
  padding: 6px;
31
37
  }
32
38
 
33
39
  .controls{
34
40
  margin-top: 20px;
41
+ display: table;
35
42
  }
36
43
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.9".freeze
2
+ VERSION = "1.9.9.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: 1.9.9
4
+ version: 1.9.9.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-11 00:00:00.000000000 Z
11
+ date: 2014-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -279,7 +279,7 @@ files:
279
279
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
280
280
  - app/assets/stylesheets/custom/components/_captcha.scss
281
281
  - app/assets/stylesheets/custom/components/_config.scss
282
- - app/assets/stylesheets/custom/components/_modal_addLead.scss
282
+ - app/assets/stylesheets/custom/components/_modal_lead.scss
283
283
  - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
284
284
  - app/assets/stylesheets/custom/components/_modal_new.scss
285
285
  - app/assets/stylesheets/custom/components/_modal_noteform.scss