jquery-colorbox-rails 0.3.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.colorbox.js +1 -1
- data/vendor/assets/stylesheets/jquery.colorbox-example1.css.scss +1 -1
- data/vendor/assets/stylesheets/jquery.colorbox-example2.css.scss +1 -1
- data/vendor/assets/stylesheets/jquery.colorbox-example3.css.scss +1 -1
- data/vendor/assets/stylesheets/jquery.colorbox-example4.css.scss +1 -1
- data/vendor/assets/stylesheets/jquery.colorbox-example5.css.scss +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27a1736bdbbcad329605131eac192eccf6c2a429
|
4
|
+
data.tar.gz: 8b2848a4eb44ff53c4adc9573145ef0b6df889e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce9857bef235f6488ed905f4c4e007cbfa1bfeadfc6691bf8b8913f92f3ff87d8682898bd943f8284d44ddf956e50998f2edd2a7531000b15a784336eba68dc1
|
7
|
+
data.tar.gz: b9e09e91ebc0371bf9d97ac660a2df7f403e905ee4bff0749d4c9139daa720c905d7ecc9284247b28dfcc9a24350de557e1685f05aa99104c46f8fd320e31b9f
|
@@ -484,7 +484,7 @@
|
|
484
484
|
$current = $tag(div, "Current"),
|
485
485
|
$prev = $('<button type="button"/>').attr({id:prefix+'Previous'}),
|
486
486
|
$next = $('<button type="button"/>').attr({id:prefix+'Next'}),
|
487
|
-
$slideshow = $
|
487
|
+
$slideshow = $('<button type="button"/>').attr({id:prefix+'Slideshow'}),
|
488
488
|
$loadingOverlay
|
489
489
|
);
|
490
490
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Colorbox Core Style:
|
3
3
|
The following CSS is consistent between example themes and should not be altered.
|
4
4
|
*/
|
5
|
-
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6
6
|
#cboxWrapper {max-width:none;}
|
7
7
|
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
8
|
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Colorbox Core Style:
|
3
3
|
The following CSS is consistent between example themes and should not be altered.
|
4
4
|
*/
|
5
|
-
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6
6
|
#cboxWrapper {max-width:none;}
|
7
7
|
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
8
|
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Colorbox Core Style:
|
3
3
|
The following CSS is consistent between example themes and should not be altered.
|
4
4
|
*/
|
5
|
-
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6
6
|
#cboxWrapper {max-width:none;}
|
7
7
|
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
8
|
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Colorbox Core Style:
|
3
3
|
The following CSS is consistent between example themes and should not be altered.
|
4
4
|
*/
|
5
|
-
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6
6
|
#cboxWrapper {max-width:none;}
|
7
7
|
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
8
|
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Colorbox Core Style:
|
3
3
|
The following CSS is consistent between example themes and should not be altered.
|
4
4
|
*/
|
5
|
-
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
|
5
|
+
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
|
6
6
|
#cboxWrapper {max-width:none;}
|
7
7
|
#cboxOverlay{position:fixed; width:100%; height:100%;}
|
8
8
|
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project: jquery-colorbox-rails
|
128
|
-
rubygems_version: 2.
|
128
|
+
rubygems_version: 2.5.1
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|