http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8339 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard <oleonard@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.