Difference between revisions of "Module:Authority control/styles.css"

MyWikiBiz, Author Your Legacy — Monday July 08, 2024
Jump to navigationJump to search
(Zoran created the page Module:Authority control/styles.css using a non-default content model "CSS")
 
 
Line 1: Line 1:
 
+
@media screen and (max-width: 719px) {
 +
.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% */
 +
}
 +
}

Latest revision as of 20:45, 15 July 2021

@media screen and (max-width: 719px) {
	.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% */
	}
}