/**
 * @defgroup pkp_listing
 */

/**
 * @file styles/listing.less
 *
 * Copyright (c) 2013-2019 Simon Fraser University
 * Copyright (c) 2003-2019 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * 
 * @ingroup pkp_listing
 *
 * @brief Listing table classes
 */

table.pkp_listing {
	td {
		padding: 0.25em 1.5em 0.25em 0.5em;
	}

	tr.heading td, td.heading {
		font-size: 0.85em;
		text-transform: uppercase;
		font-weight: normal;
		padding: 0.75em 1.5em 1em 0.5em;
	}

	td.nodata {
		text-align: center;
		font-style: italic;
	}

	td.headseparator {
		border-top: 1px dotted #000;
		font-size: 0.1em;
		line-height: 1%;
	}

	td.endseparator {
		border-top: 1px dotted #000;
		font-size: 0.25em;
		line-height: 10%;
	}

	td.separator {
		border-top: 1px dotted #DDDDD0;
		font-size: 0.1em;
		line-height: 1%;
	}
}
