https://bugzilla.wikimedia.org/show_bug.cgi?id=41240
TMg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from TMg <[email protected]> 2012-10-29 20:14:56 UTC --- Part of the problem is that the position of the popup is literally "2% from the top of the screen". Because of this the vertical position of the popup changes depending on the height of your browser window. This is why the position is different for every user and in every screenshot. >From what I see in the MonoBook code all vertical positions are calculated using the unit "em". The popup should use the same unit. I suggested an alternative method to position the popup in bug 41231#c20. Simply replace the "10px" from my example with ".6em" in Vector (I tested it and this is perfectly centered between the top of the screen and the tabs) and something like "3em" or "4em" in MonoBook (this moves the popup below the tabs). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
