https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906
--- Comment #2 from Timothy Alexis Vass <[email protected]> --- 1. In linked stylesheet: #menu form, #search-facets form { margin: 0em; } Change margin to 1em. ----- 2. In the inline style block: #search-facets fieldset.action { padding-left: 4px; margin: .3em; } Remove padding-let and margin, set text-align to center. ----- 3. In opac-full-serial-issues: <select id="libraryfilter" name="libraryfilter" style="width:10em;"></select> <select id="subscriptionidfilter" name="subscriptionfilter" style="width:10em;" disabled="disabled"></select> Remove style="width:10em;" from these two elements. -- 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/
