Sha256: 28fbe57ba390851e049f33c5a8a075b3134505b36dec8e8451fc9f9c1cb9e973

Contents?: true

Size: 701 Bytes

Versions: 69

Compression:

Stored size: 701 Bytes

Contents

.pagination {
  margin: 20px 0 0;
  .page, .last, .next, .prev, .first {
    &.current, a {
      display: inline-block;
      text-align: center;
      color: #005782;
      color: #666;
      min-width: 14px;
      padding: 0 5px;
      line-height: 24px;
      background:linear-gradient(to bottom, #fff, #dedede);
      border: 1px solid #bbb;
      box-shadow: 0 1px 2px #ccc;
      border-radius: 4px;
      font-weight: bold;      
      text-decoration: none;
    }
    a:active {
      box-shadow: inset 0 1px 2px #333;
      background:linear-gradient(to top, #fff, #dedede);
    }
    &.current {
      color: #fff;
      background:linear-gradient(to bottom, #A9DCF5, #257DA8);
    }
  }
}

Version data entries

69 entries across 64 versions & 1 rubygems

Version Path
redde-0.4.4 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.4.3 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.4.2 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.4.1 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.4.0 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.39 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.38 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.37 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.36 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.35 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.34 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.33 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.32 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.31 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.30 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.29 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.28 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.27 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.26 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.25 app/assets/stylesheets/redde/blocks/pagination.scss