Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:


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


.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2) {
.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2) {
text-align:left!important;
text-align:left;
padding-left: 2px;
padding-left: 2px;
vertical-align: top;
vertical-align: top;
width: 10%!important;
width: 10%;
float: left;
float: left;
margin-top: 5px;
margin-top: 5px;
border-top: 2px solid #a2a9b1;
border-right: 1px solid #a2a9b1;
border-bottom:  1px solid #a2a9b1;
border-left: 0;
border-left: 0;
}
}
Zeile 30: Zeile 33:
padding-left: 2px;
padding-left: 2px;
vertical-align: top;
vertical-align: top;
width: 80%;
border-top: 2px solid #a2a9b1;
border-right: 2px solid #a2a9b1;
border-bottom:  1px solid #a2a9b1;
border-left: 0;
margin-top: 5px;
}
}




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

Version vom 11. Juli 2019, 13:43 Uhr

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


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

.colmobiltop {
	border: 0;
	background: white;
	}

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

.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2) {
	text-align:left;
	padding-left: 2px;
	vertical-align: top;
	width: 10%;
	float: left;
	margin-top: 5px;
	border-top: 2px solid #a2a9b1;
	border-right: 1px solid #a2a9b1;
	border-bottom:  1px solid #a2a9b1;
	border-left: 0;
	}

.colmobiltop td:nth-child(3) {
	text-align:left;
	padding-left: 2px;
	vertical-align: top;
	border-top: 2px solid #a2a9b1;
	border-right: 2px solid #a2a9b1;
	border-bottom:  1px solid #a2a9b1;
	border-left: 0;
	margin-top: 5px;
	}


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