2.596
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 194: | Zeile 194: | ||
width:75%; | width:75%; | ||
display:inline-block; | display:inline-block; | ||
} | |||
.anlieferung_kombination.UND { | |||
} | |||
.anlieferung_kombination.ODER { | |||
display:flex; | |||
} | |||
.anlieferung_kombination.ODER .anlieferungselement { | |||
flex:none; | |||
} | |||
.ODER > .typ { | |||
flex:none; | |||
height:100%; | |||
vertical-align:middle; | |||
line-height:100%; | |||
} | |||
.typ { | |||
font-weight: bold; | |||
font-size: 200%; | |||
width: 100px; | |||
height: 50px; | |||
text-align: center; | |||
} | } |