PluginProbe
Social Share Buttons / 1.2
Social Share Buttons v1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | css/buttons.css +23 -33 1.181.2 View file →
@@ -1,8 +1,7 @@
1 1 /* hides the label items from buttons that should show either share count or label and share count is available */
2 2 .maxcollection.single-meta .with-label.with-count .mb-label {
3 - display: none !important;
4 -}
3 + display: none !important; }
5 4
6 5 /* Default Sharing Setup */
7 6 .maxcollection {
8 7 display: inline-block;
@@ -9,35 +8,26 @@
9 8 clear: both;
10 9 z-index: 9999;
11 10 width: 100%;
12 11 line-height: 1.1;
13 - box-sizing: border-box;
14 -}
15 -.maxcollection .maxbutton-social {
16 - display: inline-block;
17 - box-sizing: border-box;
18 - text-align: center;
19 - position: relative;
20 - transition: all 0.4s linear;
21 - line-height: inherit;
22 -}
23 -.maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
24 - line-height: inherit;
25 -}
26 -.maxcollection .maxbutton-social-total .mb-icon-total-icon {
27 - width: auto;
28 - height: auto;
29 -}
30 -.maxcollection .mb-icon-wrapper {
31 - display: inline-block;
32 - margin: 0;
33 - padding: 0;
34 -}
35 -.maxcollection .mb-icon-wrapper .mb-icon {
36 - margin: 0;
37 - padding: 0;
38 -}
39 -.maxcollection.vertical {
40 - width: auto;
41 -}
42 -
43 -/*# sourceMappingURL=buttons.css.map */
12 + box-sizing: border-box; }
13 + .maxcollection .maxbutton-social {
14 + display: inline-block;
15 + box-sizing: border-box;
16 + text-align: center;
17 + position: relative;
18 + transition: all 0.4s linear;
19 + line-height: inherit; }
20 + .maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
21 + line-height: inherit; }
22 + .maxcollection .maxbutton-social-total .mb-icon-total-icon {
23 + width: auto;
24 + height: auto; }
25 + .maxcollection .mb-icon-wrapper {
26 + display: inline-block;
27 + margin: 0;
28 + padding: 0; }
29 + .maxcollection .mb-icon-wrapper .mb-icon {
30 + margin: 0;
31 + padding: 0; }
32 + .maxcollection.vertical {
33 + width: auto; }