Template:Recentchangestext/styles.css

From Meta, a Wikimedia project coordination wiki
.RCT-wrapper {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
}
.RCT-templatelinks {
	float: right;
	padding: 5px;
	font-size: 0.75em;
}
[dir="rtl"] .RCT-templatelinks {
	float: left;
}
.RCT-main {
	display: table;
	font-size: 90%;
}
.RCT-main-row {
	display: table-row;
	vertical-align: top;
}
.RCT-main-cell {
	display: table-cell;
	padding: 0 0.5em;
}
.RCT-main-row .RCT-main-cell:first-child {
	font-weight: bold;
	text-align: right;
}
[dir="rtl"] .RCT-main-row .RCT-main-cell:first-child {
	text-align: left;
}
.RCT-main-row .RCT-main-cell:last-child {
	text-align: left;
}
[dir="rtl"] .RCT-main-row .RCT-main-cell:last-child {
	text-align: right;
}
.RCT-interwiki {
	display: none;
}