https://bugzilla.wikimedia.org/show_bug.cgi?id=44333
--- Comment #9 from Bartosz DziewoĆski <[email protected]> --- Also, I am on Opera, and I think so is Isarra. Here's a CSS snippet that fixes this for me, and is basically much saner than what is being done there right now. Of course this will have to be cleaned up when merged with current CSS, and the code for hiding the right panel on small resolutions will have to be adjusted (as this seems to break it). .acux { display: table; } .signupstart, .signupend { display: table-row; } #userlogin, .acux-benefits-container { display: table-cell; float: none; } .acux-benefits-container { margin-left: 0; padding-left: 50px; } -- You are receiving this mail because: You are on the CC list for the bug. 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
