Bugzilla – Attachment 129914 Details for
Bug 29961
Horizontal scroll bar in acquisition z39.50 search should always show
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29961: Make horizontal scroll bar always visible on acqui/z3950_search.pl
Bug-29961-Make-horizontal-scroll-bar-always-visibl.patch (text/plain), 1.78 KB, created by
Lucas Gass (lukeg)
on 2022-01-27 17:01:18 UTC
(
hide
)
Description:
Bug 29961: Make horizontal scroll bar always visible on acqui/z3950_search.pl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-01-27 17:01:18 UTC
Size:
1.78 KB
patch
obsolete
>From c4eee846b7ade8ba9c5df6420bdbf4045fe5b996 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 27 Jan 2022 16:55:34 +0000 >Subject: [PATCH] Bug 29961: Make horizontal scroll bar always visible on > acqui/z3950_search.pl > >To test: >1. In Acquisitions make a basket and add something "From an external source" >2. Search for a title and click on the 'MARC' button, make sure the MARC prview is both tall and wide. >3. You will not see the horizontal scroll bar unless you scroll all the way to the bottom of the preview. >4. Apply patch. >5. Try steps 1 & 2 again, this time you should see the horizontal scroll bar as soon as the MARC prveiw loads. > >Note: I put the CSS on multiple lines for better readability >--- > .../prog/en/modules/acqui/z3950_search.tt | 28 ++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 561895d5fa..e415ccd82c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -9,7 +9,33 @@ > [% USE Koha %] > > <style> >-tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; } #dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } } >+tr.selected { >+ background-color : #FFFFCC; >+} >+ >+tr.selected td { >+ background-color : transparent !important; >+} >+ >+#dataPreview { >+ width : 90%; >+ top: 5%; >+} >+ >+#dataPreview pre { >+ overflow: unset; >+} >+ >+.modal-body { >+ max-height: 380px; >+} >+ >+@media (max-width: 767px) { >+ #dataPreview { >+ margin: 0; >+ width : auto; >+ } >+} > </style> > </head> > >-- >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 29961
:
129914
|
135459
|
135477