Increase vertical offset of post-edit confirmation in MonoBook
authorOri Livneh <ori@wikimedia.org>
Sat, 27 Jul 2013 00:00:29 +0000 (17:00 -0700)
committerOri Livneh <ori@wikimedia.org>
Sat, 27 Jul 2013 00:07:52 +0000 (17:07 -0700)
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

index 6c7b2ca..fcc36c1 100644 (file)
@@ -42,7 +42,7 @@
 }
 
 .skin-monobook .postedit {
-       top: 3em !important;
+       top: 6em !important;
 }
 
 .postedit-faded {