Fixed  Close button on the poll results / license extension overlay is misaligned

Paul B

XenForo moderator
Staff member
Not strictly a forum software bug but I thought I'd report it anyway.

On the license extension overlay on the purchase screen, the close button is misaligned: http://xenforo.com/purchase/

license.webp

From what I can see, the css needs to be something like:
.xenOverlay a.close {
right 4px;
top: 12px;
 
I have since discovered that the poll results overlay also uses the close button and it too is obviously misaligned.

poll.webp
 
I've moved this to 1px and 9px, so that it doesn't overlay the header bar too much. There are some situations where a scrollbar can appear here.
 
Actually, ultimately it should be, though there ended up being a bug in the correct fix for it. It is fixed now. :)
 
Top Bottom