Changeset 1466151
- Timestamp:
- 08/02/2016 01:13:17 PM (10 years ago)
- Location:
- osd-social-media-sharing
- Files:
-
- 19 added
- 3 edited
-
tags/3.5.6 (added)
-
tags/3.5.6/images (added)
-
tags/3.5.6/images/icon.png (added)
-
tags/3.5.6/images/icons.png (added)
-
tags/3.5.6/images/icons.svg (added)
-
tags/3.5.6/images/pinterest_pin_it.png (added)
-
tags/3.5.6/includes (added)
-
tags/3.5.6/includes/OSDSocialShare.php (added)
-
tags/3.5.6/includes/admin_js.js (added)
-
tags/3.5.6/includes/admin_style.css (added)
-
tags/3.5.6/includes/global_settings.php (added)
-
tags/3.5.6/includes/installation_actions.php (added)
-
tags/3.5.6/includes/js.php (added)
-
tags/3.5.6/includes/post_settings.php (added)
-
tags/3.5.6/includes/style.css (added)
-
tags/3.5.6/lang (added)
-
tags/3.5.6/osd_social_media_sharing.php (added)
-
tags/3.5.6/readme.txt (added)
-
tags/3.5.6/uninstall.php (added)
-
trunk/includes/style.css (modified) (1 diff)
-
trunk/osd_social_media_sharing.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osd-social-media-sharing/trunk/includes/style.css
r1091838 r1466151 68 68 .osd-image-picker-img-cont { float: left; position: relative; width: 25%; padding-left: 20px; margin-top: 20px; } 69 69 .osd-image-picker-img { position: relative; cursor: pointer; background-size: contain; background-position: center; background-repeat: no-repeat; border: 10px solid transparent; border-radius: 5px; background-color: #ffffff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25); width: 100%; padding-top: -webkit-calc(100% - 20px); padding-top: -ms-calc(100% - 20px); padding-top: calc(100% - 20px); } 70 .osd-image-picker-img:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; padding: 10px 0 0 10px; background-color: rgba(0,0,0,.5); background-image: url( http://passets.pinterest.com/images/bm/button.png); background-repeat: no-repeat; border-radius: 5px; -webkit-transition: opacity ease-in-out .25s; -ms-transition: opacity ease-in-out .25s; transition: opacity ease-in-out .25s; }70 .osd-image-picker-img:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; padding: 10px 0 0 10px; background-color: rgba(0,0,0,.5); background-image: url(../images/pinterest_pin_it.png); background-repeat: no-repeat; border-radius: 5px; -webkit-transition: opacity ease-in-out .25s; -ms-transition: opacity ease-in-out .25s; transition: opacity ease-in-out .25s; } 71 71 .osd-image-picker-img:hover:before { opacity: 1; } 72 72 .osd-image-picker-img:after { content: attr(data-media-size); white-space: nowrap; position: absolute; text-align: center; bottom: 0px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); background: rgba(0,0,0,0.5); border-radius: 10px; color: white; font-family: helvetica, sans-serif; font-size: 10px; padding: 4px 8px; font-weight: 700; } -
osd-social-media-sharing/trunk/osd_social_media_sharing.php
r1465203 r1466151 4 4 Plugin URI: http://outsidesource.com 5 5 Description: Add buttons to share any of your content on facebook, twitter, google plus, pinterest, email and more. 6 Version: 3.5. 56 Version: 3.5.6 7 7 Author: OSD Web Development Team 8 8 Author URI: http://outsidesource.com -
osd-social-media-sharing/trunk/readme.txt
r1465203 r1466151 4 4 Requires at least: 3.4 5 5 Tested up to: 4.2 6 Stable tag: 3.5. 56 Stable tag: 3.5.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 3.5.6 = 44 * Fixed pinterest pin it button to be HTTPS 42 45 43 46 = 3.5.5 =
Note: See TracChangeset
for help on using the changeset viewer.