From a1c7eac903b9df596b98f507445c96b1ec5396c3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Oct 2022 12:21:50 +0000 Subject: [PATCH] Bug 31927: Use bigger font-size for bibliographic information on staff details page This patch removes the adusted font size from the definition of the .results_summary spans. The percentage decrease was being multiplied with another rule. To test, apply the patch and rebuild the staff interface CSS. Locate a bibliographic record in the staff client and view the detail page. Confirm that the bibliographic information is displayed in a comfortable size. Also test that catalog search results still look correct. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 13cf2477e5..871ff145d8 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2421,7 +2421,6 @@ td.bundle { .results_summary { color: #202020; display: block; - font-size: 85%; padding: 0 0 .5em; a { -- 2.39.5