Jump to content

Module:RFX report/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 04:42, 11 August 2023 (dupes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.rfx-report {
	margin-top: 0;
	margin-bottom: .5em;
	padding: .5em 0;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}

@media (min-width: 720px) {
	.rfx-report {
		float: right;
		clear: left;
		padding-left: 1.4em;
	}
}

.rfx-report-purge {
	font-size: 85%;
	float: right;
}

.rfx-report-recent {
	font-size: 85%;
}

.rfx-report-pending,
.rfx-report-error {
	background: #f8cdc6;
}

.rfx-report-number {
	text-align: right;
}

.rfx-report-dupes {
	text-align: center;
}