From fa16f2b5498876e6f6d11f36db709675b26fc76d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 11 Jul 2024 11:51:45 +0000 Subject: [PATCH] Bug 37309: (follow-up) Adjust appearance of controls This patch makes an adjustment to the style of .btn-link controls associated with the holdings table. I've also updated the markup of the other controls so that they match the updated batch controls. Signed-off-by: Pedro Amorim Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ .../html_helpers/tables/items/catalogue_detail.inc | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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 5b702b4477..fa371697f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -558,6 +558,11 @@ div { &[class$="_table_controls"] { padding: .7em 0; + + .btn-link { + font-size: unset; + padding: 0 .5rem; + } } &.results { diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 8b23b3990d..4e52b0087f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -48,12 +48,12 @@ [% BLOCK items_table %]
- Show filters - + + [% IF (StaffDetailItemSelection) %] - | Select all - | Clear all + + | Actions: [% IF CAN_user_tools_items_batchdel %] -- 2.39.5