Sha256: ab289d8300cef6e67a6fdb89b42b232f63a7bc9168b2a704a2a25fbda2d4a7f9

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Pagelist.less
 *
 */

.pagelist {
    padding-bottom: 10px;
    text-align: center;

    .pagePrevious,
    .pageNext,
    .pageContent,
    .pageJump {
        display: inline-block;

        input {
            width: 32px;
            height: 32px;
            top: 1px;
            position: relative;
            border: 1px #bababa solid;
        }

        #pageGo {
            margin: 0px;
        }
    }

    .pageContent a {
        padding-top: 4px;
    }

    .pagePrevious {
        text-align: right;
    }

    .pageNext {
        text-align: left;
    }

    a {
        margin: 4px;
        cursor: pointer;
    }

    .pageCurrent {
        font-weight: bold;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metro-ui-rails-0.15.8.15 vendor/toolkit/metro-ui/pagelist.less