Merge "Remove perf tracking code that was moved to WikimediaEvents in Ib300af5c"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterMenuHeaderWidget.less
index d9c42ba..83fe189 100644 (file)
@@ -2,12 +2,19 @@
 
 .mw-rcfilters-ui-filterMenuHeaderWidget {
        &-title {
+               display: inline-block;
                font-size: 1.2em;
-               padding: 0.75em 0.5em;
+               padding: 0.75em 0 0.75em 0.5em;
                // TODO: Unify colors with official design palette
                color: #54595d;
        }
 
+       &-helpIcon {
+               position: absolute;
+               top: 50%;
+               .transform( translateY( -50% ) );
+       }
+
        &-header {
                border-bottom: 1px solid #c8ccd1;
                background: #f8f9fa;
@@ -29,6 +36,7 @@
                }
 
                &-title {
+                       position: relative;
                        width: 100%;
                        vertical-align: middle;
                }