From 2bb478264c866f8ef2354c562359aae481fcbf2b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 7 Jan 2020 19:52:25 +0000 Subject: [PATCH] Bug 24373: Correct basic cataloging editor CSS This patch makes minor corrections to the basic MARC editor CSS, fixing an error caused by Bug 23259. To test, apply the patch and clear your browser cache if necessary. Open the basic MARC editor and check the numbered tabs. There should be no stripe of green background showing below the tabs. Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css index ff79659a96..1b642eced3 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -250,6 +250,7 @@ tbody tr.active td { display: flex; flex-direction: row; justify-content: center; + margin-bottom: 0; padding-left: 0; } @@ -298,6 +299,7 @@ tbody tr.active td { clear: both; display: block; font-size: 95%; + margin-bottom: 0; padding-left: 0; } -- 2.11.0