promethee 1.4.18 → 1.4.19

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: 9246af69aa471f0dfaeec398113f077300d76729
4
- data.tar.gz: 3d6867279f894db971aff6228b05c7a860f4dbda
3
+ metadata.gz: 5fa3017ba70a3511a9d8010803c8acfa645934ad
4
+ data.tar.gz: e422a77d271d5c4f1b25690a58fe662779323c92
5
5
  SHA512:
6
- metadata.gz: 75b69bd144c99937b55bd3494d99ec4199b047e33e75ad0d65d54d6a063309b1262e5089582eb1d4c37f87e609ce0a1d493f641e7db0148c4f98325a6fe00643
7
- data.tar.gz: da4c35e637c15e6ba10932dc08c8240e05e01d9caa6f18da7cd4641d4a126c1b0d7ec1a6d2ecaaab4eac78da2115d54ca503af136bcabccc848f75b92b573307
6
+ metadata.gz: 5c2fca64115b28919a9515b3afba0ab79c311c54d608722736614db29299fe06d58ea19d57922e9dcf1908b05a74905853cdf81939280675418e979de9b0f136
7
+ data.tar.gz: 93ed5a4e8dc2f134d4eca5e4e3415303d02e0c77d5ae971d15c9c176900dfa7f4fb89be83ebe2738ac34042bcc287bb6f92d843480a570013d9335cd9fa537bd
@@ -93,7 +93,7 @@ $promethee-color: #ff9900 !default
93
93
  right: 0
94
94
  bottom: 0
95
95
 
96
- @media (min-width: @screen-sm-min)
96
+ @media (min-width: 768px)
97
97
  .modal-dialog
98
98
  // default margin-top is 30px and the modal window is displayed UNDER the topbar
99
99
  margin-top: 60px
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.4.18'
3
+ VERSION = '1.4.19'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.18
4
+ version: 1.4.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Dargelos