Merge "RCFilters: Truncate long saved query titles"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
1 .mw-rcfilters-ui-filterWrapperWidget {
2 width: 100%;
3 // Make sure this uses the interface direction, not the content direction
4 direction: ltr;
5
6 &-viewToggleButtons {
7 margin-top: 1em;
8 }
9
10 &-top {
11 &-placeholder {
12 width: 100%;
13 }
14
15 &-savedLinks {
16 padding-left: 1em;
17 vertical-align: bottom;
18 }
19 }
20
21 &-bottom {
22 margin-top: 1em;
23
24 .mw-rcfilters-ui-changesLimitButtonWidget,
25 .mw-rcfilters-ui-dateButtonWidget {
26 display: inline-block;
27
28 &:not( :first-child ) {
29 margin-left: 0.5em;
30 }
31 }
32 }
33 }