Center close button on overlay border
This changes how the title is currently centered on the border from using CSS margins to creating an invisible guide actor to do the alignment. The second commit then uses this guide actor to center the close button as well, which was not possible with CSS margins alone.