http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8339
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
