Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
}
}


.colmobiltop wikitable2 > tbody > tr > td:nth-child(1), .colmobiltop wikitable2 > tbody > tr > td:nth-child(2) {
.colmobiltop .wikitable2 > tbody > tr > td:nth-child(1), .colmobiltop .wikitable2 > tbody > tr > td:nth-child(2) {
text-align:left!important;
text-align:left!important;
padding-left: 2px;
padding-left: 2px;
Zeile 18: Zeile 18:
}
}


.colmobiltop wikitable2 > tbody > tr > td:nth-child(3) {
.colmobiltop .wikitable2 > tbody > tr > td:nth-child(3) {
text-align:left;
text-align:left;
padding-left: 2px;
padding-left: 2px;

Version vom 11. Juli 2019, 11:39 Uhr

.centercell td:nth-child(2) {
	text-align: center;
}


/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {

.colmobiltop th:nth-child(2) {
	border-top: 2px solid #a2a9b1!important;
	}

.colmobiltop .wikitable2 > tbody > tr > td:nth-child(1), .colmobiltop .wikitable2 > tbody > tr > td:nth-child(2) {
	text-align:left!important;
	padding-left: 2px;
	vertical-align: top;
	width: 10%!important;
	}

.colmobiltop .wikitable2 > tbody > tr > td:nth-child(3) {
	text-align:left;
	padding-left: 2px;
	vertical-align: top;
	width: 80%;
	}


}  /*** Ende Formatierungen für Breakpoint xs ***/