Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
index 1a29459..bbd2c74 100644 (file)
@@ -1,5 +1,4 @@
 .mw-rcfilters-ui-filterWrapperWidget {
-       margin-top: 1em;
        width: 100%;
        // Make sure this uses the interface direction, not the content direction
        direction: ltr;
@@ -7,4 +6,17 @@
        &-viewToggleButtons {
                margin-top: 1em;
        }
+
+       &-bottom {
+               margin-top: 1em;
+
+               .mw-rcfilters-ui-changesLimitButtonWidget,
+               .mw-rcfilters-ui-dateButtonWidget {
+                       display: inline-block;
+
+                       &:not( :first-child ) {
+                               margin-left: 0.5em;
+                       }
+               }
+       }
 }