mediawiki-skins-MinervaNeue/skinStyles/mobile.toggle/minerva.less
Jan Drewniak 0374ef64a0 Display content beside infobox instead of below.
Removing CSS rules that that push content below infoboxes.

Bug: T189688
Change-Id: I59736720b36f251c49a27a2dd7f5343d58629992
2018-04-30 17:33:08 +00:00

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;
}
}