diff --git a/plugins/embed/gui-themes/themes/zeit-solo/liveblog.css b/plugins/embed/gui-themes/themes/zeit-solo/liveblog.css index 1e75a8fa1..5f1128447 100644 --- a/plugins/embed/gui-themes/themes/zeit-solo/liveblog.css +++ b/plugins/embed/gui-themes/themes/zeit-solo/liveblog.css @@ -33,7 +33,7 @@ @media screen and (min-width: 32.5em) { .liveblog-postlist li .post-buttons { bottom: 0.9375em; } } @media screen and (min-width: 48em) { .liveblog-postlist li .post-buttons { display: none; } } .liveblog-postlist li:hover .post-buttons { display: block; } -.liveblog-postlist li .sf-share { font-size: 0.875em; line-height: 2; color: inherit; background: transparent url("img/sharing_b.png") no-repeat scroll 12px 12px / 20px auto; padding: 5px 0 5px 35px !important; float: right; overflow: hidden; width: 30px !important; } +.liveblog-postlist li .sf-share { font-size: 0.875em; line-height: 2; color: inherit; background: transparent url("img/sharing_b.png") no-repeat scroll 12px 12px / 20px auto; padding: 5px 0 5px 45px !important; float: right; overflow: hidden; width: 45px !important; } @media screen and (min-width: 32.5em) { .liveblog-postlist li .sf-share { padding-left: 40px; padding-right: 20px; width: auto; } } .liveblog-postlist li .share-box { color: #707070; float: right; padding: 9px 0px 0 10px !important; display: none; } .liveblog-postlist li .share-box:last-child { display: block; } diff --git a/plugins/embed/gui-themes/themes/zeit/liveblog.css b/plugins/embed/gui-themes/themes/zeit/liveblog.css index 05e7c7b03..c51695872 100644 --- a/plugins/embed/gui-themes/themes/zeit/liveblog.css +++ b/plugins/embed/gui-themes/themes/zeit/liveblog.css @@ -33,7 +33,7 @@ @media screen and (min-width: 32.5em) { .liveblog-postlist li .post-buttons { bottom: 0.9375em; } } @media screen and (min-width: 48em) { .liveblog-postlist li .post-buttons { display: none; } } .liveblog-postlist li:hover .post-buttons { display: block; } -.liveblog-postlist li .sf-share { font-size: 0.875em; line-height: 2; color: inherit; background: transparent url("img/sharing_b.png") no-repeat scroll 12px 12px / 20px auto; padding: 5px 0 5px 35px !important; float: right; overflow: hidden; width: 30px !important; } +.liveblog-postlist li .sf-share { font-size: 0.875em; line-height: 2; color: inherit; background: transparent url("img/sharing_b.png") no-repeat scroll 12px 12px / 20px auto; padding: 5px 0 5px 45px !important; float: right; overflow: hidden; width: 45px !important; } @media screen and (min-width: 32.5em) { .liveblog-postlist li .sf-share { padding-left: 40px; padding-right: 20px; width: auto; } } .liveblog-postlist li .share-box { color: #707070; float: right; padding: 9px 0px 0 10px !important; display: none; } .liveblog-postlist li .share-box:last-child { display: block; }