Sha256: 94810ecb2c1c425a045b07d80e5fc43a68f47090082a0f84f105172852426ec1

Contents?: true

Size: 1.2 KB

Versions: 89

Compression:

Stored size: 1.2 KB

Contents

@import "woople-theme/variables.css.less";
@import "woople-theme/colours.css.less";

.pagination {
  margin-top:0;
  .box-shadow(inset 0 1px 3px @insideShadowColour);

  a:hover, .active a {
    background-color:@highlightBackground;
  }

  a, em, span {
    border: none;
    display: inline-block;
    float: none;
    font-style: normal;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;

    .total {
      display:none;
      padding:0;
    }
  }
  
  a {
    outline: none;

    span {
      vertical-align: middle;
      padding: 0;
      margin: 0 auto;

      .spinner {
        top: 50%;
        left: 50%;
      }
    }
  }

  .current {
    background-color:@highlightBackground;
  }

  .current, .disabled {
    .disabled_pagination();
  }

  .previous_page {
    float: left;

    span {
      display: inline-block;
    }
  }
  .next_page {
    float: right;

    span {
      display: inline-block;
    }
  }
}

.disabled_pagination() {
  color: #999;
  cursor: default;
}

@media (max-width: 767px) {
  .pagination {
    a, em, span {
      display: none;

      .total {
        display:inline;
      }
    }

    .current, .previous_page, .next_page {
      display: inline-block;
    }
  }
}

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
woople-theme-0.10.0 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.9.0 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.19 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.18 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.17 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.16 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.15 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.14 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.13 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.12 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.11 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.10 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.9 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.8 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.7 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.6 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.5 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.4 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.3 app/assets/stylesheets/woople-theme/pagination.css.less
woople-theme-0.8.2 app/assets/stylesheets/woople-theme/pagination.css.less