From 006d4d7261673066398bf48a93e0a9b004526563 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 29 Oct 2024 11:00:34 +0000 Subject: [PATCH] Bug 38608: Improve style of permissions filter form This patch makes some small markup and style changes in order to make the filter form on the user permissions page fit better in the toolbar. To test, apply the patch and rebuild the staff interface CSS. You may need to clear your browser cache. - Search for a patron in the staff interface and view their detail page - In the toolbar, choose More -> Set permissions. - In the permissions toolbar, confirm that the form field isn't oversized and that the label is aligned well. Sponsored-by: Athens County Public Libraries --- koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss | 4 ++++ .../intranet-tmpl/prog/en/modules/members/member-flags.tt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss index 83d0836685..3232832aea 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss @@ -97,4 +97,8 @@ padding: 0 .5em; } } + + .toolbar-filter-form { + padding: $input-btn-padding-y $input-btn-padding-x; + } } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt index 545db193af..7f5a2822a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt @@ -69,8 +69,8 @@ Paste permissions -
- Filter: +
+
-- 2.39.5