summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/likes/style.css')
-rw-r--r--plugins/jetpack/modules/likes/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/likes/style.css b/plugins/jetpack/modules/likes/style.css
index 3885cace..ee34f435 100644
--- a/plugins/jetpack/modules/likes/style.css
+++ b/plugins/jetpack/modules/likes/style.css
@@ -15,6 +15,14 @@ div.jetpack-likes-widget-wrapper {
width: 100%;
}
+div.jetpack-likes-widget-wrapper .sd-link-color {
+ font-size: 12px;
+}
+
+div.jetpack-likes-widget-wrapper.slim-likes-widget {
+ width: 1px; /* initial default */
+}
+
#likes-other-gravatars {
display: none;
position: absolute;
@@ -28,6 +36,10 @@ div.jetpack-likes-widget-wrapper {
z-index: 1000;
}
+#likes-other-gravatars * {
+ line-height: normal;
+}
+
#likes-other-gravatars .likes-text {
color: white;
font-size: 14px;
@@ -144,7 +156,7 @@ h3.sd-title {
.post-likes-widget-placeholder .button span:before {
color: #97A8CC;
font-family: "Noticons";
- content: '\2605';
+ content: '\f408';
font-size: 16px;
line-height: 0;
text-shadow: 0 1px 0 #fff;
@@ -164,6 +176,11 @@ h3.sd-title {
float: right;
}
+.slim-likes-widget .post-likes-widget {
+ width: auto;
+ float: none;
+}
+
/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {