waterfall_bourbon_neat_rails 1.4.1 → 1.4.2

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: 17cbd5bb1ac67e8ab1d160c3facae36703d30eaf
4
- data.tar.gz: 7452fd4e0f25b848cad60fc1dbd40cbeab768eb6
3
+ metadata.gz: 331d79177535dc060f3e839c4049532e080ecbe8
4
+ data.tar.gz: 77383d7d2922fc7c869154135057041615cd5fa6
5
5
  SHA512:
6
- metadata.gz: 4644d582ef3330fce4f5262f070be78f1a0fe4ba13fae0f93ba8d800ea05368d8e3be61427fcedd0d095988ccfa6bd5a2b3d44244f2a1867ef3f20662b2aa97f
7
- data.tar.gz: f3b302877c053ce8b4f80a4c3f86e57e786ff8e40a09e6eb8a8b18e91c2e1bcc0f2d4be75bdecdf26b0edbcb6082fdddcde905e1f34d92ab5513e917430c6e56
6
+ metadata.gz: 442d91fac8caab2dbd78f73de239eaabf02255f57783dd3498a98f5a8548adc3e1e294e616838b89ebbe05b1873b8188271bd5026459009b445c882eb251fc72
7
+ data.tar.gz: 725a995f8dd2094b9819a4bb65c51b2f6015bc766fa7056586c00169a1f1b652150c3ff629a39d045a5f40e66ee971fb19ec67d6afead32df3a5df28dab66c52
@@ -78,7 +78,7 @@ var Dialog = function(type, options){
78
78
 
79
79
  $("#"+self.config.creatorID).trigger(ev);
80
80
  self.hide();
81
- })
81
+ });
82
82
 
83
83
  return this;
84
84
  }
@@ -89,8 +89,8 @@ body#landing-page{
89
89
  }
90
90
  }
91
91
  .content{
92
- #table_structure{
93
- padding: 20px;
92
+ #table_structure, #leads_structure{
93
+ padding: 10px;
94
94
  position: relative;
95
95
  }
96
96
  .container{
@@ -9,4 +9,5 @@
9
9
  @import "ajax_spinner";
10
10
  @import "captcha";
11
11
  @import "modals";
12
+ @import "leadDetails";
12
13
 
@@ -0,0 +1,16 @@
1
+ .leadDetails-wrapper{
2
+ width: 500px;
3
+ li{
4
+ width: 100%;
5
+ padding: 5px 10px;
6
+ }
7
+
8
+ .leadDetails-title, .leadDetails-value{
9
+ display: inline-block;
10
+ width: 200px;
11
+ }
12
+
13
+ .leadDetails-title{
14
+ font-weight: bold;
15
+ }
16
+ }
@@ -2,6 +2,7 @@
2
2
 
3
3
  .modal{
4
4
  @include pad(20px);
5
+ top: 20px !important;
5
6
 
6
7
  background: rgba(255, 255, 255, 0.97);
7
8
  border-radius: 3px;
@@ -6,6 +6,7 @@ $header-color: #2749a0;
6
6
 
7
7
  .profileMenu-wrapper{
8
8
  @include pad(10px 0 0 0);
9
+ min-width: 200px;
9
10
  }
10
11
 
11
12
  .profileMenu-item{
@@ -14,6 +15,7 @@ $header-color: #2749a0;
14
15
  position: relative;
15
16
  font-weight: bold;
16
17
  color: white;
18
+ width: 100%;
17
19
 
18
20
  &:hover{
19
21
  background: white;
@@ -15,6 +15,16 @@ $table-breakpoint: 980px;
15
15
  th {
16
16
  display: none; // for accessibility, use a visually hidden method here instead! Thanks, reddit!
17
17
  }
18
+ th{
19
+ .sort{
20
+ width: 15px;
21
+ cursor: pointer;
22
+ }
23
+
24
+ .asc{
25
+ @include transform( scale(0.9) rotate(180deg) )
26
+ }
27
+ }
18
28
 
19
29
  td {
20
30
  display: block;
@@ -67,7 +77,7 @@ $table-breakpoint: 980px;
67
77
  tr > td:first-child {
68
78
  cursor: pointer;
69
79
  }
70
- tr.item.selected{
80
+ tbody tr.selected{
71
81
  background-color: $medium_blue;
72
82
  color: white;
73
83
  }
@@ -84,11 +94,11 @@ $table-breakpoint: 980px;
84
94
 
85
95
  thead tr{
86
96
  th{
87
- min-width: 100px;
97
+ min-width: 135px;
88
98
  vertical-align: center;
89
99
  }
90
100
  th:first-child{
91
- min-width: 40px;
101
+ min-width: 60px;
92
102
  }
93
103
  }
94
104
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.4.1".freeze
2
+ VERSION = "1.4.2".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.4.1
4
+ version: 1.4.2
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-10-13 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -275,6 +275,7 @@ files:
275
275
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
276
276
  - app/assets/stylesheets/custom/components/_captcha.scss
277
277
  - app/assets/stylesheets/custom/components/_config.scss
278
+ - app/assets/stylesheets/custom/components/_leadDetails.scss
278
279
  - app/assets/stylesheets/custom/components/_modals.scss
279
280
  - app/assets/stylesheets/custom/components/_profileMenu.scss
280
281
  - app/assets/stylesheets/custom/components/_table.scss