Bugzilla – Attachment 166911 Details for
Bug 36589
Advanced cataloging - restore the correct height of the clipboard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36589: Advanced cataloging - restore the correct height of the clipboard
Bug-36589-Advanced-cataloging---restore-the-correc.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2024-05-17 15:05:35 UTC
(
hide
)
Description:
Bug 36589: Advanced cataloging - restore the correct height of the clipboard
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-05-17 15:05:35 UTC
Size:
1.25 KB
patch
obsolete
>From 752a7638c905e7123394f83b3864a3677871782b Mon Sep 17 00:00:00 2001 >From: Phil Ringnalda <phil@chetcolibrary.org> >Date: Thu, 16 May 2024 13:54:41 -0700 >Subject: [PATCH] Bug 36589: Advanced cataloging - restore the correct height > of the clipboard > >A simple direct fix for the height of the advanced editor's clipboard, >which is a <select size="10"> that's currently cut down to the height of >one thick line by CSS intended for non-multiple, non-sized selects with >dropdown menus. > >Test plan: >1. Set the pref EnableAdvancedCatalogingEditor to Enable >2. Cataloging -> Advanced editor >3. Note the Clipboard is a single line tall >4. Apply patch, shift+reload Advanced editor >5. Note the Clipboard is ten lines tall > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >index 5cb3da2159..0b8bfe20b6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >@@ -65,6 +65,10 @@ body { > font-size: 12px; > } > >+#clipboard { >+ height: auto; >+} >+ > /*> MARC editor */ > #editor .CodeMirror { > line-height: 1.2; >-- >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 36589
:
166856
|
166911
|
167165