Module:Authority control/styles.css

From blackwiki
< Module:Authority control
Revision as of 16:23, 23 February 2020 by blackwiki>Tacsipacsi (Created page with '@media screen and (max-width: 719px) { .authority-control { display: block !important; →‎even on mobile: } .authority-control tbody, .authority-control...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@media screen and (max-width: 719px) {
	.authority-control {
		display: block !important; /* even on mobile */
	}
	.authority-control tbody,
	.authority-control tr,
	.authority-control th,
	.authority-control td,
	.authority-control .navbox-row > th + td {
		display: block;
		text-align: center;
	}
	.authority-control th {
		width: auto !important; /* override [[Module:Navbox]]’s inline width:1% */
	}
}