Sha256: 7773882a430f903eb0886300ea607c45e4201459e373766845f9ef761231d756

Contents?: true

Size: 719 Bytes

Versions: 7

Compression:

Stored size: 719 Bytes

Contents

/* Table of Contents
==================================================
#Sort */

/* #Sort
================================================== */
.sort {
	border-top: 1px solid rgba(217,222,225,1);
	border-bottom: 1px solid rgba(217,222,225,1);
	list-style-type: none;
	padding: 0;
}
.sort > li { padding: 5px 0; }
.sort > li:first-child {
	padding-bottom: 5px;
	padding-top: 10px;
}
.sort > li:last-child {
	padding-bottom: 10px;
	padding-top: 5px;
}
.sort-bordered > li {
	border-top: 1px solid rgba(217,222,225,1);
	padding: 8px 0;
}
.sort-bordered > li:first-child { border: none; }
.sort-striped > li:nth-child(even) { background: rgba(246,247,249,1); }
.sort-scrollable {
	max-height: 300px;
	overflow-y: scroll;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flashgrid-ext-1.1.1 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.1.0 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.15 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.14 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.13 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.11 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.10 vendor/assets/stylesheets/sort.css.scss