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