Bugzilla – Attachment 105778 Details for
Bug 25658
Print icon sometimes obscures patron barcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25658: Print icon sometimes obscures patron barcode
Bug-25658-Print-icon-sometimes-obscures-patron-bar.patch (text/plain), 1.55 KB, created by
Alex Arnaud
on 2020-06-12 07:56:47 UTC
(
hide
)
Description:
Bug 25658: Print icon sometimes obscures patron barcode
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2020-06-12 07:56:47 UTC
Size:
1.55 KB
patch
obsolete
>From f101e0ad906e6da2bc96f94fd8744b986b27d0c0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 4 Jun 2020 15:22:43 +0000 >Subject: [PATCH] Bug 25658: Print icon sometimes obscures patron barcode > >This patch alters the style of the patron name/cardnumber label on the >checkout screen so that it has a maximum width. This will help avoid the >label being obscured by the print/close buttons displayed when >DisplayClearScreenButton is enabled. > >To test, apply the patch and rebuild the staff client CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > > - Enable the DisplayClearScreenButton system preference. > - Check out to a patron. Resize the browser to confirm that at narrower > browser widths the patron name in the checkout form isn't obscured by > the print and clear screen buttons. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +++ > 1 file changed, 3 insertions(+) > >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 39a4cddcb5..b55b97eea8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -424,8 +424,11 @@ label, > } > > &.circ_barcode { >+ display: inline-block; > font-size: 105%; > font-weight: bold; >+ margin-bottom: 1rem; >+ max-width: 75%; > } > > &.required { >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25658
:
105499
|
105560
|
105617
| 105778