mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
0374ef64a0
Removing CSS rules that that push content below infoboxes. Bug: T189688 Change-Id: I59736720b36f251c49a27a2dd7f5343d58629992
26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
@import 'minerva.variables';
|
|
|
|
.client-js {
|
|
.collapsible-heading,
|
|
.collapsible-block {
|
|
clear: left;
|
|
}
|
|
|
|
.collapsible-heading {
|
|
cursor: pointer;
|
|
position: relative;
|
|
|
|
.indicator {
|
|
float: left;
|
|
margin-top: 0.7em;
|
|
font-size: @indicatorFontSize;
|
|
}
|
|
}
|
|
|
|
.collapsible-block {
|
|
// bug 41401 - without this content doesn't always take up whole width
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
}
|