# share-button/1.9/css/buttons.css

Social Share Buttons, version 1.9. 34 lines.

- Page: https://pluginprobe.com/plugins/share-button/1.9/code/css/buttons.css
- Raw: https://pluginprobe.com/plugins/share-button/1.9/raw/css/buttons.css
- Modified: 2018-04-19T12:12:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/share-button/1.9/code/css/buttons.css#L10-L20`.

```css
/* hides the label items from buttons that should show either share count or label and share count is available */
.maxcollection.single-meta .with-label.with-count .mb-label {
  display: none !important; }

/* Default Sharing Setup */
.maxcollection {
  display: inline-block;
  clear: both;
  z-index: 9999;
  width: 100%;
  line-height: 1.1;
  box-sizing: border-box; }
  .maxcollection .maxbutton-social {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: all 0.4s linear;
    line-height: inherit; }
  .maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
    line-height: inherit; }
  .maxcollection .maxbutton-social-total .mb-icon-total-icon {
    width: auto;
    height: auto; }
  .maxcollection .mb-icon-wrapper {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .maxcollection .mb-icon-wrapper .mb-icon {
      margin: 0;
      padding: 0; }
  .maxcollection.vertical {
    width: auto; }

```
