http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2740 ------- Comment #6 from oleonard@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.