meurio_ui 1.4.10 → 1.4.11

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: 9ab0c70f3b0a3eb32ce5f6a12d2a5e813822ee92
4
- data.tar.gz: d6d0c6aed6c86a856ec515f21e43247515452472
3
+ metadata.gz: d386c4c8167701ed6de0dadf89c4c2d7e5763287
4
+ data.tar.gz: b7fa78bcf605edf21ee9198109663c138e15bac0
5
5
  SHA512:
6
- metadata.gz: e689a8f49ceb2e4332ce32a48ad5e4daf71ae7d596b6725fe56e143e8532c4bd4a708ac9d500258539f581da0675f21f3ad56e89237bfdfa3f243c5682657542
7
- data.tar.gz: 13fe5cf349fb56743797dd039e748bb24f8e4f74422607e6c077eeca7d8d18671599e3657987e3eaeb8d6b0411725fa3f1e82fe0e77eb00b79fec8ebcf3098ac
6
+ metadata.gz: 8966bef520637e63c4bce8d88846994728d2251d4f64b79e0283c45aff2d52e2097ea9bab940fb0f953fac7f5145299412469567c38af2d28a93deb92459c052
7
+ data.tar.gz: 9a1df3ffd7a63bff4639d13927c2deb41d19d44d6cd6157945309406e59e6cf3fa50a56f12913394ed820128c54820c99c428a086833ebabee0af302d9ce1d01
@@ -25,10 +25,10 @@
25
25
  cursor: pointer
26
26
  section.top-bar-section
27
27
  padding: 0 !important
28
- ul.left a
29
- background: none
30
28
  ul.left
31
29
  background: none
30
+ a.organization
31
+ background: none
32
32
  li:first-child
33
33
  padding-left: 1em
34
34
  .divider
@@ -36,6 +36,12 @@
36
36
  background: image-url("mrui_divider.jpg") no-repeat center center
37
37
  width: 5px
38
38
  height: 28px
39
+ li.has-form
40
+ height: auto
41
+ a.button
42
+ top: 0
43
+ background: $primary-color
44
+ letter-spacing: .5px
39
45
  ul.right
40
46
  background: none
41
47
  li a
@@ -7,9 +7,11 @@
7
7
  li.toggle-topbar.icon-list
8
8
  section.top-bar-section
9
9
  ul.left
10
- li= link_to image_tag('mrui_meurio.png'), "http://www.nossascidades.org/organizations/1", target: :blank
10
+ li= link_to image_tag('mrui_meurio.png'), "http://www.nossascidades.org/organizations/1", target: :blank, class: :organization
11
11
  li.divider
12
- li= link_to image_tag('mrui_minhasampa.png'), "http://www.nossascidades.org/organizations/2", target: :blank
12
+ li= link_to image_tag('mrui_minhasampa.png'), "http://www.nossascidades.org/organizations/2", target: :blank, class: :organization
13
+ li.divider
14
+ li.has-form= link_to "Seja um(a) fundador(a)", "#{ENV['MEURIO_HOST']}/founders", class: [:button, :radius]
13
15
  - if [:minhascidades, :pdp, :multitude, :compartilhaco, :accounts].include?(@app)
14
16
  ul.right
15
17
  - if current_user.present?
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.4.10"
3
+ VERSION = "1.4.11"
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.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-06 00:00:00.000000000 Z
12
+ date: 2014-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler