Bugzilla – Attachment 174559 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), 1.11 KB, created by
Marcel de Rooy
on 2024-11-15 10:41:54 UTC
(
hide
)
Description:
Bug 37398: Adjust CSS for wrapped flatpickr
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-11-15 10:41:54 UTC
Size:
1.11 KB
patch
obsolete
>From c6d206b6d93a00c09056116340c077090778b07a 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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 7d966bee25..a41569fe99 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.5
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