From d639d2692a838f7fceb93fe30c3066f64044c102 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. --- 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 2ada2f067f..6e05d8e76e 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2419,7 +2419,6 @@ td.bundle { .results_summary { color: #202020; display: block; - font-size: 85%; padding: 0 0 .5em; a { -- 2.20.1