KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 28: | Zeile 28: | ||
} | } | ||
.center-monitor { | |||
text-align: center; | |||
} | |||
| Zeile 37: | Zeile 40: | ||
.pd5 td { | .pd5 td { | ||
padding: 0px; | padding: 0px; | ||
} | |||
.sptable2.pd5 tr th { | |||
display: none; | |||
} | } | ||
| Zeile 61: | Zeile 68: | ||
.inline-mobil { | .inline-mobil { | ||
display: inline; | display: inline; | ||
} | |||
.center-monitor { | |||
text-align: unset; | |||
} | } | ||
} /*** Ende mobile Ansicht ***/ | } /*** Ende mobile Ansicht ***/ | ||
Version vom 28. Mai 2021, 08:37 Uhr
.Legendenbox {
width: 11em !important;
height: 4em;
display: inline-grid;
align-content: center;
text-align: center;
vertical-align: middle;
margin: 1em 1em;
}
th {
min-width: 150px;
border-right: 1px solid grey;
}
/**** AV ***/
.sptable2.Spalte4-ohne-rechten-Rand td:nth-child(4) {
border-right: 1px solid #f8f9fa;
text-align: right;
width: 0em;
}
.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2 {
display: none;
}
.center-monitor {
text-align: center;
}
/*** Begin mobile Ansicht ***/
@media (max-width:576px) {
.pd5 td {
padding: 0px;
}
.sptable2.pd5 tr th {
display: none;
}
.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2 {
background: #f8f9fa;
background-color: #f8f9fa;
padding: 5px;
border-right: 1px solid grey;
display: inline-block;
width: 50%;
}
.zellenbeschriftung, .zb {
margin-right: 24%;
}
.zellenbeschriftung2, .zb2 {
margin-right: 7%;
}
.inline-mobil {
display: inline;
}
.center-monitor {
text-align: unset;
}
} /*** Ende mobile Ansicht ***/