Merge "Replace infobox usages and extend successbox, warningbox and errorbox"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / blocklist.less
1 .mw-special-BlockList {
2 .oo-ui-fieldsetLayout-group {
3 max-width: 50em;
4 }
5
6 .oo-ui-layout {
7 &.mw-field-block-type,
8 &.mw-field-limit.mw-has-field-block-type {
9 display: inline-block;
10 width: 50%;
11 box-sizing: border-box;
12 margin-top: 0;
13 }
14
15 &.mw-field-block-type {
16 padding-right: 1em;
17 }
18 }
19 }