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.3.24 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.23 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.22 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.21 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.20 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.19 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.18 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.17 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.16 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.15 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.14 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.13 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.12 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.11 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.10 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.9 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.8 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.7 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.6 app/assets/stylesheets/redde/blocks/pagination.scss
redde-0.3.5 app/assets/stylesheets/redde/blocks/pagination.scss