Sha256: a7106a902968d4a111fa13d44dd33c1c99e8a44df7319decee3c72bbecc76dba

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

div.ajax_div_offers {

  div.div_will_paginate {
    width: 100%;
    clear: both;
    float: left;
    padding: 0 46px;

    .pagination {
      margin: 0;

      span {
        &.previous_page {
          display: none;
        }
        &.next_page {
          display: none;
        }
      }

      em {

        display: inline-block;
        line-height: 29px;
        width: 30px;
        height: 30px;

        text-align: center;
        font-weight: bold !important;
        font-style: normal !important;

        border: 1px solid #B6B6B6;
        background-color: #E9353B;
        color:#ffffff;

      }

      a {
        display: inline-block;
        line-height: 29px;
        width: 30px;
        height: 30px;

        border: 1px solid #B6B6B6;
        background-color: #ffffff;
        color:#777777;
        text-align: center;
        font-weight: bold !important;

        text-decoration: none;
        &:hover, &:active, &:focus { text-decoration: none !important; color: black; }

        &.previous_page {
          display: none;
        }
        &.next_page {
          display: none;
        }

      }
    }

  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 app/assets/stylesheets/c80_catoffers/will_paginate.scss
c80_catoffers-0.1.0.7 app/assets/stylesheets/c80_catoffers/will_paginate.scss
c80_catoffers-0.1.0.6 app/assets/stylesheets/c80_catoffers/will_paginate.scss
c80_catoffers-0.1.0.5 app/assets/stylesheets/c80_catoffers/will_paginate.scss
c80_catoffers-0.1.0.4 app/assets/stylesheets/c80_catoffers/will_paginate.scss