From: Ori Livneh Date: Sat, 27 Jul 2013 00:00:29 +0000 (-0700) Subject: Increase vertical offset of post-edit confirmation in MonoBook X-Git-Tag: 1.31.0-rc.0~19104^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=1a125bf3b7d1f19cc19e161572e647e8942e6f7b;p=lhc%2Fweb%2Fwiklou.git Increase vertical offset of post-edit confirmation in MonoBook At an offset of 3em from the top, the confirmation message overlies MonoBook's tabs. If the user already knows that they want to use one of the tabs to navigate away from the article page, she must wait for the confirmation to fade out so that the obscured tabs are again visible and clickable. Increasing the offset to 6em seems to fix it. Bug: 41240 Change-Id: Ifc09523858adf47b7f321d9e29dcb53d290e9d81 --- diff --git a/resources/mediawiki.action/mediawiki.action.view.postEdit.css b/resources/mediawiki.action/mediawiki.action.view.postEdit.css index 6c7b2caf56..fcc36c15e1 100644 --- a/resources/mediawiki.action/mediawiki.action.view.postEdit.css +++ b/resources/mediawiki.action/mediawiki.action.view.postEdit.css @@ -42,7 +42,7 @@ } .skin-monobook .postedit { - top: 3em !important; + top: 6em !important; } .postedit-faded {