summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/sharing.css')
-rw-r--r--plugins/jetpack/modules/sharedaddy/sharing.css32
1 files changed, 25 insertions, 7 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/sharing.css b/plugins/jetpack/modules/sharedaddy/sharing.css
index 2ada890d..111386d2 100644
--- a/plugins/jetpack/modules/sharedaddy/sharing.css
+++ b/plugins/jetpack/modules/sharedaddy/sharing.css
@@ -31,7 +31,7 @@ div.sharedaddy h3.sd-title:before {
display: block;
width: 100%;
min-width: 30px;
- border-top: 1px solid #ddd;
+ border-top: 1px solid #dcdcde;
margin-bottom: 1em;
}
@@ -45,9 +45,12 @@ body.highlander-dark h3.sd-title:before {
/* Sharing services list */
+.sd-sharing {
+ margin-bottom: 1em;
+}
.sd-content ul {
padding: 0 !important;
- margin: 0 0 .7em 0 !important;
+ margin: 0 !important;
list-style: none !important;
}
@@ -142,7 +145,7 @@ body.highlander-dark h3.sd-title:before {
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
color: #555;
- background: #fafafa;
+ background: #f6f7f7;
border: 1px solid #999999;
}
@@ -559,8 +562,7 @@ body .sd-social-icon .sd-content li.share-custom a span {
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
- top: 1px;
- top: 0px\9; /* IE8 and below */
+ top: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
@@ -618,7 +620,7 @@ body .sd-social-icon .sd-content li.share-custom a span {
}
.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
- background: #1e8cbe;
+ background: #4f94d4;
color: #fff !important;
}
@@ -662,7 +664,7 @@ body .sd-social-icon .sd-content li.share-custom a span {
.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
- background-color: #f1f1f1;
+ background-color: #f0f0f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
@@ -753,3 +755,19 @@ div.sharedaddy.sharedaddy-dark #sharing_email {
height: 123px;
margin: 0 0 1em 0;
}
+
+.sd-content .share-customize-link {
+ margin-top: 0em;
+ line-height: 11px;
+}
+
+.sd-content .share-customize-link a {
+ font-size: 11px;
+ font-family: "Open Sans", sans-serif;
+}
+
+@media print {
+ .sharedaddy.sd-sharing-enabled {
+ display: none;
+ }
+}