Bugzilla – Attachment 143702 Details for
Bug 32158
Specify due date field is very long now
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32158: Specify due date field is very long now
Bug-32158-Specify-due-date-field-is-very-long-now.patch (text/plain), 1.09 KB, created by
Owen Leonard
on 2022-11-10 19:12:18 UTC
(
hide
)
Description:
Bug 32158: Specify due date field is very long now
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-11-10 19:12:18 UTC
Size:
1.09 KB
patch
obsolete
>From 13b94b3a534402ac1b739e74fb97d67fc86a5710 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 10 Nov 2022 19:04:11 +0000 >Subject: [PATCH] Bug 32158: Specify due date field is very long now > >This patch adds a reasonable width to the "specify due date" date field >on the circulation page. > >To test, apply the patch and rebuild the staff interface CSS. > >Check out to a patron and click the "setting" icon on the "Enter item >barcode" field. > >In the checkout setting panel, confirm that the date field isn't >unreasonably wide. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++++ > 1 file changed, 4 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 7e733d0e87..5792e83c96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1450,6 +1450,10 @@ i { > > input { > vertical-align: middle; >+ >+ &.flatpickr-input { >+ max-width: 11em; >+ } > } > > label { >-- >2.20.1
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 32158
:
143702
|
143734
|
143737