meurio_ui 1.3.8 → 1.3.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: 9bd18e6998b56a7b7d0f693532e58eb8c43db0ff
4
- data.tar.gz: 58bb5aa6d56932d38745b0595ba063d6bb9398a2
3
+ metadata.gz: 30fe0f981d2a82d3736353483fc4e66e2df2afa9
4
+ data.tar.gz: ced9d737b6d7fa1b24e2ffd883ff61eed4348c7a
5
5
  SHA512:
6
- metadata.gz: 3ad4e8fc2d8eb34bffd735f00d26650313d4dd1db396ed6ebd88723252a5cb5402d104bdfc0cee337dfdd35e5ec10881a0ccb78585d385a1d8a30c849bb32c97
7
- data.tar.gz: badde2545a94738920add95ca537aee6ea565f45d1844b8f0b27f9497b7575dae5fd7a016c6f7c3655a236a327c15e1b0ff27897ef9454dd43f21ac7813e04c2
6
+ metadata.gz: 4ca2e96e571bbefcd7d67a335ce7c5363d645ad41149495676438f53b01b6ce44f111c544f5b6d8359a7b834aeaa7660f2e82ee285c4f7c7b3302e0733bc763c
7
+ data.tar.gz: d475dd1378bd81d2850ebd5a103e8e08a8bed4e4d409b237932e0045e9aee4a65bb19138f733ce86f9c1c4f399e99c19c8d6258d6707ab507c739b27d7511c53
@@ -5,15 +5,14 @@
5
5
  .meurio_logo_and_user_menu
6
6
  background: $green
7
7
  line-height: 35px
8
+ padding: 7px 0
8
9
  .meurio_logo
9
- padding: 7px 0
10
10
  img
11
11
  float: left
12
12
  .user_menu
13
13
  text-align: right
14
14
  color: white
15
15
  position: relative
16
- padding: 5px 0
17
16
  font-weight: bold
18
17
  .current_user
19
18
  line-height: 35px
@@ -53,11 +52,11 @@
53
52
  .meurio_apps_and_application_menu
54
53
  line-height: 59px
55
54
  background: white
55
+ padding: 10px 0
56
56
  .meurio_apps
57
57
  cursor: pointer
58
58
  position: relative
59
59
  overflow: visible
60
- padding: 10px 0
61
60
  font-size: 20px
62
61
  font-weight: bold
63
62
  a
@@ -79,10 +78,10 @@
79
78
  .other_apps
80
79
  position: absolute
81
80
  background: white
82
- top: 79px
81
+ top: 50px
83
82
  z-index: 1000
84
83
  width: 640px
85
- padding: 1em
84
+ padding: 2em 1em 1em 1em
86
85
  display: none
87
86
  .meurio_app
88
87
  font-size: .7em
@@ -104,7 +103,6 @@
104
103
 
105
104
  .application_menu
106
105
  text-align: right
107
- padding: 10px 0
108
106
  a
109
107
  display: inline-block
110
108
  margin-left: 1.5em
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.3.8"
3
+ VERSION = "1.3.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meurio_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen