Lauritzl änderte das Inhaltsmodell der Seite Vorlage:AV-Portal-Benutzer.css von „CSS“ nach „Bereinigtes CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
.zellenbeschriftung { | .zellenbeschriftung { | ||
background: #f8f9fa; | background: #f8f9fa; | ||
background-color: #f8f9fa; | |||
padding: 1px; | padding: 1px; | ||
border-right: 1px solid grey; | border-right: 1px solid grey; | ||
Version vom 26. August 2019, 08:08 Uhr
@media (max-width:768px) {
.zellenbeschriftung {
background: #f8f9fa;
background-color: #f8f9fa;
padding: 1px;
border-right: 1px solid grey;
display: inline-block;
width:50%;
}
}
@media (min-width:769px) {
.zellenbeschriftung {
display: none;
}
}