[Koha-bugs] [Bug 25906] In opac-serial-issues.pl, when looking at full history, the search facet form should look good.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 1 10:50:48 CEST 2020


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

--- Comment #2 from Timothy Alexis Vass <timothy_alexis.vass at 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.


More information about the Koha-bugs mailing list