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 05:41, 11 August 2023 (and these). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.rfx-report {
	margin: 0.5em 0;
	background: #fff;
}

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

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

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

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

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

.rfx-report-dupes-yes {
	font-weight: bold;
}

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