Merge "Revised styling of sister-search sidebar."
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.less
1 .mw-rcfilters-ui {
2 &-table {
3 display: table;
4 width: 100%;
5 }
6
7 &-row {
8 display: table-row;
9 }
10
11 &-cell {
12 display: table-cell;
13 vertical-align: top;
14 }
15 }
16
17 // Temporary icon classes, until these icons
18 // are merged into OOUI properly
19 .oo-ui-iconElement-icon.oo-ui-icon-clip {
20 /* @embed */
21 background-image: url( ../images/clip.svg );
22 }
23
24 .oo-ui-iconElement-icon.oo-ui-icon-unClip {
25 /* @embed */
26 background-image: url( ../images/unClip.svg );
27 }
28
29 .oo-ui-iconElement-icon.oo-ui-icon-pushPin {
30 /* @embed */
31 background-image: url( ../images/pushPin.svg );
32 }