Merge "Change 'editfont' default preference to 'monospace'"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
index 5aa866d..87d09e0 100644 (file)
@@ -8,7 +8,27 @@
                margin-top: 1em;
        }
 
+       &-top {
+               &-placeholder {
+                       width: 100%;
+               }
+
+               &-savedLinks {
+                       padding-left: 1em;
+                       vertical-align: bottom;
+               }
+       }
+
        &-bottom {
                margin-top: 1em;
+
+               .mw-rcfilters-ui-changesLimitButtonWidget,
+               .mw-rcfilters-ui-dateButtonWidget {
+                       display: inline-block;
+
+                       &:not( :first-child ) {
+                               margin-left: 0.5em;
+                       }
+               }
        }
 }