From a21c57daa63df4214460d138f0618816bfeb89c4 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 Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens --- 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 2f01f7a2fd..2601021c56 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -1912,7 +1912,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 60fc95560c..e4da23a9cf 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.39.2