https://bugzilla.wikimedia.org/show_bug.cgi?id=12681
--- Comment #15 from Mark Clements (HappyDog) <[EMAIL PROTECTED]> 2008-11-25 04:23:18 UTC --- Created an attachment (id=5539) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5539) Alternative positioning suggestion. Here is an alternative suggestion for message placement, which puts the user message at the top, along with the other user controls. As far as I know this won't conflict with any existing messages/templates. For reference, the CSS I used for this was as follows (though it could be improved, I'm sure): .usermessage { position: absolute; right: 1em; top: -7.1em; font-size: 0.9em; padding: 0.2em 8.5em 0.3em; line-height: 0.9em; background-color: #FFFF00; font-weight: bold; } (Note that this was from <div> tag in a page preview, not the actual edit message, so it may not work 'out of the box', as it were!) -- 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 watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
