Merge "Change 'editfont' default preference to 'monospace'"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
index 00ec87c..87d09e0 100644 (file)
@@ -4,7 +4,31 @@
        // Make sure this uses the interface direction, not the content direction
        direction: ltr;
 
-       &-namespaceToggle {
+       &-viewToggleButtons {
                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;
+                       }
+               }
+       }
 }