colorbox-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDdkNGM1YjFmNjViZjhkYzBjMTU0MmEwYzAwMTQzMmQwYTgxMTZkYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjUzMzczYmU4NGNkZGIwMzJjMDA2M2RjYjQzYjRmOTQ4YTRmOTA1NQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWZjYjRhMGMwODE3NzE4OTgzNzhlMWY5ODNkOGE4NDkyODkxYmM3NDkzYjM2
|
10
|
+
ZjZiZDY2NGQ5ZGM4NjIwZjZhMzQ2MmZiYzk2NzE4YTkwZWFkNzQ0MjRlMTUw
|
11
|
+
ZmM2NWIyZmUzZTQxNTE1MTJjMWY0NDBjZWU0YzFmODE4MTFlYWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjMxNzU4ZGMzMjk5MDdjY2Q4MDZhNjFkNzA5ODlmNDliOTNhMmNkYmM4ZjQx
|
14
|
+
MmJlYmJmNzUwODYyN2VmYzBjNmQ4ODI1ZjQzMjkwMWVjNWY3MGY0MGFkOGNm
|
15
|
+
NjZkZGNiNDQ0YTU4N2I2ZjZhMDAxZWI0OWNhNTQzOGI3MTRjZGY=
|
@@ -41,7 +41,7 @@
|
|
41
41
|
#cboxNext:hover{background-position:-50px -25px;}
|
42
42
|
#cboxLoadingOverlay{background:url(<%= asset_path('colorbox-rails/loading_background.png') %>) no-repeat center center;}
|
43
43
|
#cboxLoadingGraphic{background:url(<%= asset_path('colorbox-rails/loading.gif') %>) no-repeat center center;}
|
44
|
-
#cboxClose{position:absolute; bottom:0; right:0; background:url(<%= asset_path('colorbox-rails/controls.png') %>) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
44
|
+
#cboxClose{border: none; position:absolute; bottom:0; right:0; background:url(<%= asset_path('colorbox-rails/controls.png') %>) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
45
45
|
#cboxClose:hover{background-position:-25px -25px;}
|
46
46
|
|
47
47
|
/*
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Błażej Kosmowski
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-
|
14
|
+
date: 2014-05-21 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|