bdc94b34cebac28fec49e5b199a884173f2d9ae9
[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 &-popup {
7 // We have to override OOUI's definition, which is set
8 // on the inline style of the popup
9 margin-top: 2.4em !important;
10 max-width: 650px;
11 }
12
13 &-search {
14 max-width: none;
15 margin-top: -0.5em;
16
17 input {
18 // We need to reiterate the directionality
19 // for the input as well to literally override
20 // a MediaWiki CSS rule that turns it 'ltr'
21 direction: ltr;
22 }
23 }
24 }