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

Pedro Amorim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |35850

--- Comment #3 from Pedro Amorim <[email protected]> ---
Hey, I'm not 100% sure about this one.
I believe this was introduced by bug 35850. Before 35850, the top search header
was:
<div id="header_search" role="tablist">

after bug 35850 is now

<div id="header_search" class="toptabs">

which is triggering the following CSS rule

.toptabs .tab-pane {
    padding: 1em;
}

Owen can you confirm if this is intentional? It feels unintentional and if
that's the case, is adding more CSS the fix here?
Additionally, current master record cataloguing has a big search header as
well:
http://localhost:8081/cgi-bin/koha/cataloguing/addbiblio.pl

Is this also intentional?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35850
[Bug 35850] Use template wrapper for tabs: Header search forms
-- 
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/

Reply via email to