From 3a3356ee5cc5897333c38ad9e9f0ccf9046ad641 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: Guillaume Paquet --- 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.17.1