Instead of editing pinelabel.css found in /intranet-tmpl/prog/css/ for customizations, there should be a system preference to edit or override css (near SpineLabelFormat system preference that defines fields and additional text / markup for Quick spine labels).
+1
*** Bug 17768 has been marked as a duplicate of this bug. ***
+1 !
Already you can add CSS to the IntranetUserCSS system preference and it will effect labels on spinelabel-print.tt. Is there any reason why we should have a separate pref?
For a long time I was not aware that the IntranetUserCSS would work for this. Do you think a note on the pref could help things? We could add a link from SpineLabelFormat to IntranetUserCSS.
The Koha Manual points the user towards the spinelabel.css file to override the css for the Quick Spine Label Creator. While you can do that. It's probably better to just have a preference that can be edited similar to the IntranetUserCSS. Or just have the documentation in the Koha Manual updated and tell someone to add something like the following to their IntranetUserCSS which is already in the preferences. /* Modify the Quick Spine Label Creator Font etc */ .tools.labels #spinelabel{ font-size:11.5pt; font-family:courier new; font-weight:bold; }
https://koha-community.org/manual//20.05/en/html/tools.html#quick-spine-label-creator "Format your label printing by editing spinelabel.css found in koha-tmpl/intranet-tmpl/prog/en/css/"
I added a note in the manual, will be in the manual for 23.05 https://gitlab.com/koha-community/koha-manual/-/merge_requests/654/diffs?commit_id=48b89a1baeec72e91bdf4f9ad2eb90e5565c1471
Created attachment 191824 [details] [review] Bug 16700: Add a hint that IntranetUserCSS can be used for styling Testing: Step 1: Go to Koha administration. Step 2: In search system preferences, search for "IntranetuserCSS".
Hi Chelsea, thanks for your patch! I think this bug is a little confusing, but as I understand it, the hint should be on the SpineLabelFormat preference. Maybe something like: Note: The IntranetUserCSS system preference can be used for further styling of the spine labels. IntranetUserCSS should be a link pointing to the preference. you can see an example for such a link on the CatalogConcerns preference linking to OpacCatalogConcerns.
Created attachment 191881 [details] [review] Bug 16700: Add a hint that IntranetUserCSS can be used for styling Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>