http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9385 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 15250 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15250&action=edit Bug 9385 - patron add labels right aligned in chrome The <legend> element has been given right alignment which seems to only be respected by WebKit-based browsers. Users of Chrome and Safari see a right-aligned legend while others see a left-aligned one. Given that the legend is often applied to fieldsets spanning much of the screen it seems wiser to have them left-aligned. This patch removes "text-align:right" from the CSS so that <legend> will inherit the default left alignment. To test, view any page with a legend element, for instance the patron add form. In Firefox, Chrome, Safari, IE, etc. the legend ("Patron identity," "Main address," etc.) should be left-aligned in the fieldset. -- You are receiving this mail because: You are watching all bug changes.