From c5c9f9accc81a3278caa98f0f95f79730a9c8fed Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 May 2018 16:29:09 +0000 Subject: [PATCH] Bug 20793: (follow-up) Add style to the non-link hold count on detail page This small follow-up changes the style on the bibliographic detail page of the hold count so that it looks similar whether it's a link to holds or not. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index c68bff67f9..b6b2ad6f49 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -1908,7 +1908,8 @@ ul.budget_hierarchy li:first-child:after { font-style: italic; } .number_box { font-size : 105%; line-height : 200%; } -.number_box a { +.number_box a, +.number_box span { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index b0af452946..dbd657d329 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -115,7 +115,7 @@ [% IF CAN_user_reserveforothers_place_holds %] [% holdcount %] [% ELSE %] - [% holdcount %] + [% holdcount %] [% END %] -- 2.17.0