KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 6: | Zeile 6: | ||
/*** Formatierung Breakpoint sm ***/ | /*** Formatierung Breakpoint sm ***/ | ||
@media (max-width: 576px) { | @media (max-width: 576px) { | ||
.colmobiltop { | |||
border: 0; | |||
background: white; | |||
} | |||
.colmobiltop th:nth-child(2) { | .colmobiltop th:nth-child(2) { | ||
Version vom 11. Juli 2019, 12:35 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!important;
}
.colmobiltop td:nth-child(1), .colmobiltop td:nth-child(2) {
text-align:left!important;
padding-left: 2px;
vertical-align: top;
width: 10%!important;
}
.colmobiltop td:nth-child(3) {
text-align:left;
padding-left: 2px;
vertical-align: top;
width: 80%;
}
} /*** Ende Formatierungen für Breakpoint xs ***/