[Koha-bugs] [Bug 2740] Truncated strings, too short message

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Sat Dec 6 17:19:59 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2740





------- Comment #6 from oleonard at myacpl.org  2008-12-06 08:19 -------
Exactly, thank you hdl. You can create custom stylesheets, add them to your
Koha server in the same directory as OPAC and/or Intranet stylesheets and
specify the filenames in the opaccolorstylesheet and intranetcolorstylesheet
system preferences. Koha will load your custom stylesheets and override Koha's
default styles with what you specify.

So, in the case of subscription-add.pl, you can put this in your custom
stylesheet:

.yui-u fieldset.rows label,
.yui-u fieldset.rows span.label,
fieldset.rows label,
.fieldset.rows span.label {
  width: auto;
}

In the case of the left-hand OPAC menu, you could add:

div#menu li a { font-size: 85% }

(or whatever value lets the labels fit comfortably). I'd be happy to help with
other instances if I can. Feel free to email me directly.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list