/**
 * @file lib/pkp/styles/content.css
 *
 * Copyright (c) 2013-2018 Simon Fraser University
 * Copyright (c) 2003-2018 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * 
 * @brief Main OMP stylesheet wrapper
 *
 */

/**
 * DEPRECATED. Do not use these styles. Remove them when possible.
 */

/* Used by old modal.js; deprecated in favour of pkp_helpers_progressIndicator */
.deprecated_throbber {
	display: none;
	background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
}

/* Used by dashboard press selector */
.deprecated_selectHeader {
	margin-top: 10px;
}

/* @end */
