Merge "Improve "selfmove" message's wording"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
1 .mw-rcfilters-ui-filterWrapperWidget {
2 width: 100%;
3 // Make sure this uses the interface direction, not the content direction
4 direction: ltr;
5
6 &-viewToggleButtons {
7 margin-top: 1em;
8 }
9
10 &-bottom {
11 margin-top: 1em;
12
13 .mw-rcfilters-ui-changesLimitButtonWidget,
14 .mw-rcfilters-ui-dateButtonWidget {
15 display: inline-block;
16
17 &:not( :first-child ) {
18 margin-left: 0.5em;
19 }
20 }
21 }
22 }