@@ -, +, @@ addbiblio.css tab style - Go to Cataloging -> New record (using the basic MARC editor). - The style of the MARC edit form should look correct. - The header search form should look correct - Test other pages with tabs to confirm that there are no other unwanted side-effects, e.g. Circulation -> Check out; Advanced catalog search; Bibliographic detail page. --- koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss @@ -244,6 +244,10 @@ a.navbar-toggle { &.toptabs { margin-top: 0; + + .tab-pane { + padding: 0; + } } .nav-tabs { --