[Koha-bugs] [Bug 20329] Text input fields are wider than the fieldset class they are inside of

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 25 14:49:17 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329

--- Comment #11 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 74842
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74842&action=edit
Bug 20329: Text input fields are wider than the fieldset class they are inside
of

This alternate patch defines a width of 100% for text inputs and selects
inside sidebar fieldsets. The scope of this style is limited to the
sidebar by unsetting the width for fieldsets within "#yui-main," the
main body of the page.

This patch also removes inline styles from two templates which are now
unnecessary.

To test, apply the patch and clear your cache if necessary.

View various pages which have a sidebar search form: acqui/invoices.pl,
members/members-home.pl, circ/overdue.pl, acqui/parcel.pl. Confirm that
form fields in the sidebar look correct.

Confirm that other forms styled with the "brief" class aren't
unintentionally affected by this patch. For example:
circ/request-article.pl, members/member-password.pl,
reports/reports-home.pl, reserve/request.pl

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


More information about the Koha-bugs mailing list