Sha256: 75f35851c81068811a9b854270d5d39ef5cbe90758c845b992cdb702f473d05c

Contents?: true

Size: 1.12 KB

Versions: 8

Compression:

Stored size: 1.12 KB

Contents

div.ajax_div {

  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

8 entries across 8 versions & 2 rubygems

Version Path
c80_yax-0.1.0.12 engines/ti/app/assets/stylesheets/ti/will_paginate.scss
c80_yax-0.1.0.11 engines/ti/app/assets/stylesheets/ti/will_paginate.scss
c80_yax-0.1.0.10 engines/ti/app/assets/stylesheets/ti/will_paginate.scss
c80_yax-0.1.0.9 engines/ti/app/assets/stylesheets/ti/will_paginate.scss
c80_news-0.1.0.15 app/assets/stylesheets/c80_news/will_paginate.scss
c80_news-0.1.0.14 app/assets/stylesheets/c80_news/will_paginate.scss
c80_news-0.1.0.13 app/assets/stylesheets/c80_news/will_paginate.scss
c80_news-0.1.0.12 app/assets/stylesheets/c80_news/will_paginate.scss