https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25906 --- Comment #2 from Timothy Alexis Vass <timothy_alexis.vass@ub.lu.se> --- 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.