/**
 * @file styles/controllers/grid/grid.less
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @ingroup pkp_controllers_grid
 *
 * @brief Classes for grid structure
 */

.options a.sort {
	background: url(../lib/pkp/templates/images/structure/grid_sort.png) no-repeat left;
}


a.new, a.reviewReady {
	background-image: url(../lib/pkp/templates/images/structure/grid_task.png);
}

a.unfinished {
	background-image: url(../lib/pkp/templates/images/structure/grid_task_disabled.png);
}

a.accepted {
	background-image: url(../lib/pkp/templates/images/structure/grid_task_accepted.png);
}

a.declined {
	background-image: url(../lib/pkp/templates/images/structure/lb_delete.png);
}

a.completed {
	background-image: url(../lib/pkp/templates/images/structure/grid_task_complete.png);
}

a.uploaded {
	background-image: url(../lib/pkp/templates/images/structure/grid_folder.png);
}

a.request_review {
	background-image: url(../lib/pkp/templates/images/structure/grid_request_review.png);
}

.pkp_controllers_grid {
	div.checked {
		background:url(../lib/pkp/templates/images/structure/sprites.png);
		background-repeat:no-repeat;
		height:24px;
		width:24px;
		background-position:-672px 0;
	}
	div.notChecked {
		background-image: url(../lib/pkp/templates/images/structure/grid_delete.png);
		height: 15px;
		width: 15px;
	}
}
