وحدة:ضبط استنادي/style.css

من موسوعة المزرعة
< وحدة:ضبط استنادي
مراجعة 10:24، 1 أبريل 2021 بواسطة Jawad A Najar (نقاش | مساهمات) (أنشأ الصفحة ب'@media screen and (max-width: 719px) { .authority-control tbody, .authority-control tr, .authority-control th, .authority-control td, .authority-control .navbox-row...')
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
اذهب إلى التنقل اذهب إلى البحث
@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% */
	}
}