Move Sign Out so we don't have overlap

When I mouse to click the sign-out the help menu pops up.

Sign out is moved. And it uses the same container as “Login” so that no content shifting occurs. And, it’s using the same styling as the other head items.

image

At this point, we need to check whether the mouse-over event/trigger for the ‘help’ menu is properly positioned. If there is still a problem with interference, we can add ~100px margin-right to the Sign out link (moving it to the left).

@greg Sign out has disappeared completely. When I Sign In, that area of the screen goes blank

Today I restored the ‘Sign Out’ link and hide/show behavior based on login.

Test: https://fswiki.qualitybox.us/wiki/en/Main_Page
Code: https://github.com/freephile/fsw-root/commits/master

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

A post was split to a new topic: Move Sign Out (fix overlap)