[Koha-bugs] [Bug 16700] Quick spine label creator: Add a hint that IntranetUserCSS can be used for styling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 31 18:48:47 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16700

Joseph Alway <jbalway at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbalway at gmail.com

--- Comment #7 from Joseph Alway <jbalway at gmail.com> ---
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;
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list