waterfall_bourbon_neat_rails 2.0.0.8 → 2.0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 684a65dc77597342c95ff6c67bc24a4d02e13f49
4
- data.tar.gz: 181520c2a030f5db47341da4740d730b9882e071
3
+ metadata.gz: 23b208c300663e20b3012d8419c4475df6b2b0a7
4
+ data.tar.gz: d8bcfbae9a6fab483bad652f957820e63aef5260
5
5
  SHA512:
6
- metadata.gz: 9a0091dd94539c4dcd52a24605f91e39a91790d7aa5c5aec811a1cbe9a5f5315c5031abb3f05c7c82614ed915dd252dfb181edca316cf05cad2bcc1f65f0d6db
7
- data.tar.gz: f89ee4588d621e7ab933594a9b63bac759b2120613233a968d7f0f9f311b75b0743e482091b1b9ae6d2a1dc77aca62f03bccd1540836ab67928b412e711f95fb
6
+ metadata.gz: 607226a1eb6a6d73a7a1d624b097920347c0f08faa079fd0adef02f21725506b2aa5ea8df960ca1d1bef594a113e3bfb678d84347e51eae7f5585c7f7d1cb416
7
+ data.tar.gz: d0bee75304bc369325921aaa73ec5aa6ad81d4869299ecd8f47f906a6bb44dbb2af93d7db8ad39b74c8137a5fb3787ea85a091049a843662317566a493108866
@@ -15,3 +15,4 @@
15
15
  @import "modal_lead";
16
16
  @import "modal_filters";
17
17
  @import "modal_user";
18
+ @import "modal_bhours";
@@ -0,0 +1,56 @@
1
+ .bhours-wrapper{
2
+ width: 600px;
3
+
4
+ fieldset{
5
+ border: solid 1px orange;
6
+ background : rgba(247,247,247,0.9);
7
+
8
+ @include border-top-radius(5px);
9
+ @include border-right-radius(5px);
10
+ @include border-bottom-radius(5px);
11
+ @include border-left-radius(5px);
12
+ @include pad(20px 10px);
13
+ }
14
+
15
+ .days{
16
+ @include outer-container;
17
+ }
18
+
19
+ .day{
20
+ @include span-columns(2);
21
+ }
22
+
23
+ .checkbox{
24
+ display: block;
25
+ float: left;
26
+
27
+ @include size(12px);
28
+ @include margin(5px null);
29
+ }
30
+
31
+ .timefields{
32
+ @include outer-container;
33
+ @include shift(4);
34
+ @include margin(10px null null);
35
+
36
+
37
+ input{
38
+ @include span-columns(4);
39
+ @include omega;
40
+
41
+ text-align: center;
42
+ }
43
+
44
+ .separator{
45
+ @include span-columns(1);
46
+ @include omega;
47
+
48
+ text-align: center;
49
+ }
50
+ }
51
+
52
+ .controls{
53
+ @include margin(20px null null);
54
+ display: table;
55
+ }
56
+ }
@@ -4,7 +4,7 @@
4
4
  @include pad(20px);
5
5
  top: 20px !important;
6
6
 
7
- background: rgba(255, 255, 255, 0.97);
7
+ background: #ddd;
8
8
  border-radius: 3px;
9
9
  border: solid 1px black;
10
10
  box-shadow: 0 0 10px 1px rgb(32, 32, 32);
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "2.0.0.8".freeze
2
+ VERSION = "2.0.0.9".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: 2.0.0.8
4
+ version: 2.0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -280,6 +280,7 @@ files:
280
280
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
281
281
  - app/assets/stylesheets/custom/components/_captcha.scss
282
282
  - app/assets/stylesheets/custom/components/_config.scss
283
+ - app/assets/stylesheets/custom/components/_modal_bhours.scss
283
284
  - app/assets/stylesheets/custom/components/_modal_filters.scss
284
285
  - app/assets/stylesheets/custom/components/_modal_lead.scss
285
286
  - app/assets/stylesheets/custom/components/_modal_leadDetails.scss