social_share_privacy 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
@@ -27,27 +27,27 @@
|
|
27
27
|
}
|
28
28
|
/* Facebook begin */
|
29
29
|
.social_share_privacy_area .facebook {
|
30
|
-
width:
|
30
|
+
width: 160px;
|
31
31
|
display: inline-block;
|
32
32
|
}
|
33
33
|
.social_share_privacy_area .facebook .fb_like iframe {
|
34
|
-
width:
|
34
|
+
width: 125px;
|
35
35
|
}
|
36
36
|
/* Facebook end */
|
37
37
|
/* Twitter begin */
|
38
38
|
.social_share_privacy_area .twitter {
|
39
|
-
width:
|
39
|
+
width: 128px;
|
40
40
|
}
|
41
41
|
.social_share_privacy_area li div.tweet {
|
42
|
-
width:
|
42
|
+
width: 95px;
|
43
43
|
}
|
44
44
|
/* Twitter end */
|
45
45
|
/* Google+ begin */
|
46
46
|
.social_share_privacy_area .gplus {
|
47
|
-
width:
|
47
|
+
width: 103px;
|
48
48
|
}
|
49
49
|
.social_share_privacy_area li div.gplusone {
|
50
|
-
width:
|
50
|
+
width: 70px;
|
51
51
|
}
|
52
52
|
/* Google+ end */
|
53
53
|
/* Switch begin */
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_share_privacy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -60,9 +60,9 @@ files:
|
|
60
60
|
- vendor/assets/images/social_share_privacy/dummy_twitter.png
|
61
61
|
- vendor/assets/images/social_share_privacy/socialshareprivacy_on_off.png
|
62
62
|
- vendor/assets/images/social_share_privacy/socialshareprivacy_info.png
|
63
|
+
- vendor/assets/images/social_share_privacy/dummy_facebook_de.png
|
63
64
|
- vendor/assets/images/social_share_privacy/dummy_gplus.png
|
64
65
|
- vendor/assets/images/social_share_privacy/dummy_gplus_alt.png
|
65
|
-
- vendor/assets/images/social_share_privacy/dummy_facebook.png
|
66
66
|
- vendor/assets/stylesheets/socialshareprivacy.css.erb
|
67
67
|
- vendor/assets/javascripts/jquery.socialshareprivacy.js.erb
|
68
68
|
- MIT-LICENSE
|