https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16700
Joseph Alway <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Joseph Alway <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
