jquery-modal-rails-assets 0.7.3 → 0.8.0

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: d2bfbfd6108573df74afe5e36f2bbacb3e1ad06a
4
- data.tar.gz: a8ca52074c5449bd13fa59fcd216e99d00634fe9
3
+ metadata.gz: 1ae1b95417f3bf89e9d017f7276229784c6be4fc
4
+ data.tar.gz: 6a7dd2083b50e25498c37f6fd1385e2954d74970
5
5
  SHA512:
6
- metadata.gz: ac6aa651c7a5eed1ac829206f4f4124d40c3fcfe19e2153b0767bc85024069881c8ed4133948af8642f57a3049261292b66693f3ba8815e41518068c31ec051c
7
- data.tar.gz: a1071e6ea4f0402eba5dfe762200f3d9322193ce700018b1bf6b440ce7a8ffa12b6e31b5d08cb2229cc2e9211103624f491681f6c0f423b734439255d4975439
6
+ metadata.gz: 564b3cbe24ed771414d02b13eccb8dd608adbe0780d12c1b07a3ddef27b318d565b3d31413a21b9721c08538ad5fc322c839527707279fbba7a707098b8cad27
7
+ data.tar.gz: b9728896110d724694acb6f368a8baa6c6c57f1348f2672264111dbd6a61b232e996090c0aa6c76e0990d364973ca276e9eb8ab0c77b71795f7ccbe313e65489
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  A simple jQuery modal (http://github.com/kylefox/jquery-modal)
3
- Version 0.7.3
3
+ Version 0.8.0
4
4
  */
5
5
 
6
6
  (function (factory) {
@@ -25,7 +25,9 @@
25
25
  vertical-align: middle;
26
26
  position: relative;
27
27
  z-index: 2;
28
- width: 400px;
28
+ max-width: 500px;
29
+ box-sizing: border-box;
30
+ width: 90%;
29
31
  background: #fff;
30
32
  padding: 15px 30px;
31
33
  -webkit-border-radius: 8px;
@@ -1,3 +1,3 @@
1
1
  module JqueryModalRailsAssets
2
- VERSION = "0.7.3"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-modal-rails-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - RogerE
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-12 00:00:00.000000000 Z
11
+ date: 2016-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler