Bugzilla – Attachment 171422 Details for
Bug 37398
Initialize a datepicker on all date/datetime fields when adding/editing items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37398: Adjust CSS for wrapped flatpickr
Bug-37398-Adjust-CSS-for-wrapped-flatpickr.patch (text/plain), 987 bytes, created by
Lucas Gass (lukeg)
on 2024-09-12 17:49:34 UTC
(
hide
)
Description:
Bug 37398: Adjust CSS for wrapped flatpickr
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-12 17:49:34 UTC
Size:
987 bytes
patch
obsolete
>From 97c364bd1f294abb3c7c4e4738f8a8ad94e709d4 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 12 Sep 2024 16:23:22 +0000 >Subject: [PATCH] Bug 37398: Adjust CSS for wrapped flatpickr > >--- > .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index cf7259975c6..c5fe23c52ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -39,6 +39,15 @@ > <script> > var has_item_groups = "[% item_groups.size | html %]"; > </script> >+ <style> >+ .flatpickr_wrapper input { >+ width: 100%; >+ } >+ >+ .flatpickr_wrapper { >+ flex-basis: 50%; >+ } >+ </style> > </head> > > <body id="cat_additem" class="cat"> >-- >2.39.2
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 37398
:
171416
|
171417
|
171419
|
171420
|
171421
|
171422
|
171423
|
171424
|
171881
|
171882
|
171919
|
171963
|
172187
|
172188
|
172189
|
172190
|
172191
|
172192
|
172193
|
172194
|
172195
|
172196
|
174558
|
174559
|
174560
|
174561
|
174562
|
174563
|
174564
|
174565
|
174566
|
176020