From: petarpetkovic Date: Tue, 28 Nov 2017 14:32:05 +0000 (+0100) Subject: Small change to "Other review tools" link X-Git-Tag: 1.31.0-rc.0~1369^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=385c4cba5d393f5a2cbc9d7989177932cf38a4f0;p=lhc%2Fweb%2Fwiklou.git Small change to "Other review tools" link - Reduce the separation between the label and the expand/collapse icon. Bug: T179539 Change-Id: I0bfc8a72650325a815be930a64e472ae66f536f6 --- diff --git a/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.less b/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.less index ef358e0944..974d3eb43c 100644 --- a/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.less +++ b/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.less @@ -31,6 +31,17 @@ // Same as the legend border: 1px solid @colorGray12; } + + /* stylelint-disable declaration-no-important */ + .oo-ui-buttonElement > .oo-ui-buttonElement-button { + padding-right: 1.2em !important; + + > .oo-ui-indicatorElement-indicator { + right: 0 !important; + width: 0.9375em !important; + } + } + /* stylelint-enable declaration-no-important */ } body:not( .mw-rcfilters-ui-initialized ) {