waterfall_bourbon_neat_rails 1.4.6 → 1.4.7

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: 05de477ba7c212e1495a399ccb59996ff0e56a70
4
- data.tar.gz: aaaaa82d79f26e4ba27accaf3c922b3f8d8cda2a
3
+ metadata.gz: 1da719c49b4424a63357ba1a7410d13ef177b71a
4
+ data.tar.gz: edd2b9cbb5404ca58d782d60c46d558d4d026022
5
5
  SHA512:
6
- metadata.gz: 7766f68ad4520de8ee15e5483c60908babc0ab5b7009510a996ff499ce7e078f0b77fd97424b51ca5a77f86fae1f368e70d47d4ed06b2047020616721c456501
7
- data.tar.gz: f00e1ee9f39cbd8fc7ad88fda3322ad5e44c9a7c7244b44cfafebbef25280ca95e615c6ecd6304416534f56d1f6cc6c8ff3e78685f3db4434aa71a6de3d4e18b
6
+ metadata.gz: a3471829ceac8f8dd1647bebf7c3ddace35fd2d9176807fa4040df3468221e774c8b91c1d138119b0f793cf0eac67de10ab915457d072c73565885d1deccb315
7
+ data.tar.gz: a3795c352559c8b31a7b16cacf70d8cdfe61c26a49da8d55fbab5335810ae45d5849e8368be6fe454094dd9bfa455692535e8162e796c77a728b5d2e329c129e
@@ -2,8 +2,8 @@
2
2
  @import "forms/config";
3
3
  @import "view_profile";
4
4
 
5
- @import "profileMenu";
6
- @import "topMenu";
5
+ @import "topProfileMenu";
6
+ @import "topAppMenu";
7
7
  @import "toolbar";
8
8
  @import "table";
9
9
  @import "ajax_spinner";
@@ -80,6 +80,10 @@ $table-breakpoint: 980px;
80
80
  tbody tr.selected{
81
81
  background-color: $medium_blue;
82
82
  color: white;
83
+
84
+ a{
85
+ color: white;
86
+ }
83
87
  }
84
88
  th, td {
85
89
  margin: .5em 1em;
@@ -10,10 +10,10 @@
10
10
  .toolbar_item{
11
11
  display:inline-block;
12
12
  height:40px;
13
- width:120px;
13
+ width:130px;
14
14
  line-height:40px;
15
15
  text-align:center;
16
- margin:5px;
16
+ margin:5px 10px;
17
17
  border-radius:3px;
18
18
  cursor:pointer;
19
19
  @include font-attr(1.1em, whitesmoke, bold);
@@ -22,11 +22,12 @@
22
22
  .toolbar_item.enabled{
23
23
  background-color:$medium_blue;
24
24
  color: white;
25
- box-shadow: 3px 3px 7px 1px #1C1D1F;
25
+ // box-shadow: 3px 3px 7px 1px #1C1D1F;
26
+ box-shadow: 2px 2px 6px 0px #1C1D1F;
26
27
 
27
28
  &:hover{
28
- box-shadow: 1px 1px 4px 1px #1C1D1F;
29
- font-size: 1.0em;
29
+ box-shadow: 2px 2px 6px 1px #1C1D1F;
30
+ // color:orange;
30
31
  }
31
32
  }
32
33
 
@@ -1,4 +1,5 @@
1
1
  $header-color: #2749a0;
2
+ $header-hover-color: white;
2
3
 
3
4
  .profileMenu{
4
5
  float: right;
@@ -18,12 +19,16 @@ $header-color: #2749a0;
18
19
  width: 100%;
19
20
 
20
21
  &:hover{
21
- background: white;
22
+ background: $header-hover-color;
22
23
  color: $header-color;
23
24
 
24
25
  .innerProfileMenu{
25
26
  display: table;
26
27
  }
28
+
29
+ img{
30
+ background: inherit;
31
+ }
27
32
  }
28
33
 
29
34
  .innerProfileMenu{
@@ -32,7 +37,7 @@ $header-color: #2749a0;
32
37
  margin: 0;
33
38
  top:40px;
34
39
  left:0;
35
- background: white;
40
+ background: inherit;
36
41
  z-index: 99999;
37
42
  width: 100%;
38
43
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.4.6".freeze
2
+ VERSION = "1.4.7".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.6
4
+ version: 1.4.7
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-21 00:00:00.000000000 Z
11
+ date: 2014-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -279,10 +279,10 @@ files:
279
279
  - app/assets/stylesheets/custom/components/_modal_new.scss
280
280
  - app/assets/stylesheets/custom/components/_modal_noteform.scss
281
281
  - app/assets/stylesheets/custom/components/_modals.scss
282
- - app/assets/stylesheets/custom/components/_profileMenu.scss
283
282
  - app/assets/stylesheets/custom/components/_table.scss
284
283
  - app/assets/stylesheets/custom/components/_toolbar.scss
285
- - app/assets/stylesheets/custom/components/_topMenu.scss
284
+ - app/assets/stylesheets/custom/components/_topAppMenu.scss
285
+ - app/assets/stylesheets/custom/components/_topProfileMenu.scss
286
286
  - app/assets/stylesheets/custom/components/_view_profile.scss
287
287
  - app/assets/stylesheets/custom/components/forms/_config.scss
288
288
  - app/assets/stylesheets/custom/components/forms/_forgot_pass.scss