summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/sharing.css')
-rw-r--r--plugins/jetpack/modules/sharedaddy/sharing.css34
1 files changed, 18 insertions, 16 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/sharing.css b/plugins/jetpack/modules/sharedaddy/sharing.css
index 3b8bbaad..3d6565bf 100644
--- a/plugins/jetpack/modules/sharedaddy/sharing.css
+++ b/plugins/jetpack/modules/sharedaddy/sharing.css
@@ -237,18 +237,18 @@ body .sd-content ul li.share-custom.no-icon a span {
.sd-social-icon-text .sd-content li.share-tumblr a:before {
content: '\f214';
}
-.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
-.sd-social-text .sd-content ul li.share-stumbleupon a:before,
-.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
-.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
- content: '\f223';
-}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
content: '\f224';
}
+.sd-social-icon .sd-content ul li.share-skype a:before,
+.sd-social-text .sd-content ul li.share-skype a:before,
+.sd-content ul li.share-skype div.option.option-smart-off a:before,
+.sd-social-icon-text .sd-content li.share-skype a:before {
+ content: '\f220';
+}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
@@ -339,13 +339,16 @@ body .sd-content ul li.share-custom.no-icon a span {
width: 98px;
}
-.sd-social-official .sd-content .twitter_button iframe {
- width: 96px;
+.sd-social-official .sd-content .skypeShare {
+ width: 55px;
}
-
/* Individual official buttons */
-.stumbleupon_button iframe, .reddit_button iframe {
+.googleplus1_button .g-plus {
+ vertical-align: top !important;
+}
+
+.reddit_button iframe {
margin-top: 1px;
}
@@ -526,11 +529,6 @@ body .sd-social-icon .sd-content li.share-custom a span {
color: #fff !important;
}
-.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
- background: #ea4b24;
- color: #fff !important;
-}
-
.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
background: #00acee;
color: #fff !important;
@@ -565,6 +563,11 @@ body .sd-social-icon .sd-content li.share-custom a span {
color: #fff !important;
}
+.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
+ background: #00AFF0;
+ color: #fff !important;
+}
+
.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
background: #cee3f8;
color: #555555 !important;
@@ -677,4 +680,3 @@ div.sharedaddy.sharedaddy-dark #sharing_email {
height: 123px;
margin: 0 0 1em 0;
}
-