[Koha-bugs] [Bug 8339] div id="login" should be id="login_controls" in header.inc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 10 21:12:59 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8339

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
(In reply to comment #4)
> This should not cause any strange repositioning of the control set in the
> header div on the right. It may not be pixel identical, but generally should
> not look vastly different.

It doesn't have to look different at all! Instead of adding a new definition
for #login_controls, change the ID of the original declaration for #login at
line 161:

#login {
    position : absolute;
    right : .5em;
}

Change #login to #login_controls.

The Koha login form will be unaffected because there is a separate stylesheet
which defines #login for that page.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list