From bfaeba20813dde2b3a320291e5c6660a1195ad1d 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 Signed-off-by: Guillaume Paquet Signed-off-by: Jonathan Druart --- 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