From: Bartosz DziewoƄski Date: Mon, 26 Jun 2017 16:26:34 +0000 (+0200) Subject: mw.filewarning: Increase the area of the warning button X-Git-Tag: 1.31.0-rc.0~2893^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=a12d8aeb225acfbf9cc2794f4cbca9c5fc0fe6fb;p=lhc%2Fweb%2Fwiklou.git mw.filewarning: Increase the area of the warning button So that the user can move the mouse cursor to the popup without the popup disappearing. Bug: T157544 Change-Id: Ide9db6f6fd092caeea1bacfc97ec79f9acc3793e --- diff --git a/resources/src/mediawiki/mediawiki.filewarning.less b/resources/src/mediawiki/mediawiki.filewarning.less index 2c3e1374a8..be7aa63374 100644 --- a/resources/src/mediawiki/mediawiki.filewarning.less +++ b/resources/src/mediawiki/mediawiki.filewarning.less @@ -1,5 +1,12 @@ @import 'mediawiki.ui/variables'; +// Increase the area of the button, so that the user can move the mouse cursor +// to the popup without the popup disappearing. (T157544) +.mediawiki-filewarning-anchor { + padding-bottom: 10px; + margin-bottom: -10px; +} + .mediawiki-filewarning { visibility: hidden;