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