MediaWiki:Common.css: Różnice pomiędzy wersjami
Strona MediaWiki
Inne akcje
druga poprawka bo ai slop ni umie Znacznik: Wycofane |
giga ai slopicho Znacznik: Wycofane |
||
| Linia 23: | Linia 23: | ||
/* nie zawijajmy linii w infoboksach, grupy z layout horizontal */ | /* nie zawijajmy linii w infoboksach, grupy z layout horizontal */ | ||
.pi-horizontal-group { | .pi-horizontal-group { | ||
display: table !important; | |||
width: 100%; | |||
table-layout: fixed; | |||
} | |||
.pi-horizontal-group tr { | |||
display: table-row !important; | |||
} | |||
.pi-horizontal-group-item { | |||
display: block !important; | display: block !important; | ||
overflow-x: auto !important; | overflow-x: auto !important; | ||
overflow-y: hidden !important; | overflow-y: hidden !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
padding-bottom: 0.5em; | |||
margin-bottom: 0.5em; | |||
max-width: 100%; | |||
} | } | ||
.pi-horizontal-group | .pi-horizontal-group-item ul { | ||
padding-left: 1.2em !important; | |||
margin-left: 0 !important; | |||
white-space: normal !important; | |||
} | } | ||
.pi-horizontal-group-item { | .pi-horizontal-group-item li { | ||
white-space: normal !important; | |||
white-space: | |||
} | } | ||
.pi-horizontal-group-item .pi-data-value { | .pi-horizontal-group-item .pi-data-value { | ||
white-space: | white-space: normal !important; | ||
} | } | ||
.pi-horizontal-group-item | .pi-horizontal-group-item { | ||
max-height: 300px; | |||
} | } | ||