/**
 *
 * Quick Title Edition extension for the phpBB Forum Software package
 *
 * @copyright (c) 2023, Kailey Snay, https://www.snayhomelab.com/
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

/* Selector */
fieldset.attribute {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

/* Attributes */
.qte_solved { color: #006600; }
.qte_cancelled { color: #cc0000; }

.qte_solved, .qte_cancelled { font-weight: bold; }

/* Imageset */
.imageset.qte_solved {
	background-image: url("./images/icon_topic_solved.gif");
	padding-left: 16px;
	padding-top: 16px;
}

.imageset.qte_cancelled {
	background-image: url("./images/icon_topic_cancel.gif");
	padding-left: 16px;
	padding-top: 16px;
}
