From 6e788eaeb1b08d53fc7528d0c6cf007e80a46169 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 Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- 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 9fdbedb93c..b9baa6eabf 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -195,6 +195,7 @@ tbody tr.active td { display: flex; flex-direction: row; justify-content: center; + margin-bottom: 0; padding-left: 0; } @@ -243,6 +244,7 @@ tbody tr.active td { clear: both; display: block; font-size: 95%; + margin-bottom: 0; padding-left: 0; } -- 2.39.5