From 1a125bf3b7d1f19cc19e161572e647e8942e6f7b Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Fri, 26 Jul 2013 17:00:29 -0700 Subject: [PATCH] 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 --- resources/mediawiki.action/mediawiki.action.view.postEdit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1