Sha256: 29d97f639a62dcf323adf098359ab1a6198f2651a9c9398009af207460d8f813

Contents?: true

Size: 967 Bytes

Versions: 3

Compression:

Stored size: 967 Bytes

Contents

/* pager wrapper, div */
.pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.pager {
	background-color: #e6eeee;
}
/* pager navigation arrows */
.pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}
/* pager output text */
.pager .pagedisplay {
	font-size: 11px;
	padding: 0 5px 0 5px;
	width: 50px;
	text-align: center;
}

/*** loading ajax indeterminate progress indicator ***/
#tablesorterPagerLoading {
	background: rgba(255,255,255,0.8) url(/assets/jquery-tablesorter/addons/icons/loading.gif) center center no-repeat;
	position: absolute;
	z-index: 1000;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.pager img.disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery-tablesorter-1.0.5 vendor/assets/stylesheets/jquery-tablesorter/addons/jquery.tablesorter.pager.css
jquery-tablesorter-1.0.4 vendor/assets/stylesheets/jquery-tablesorter/addons/jquery.tablesorter.pager.css
jquery-tablesorter-1.0.3 vendor/assets/stylesheets/jquery-tablesorter/addons/jquery.tablesorter.pager.css