Combine changes limit and time period selectors
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
index bbd2c74..e6003c1 100644 (file)
@@ -1,3 +1,5 @@
+@import 'mediawiki.mixins';
+
 .mw-rcfilters-ui-filterWrapperWidget {
        width: 100%;
        // Make sure this uses the interface direction, not the content direction
@@ -8,15 +10,9 @@
        }
 
        &-bottom {
-               margin-top: 1em;
+               .flex-display;
+               .flex;
 
-               .mw-rcfilters-ui-changesLimitButtonWidget,
-               .mw-rcfilters-ui-dateButtonWidget {
-                       display: inline-block;
-
-                       &:not( :first-child ) {
-                               margin-left: 0.5em;
-                       }
-               }
+               margin-top: 1em;
        }
 }