https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38077 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 175576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175576&action=edit Bug 38077: Fix minor spacing issue in self checkout login page This patch adjusts the markup and CSS of the self checkout login screen so that form layout is consistent and readable. I have adjusted the template conditional so that it re-uses more form elements like <legend>. To test, apply the patch and enable WebBasedSelfCheck if necessary. - Set the SelfCheckoutByLogin system preference to 'cardnumber' - Go to the self-checkout page (/cgi-bin/koha/sco/sco-main.pl) - The login form should be labeled "Log in to your account" followed by the label, form field, and submit button arranged vertically. - Set the SelfCheckoutByLogin preference to "username and password" - Reload the self-checkout page. The form should look the same with the addition of the password field. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.