Sha256: 07961e992b88e32561280cf302c0327a0f3086f6e277a66f217df3fbb29b03cd
Contents?: true
Size: 886 Bytes
Versions: 8
Compression:
Stored size: 886 Bytes
Contents
div.pagination { background: $light_gray; width: 100%; left: 82px; line-height: 24px; height: 24px; padding: 2 * $default-padding 0; text-align: right; a, span, em { font-size: $default-font-size; height: 25px; line-height: 25px; padding: $default-padding; } a:hover { color: #000; text-shadow: none; text-decoration: underline; } .current { background: $button-hover-bg-color; color: $text-color; border: $default-border; text-shadow: 0px 1px 1px #fff; cursor: default; @include rounded-corner; } .previous_page { margin-right: 2*$default-padding; } .next_page { margin-left: 2*$default-padding; } .disabled { color: #c0c0c0; } span.gap { border: none; background: transparent; cursor: default; } } #assign_image_list div.pagination { margin-bottom: 8px; }
Version data entries
8 entries across 8 versions & 1 rubygems