/**
 * plugins/generic/booksForReview/styles/booksForReview.css
 *
 * 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.
 *
 * Books For Review Plugin stylesheet.
 *
 */

/* Public book listing */

#booksForReviewListing {
}

table.booksForReviewListing {
	width: 100%;
}

table.booksForReviewListing tr {
	vertical-align: top;
}

table.booksForReviewListing td {
	padding: 0.5em 1em 0.5em 0.5em;
}

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

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

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

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

table.booksForReviewListing td.coverPage {
	width: 25%;
}

table.booksForReviewListing td.coverDetails {
	width: 75%;
}

table.booksForReviewListing td.details {
	width: 100%;
}

table.booksForReviewListing img {
	width: 150px;
}


/* Public book view details */

#bookForReviewDetails {
}

table.bookForReviewDetails {
	width: 100%;
}

table.bookForReviewDetails tr {
	vertical-align: top;
}

table.bookForReviewDetails td {
	padding: 0.5em 1em 0.5em 0.5em;
}

table.bookForReviewDetails td.coverPage {
	width: 25%;
}

table.bookForReviewDetails td.coverDetails {
	width: 75%;
}

table.bookForReviewDetails img {
	width: 150px;
}
