https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41835
Emmi Takkinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #193717|0 |1 is obsolete| | --- Comment #4 from Emmi Takkinen <[email protected]> --- Created attachment 193718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193718&action=edit Bug 41835: Add CSS file for serial edits page Add item forms Tag editor buttons on serial edits page were misaligned with their respective input fields. This happens because there is no rule for their parent div to display its children elements correctly. This patch adds this rule for serial edits page in new serial-edits.css file. To test: 1. Make sure MARC framework for serials uses plugins in some 952 fields (e.g. dateaccessioned.pl plugin in field 952$d). 2. Find an active serial subscription and receive items for it. 3. Open Add item form. -> Note that Tag editor buttons aren't displayed inline with input fields. 4. Apply this patch, restart services if needed. 5. Refresh page. -> Note that Tag editor buttons are now displayed inline with input fields. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
