<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CSS properties that are useful for the pageTriage list view, but don't fall under one of the more
 * specific views
 */

#mwe-pt-list-more {
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	background-color: #e8f2f8;
	margin: 0;
	padding: 0.4em;
	border: 1px solid #ccc;
	border-top: 0;
	min-height: 21px;
}

#mwe-pt-list-more-link {
	cursor: pointer;
}

#mwe-pt-list-errors {
	color: #c00;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0.4em;
	border: 1px solid #ccc;
	border-top: 0;
}

#mwe-pt-list-warnings {
	margin-bottom: 0.5em;
}
</pre></body></html>