Untidy layout of the login screen

Issue #482 resolved
Alexander Goryntsev created an issue

Using a colored background helps identifying some layout imperfections.

On the attached screenshot you can see that the main content region of the login screen has moved to the right and is not aligned with the header. That causes the horizontal scrollbar to appear. Also a top margin would be nice to have which would separate the content area from the header.

login_page.png

Comments (6)

  1. Alexander Goryntsev reporter

    I find that the issue with top margin for the main content region appears on all pages where there is neither breadcrumb nor ticker displayed.

  2. Alexander Goryntsev reporter

    It seems that this layout glitch happens any time with a full width content so it also links issues #479 and #448 to this one.

  3. Alexander Goryntsev reporter

    The issue with alignment of the #region-main on the right-hand side patched with following custom CSS so far:

    .content-only #region-main-box, .content-only #region-main {
        box-sizing: border-box;
    }
    

    Continue testing...

  4. Alexander Goryntsev reporter

    :((( The patch above works on the front page only... More clever approach is needed.

  5. Log in to comment