The new theme is very cheerful, it would be nice if the header didn't jump when you hovered over the header text. Also possibly consider setting the fonts from serif to Arial, Helvetica, sans-serif in the bugzilla theme.
Might be misunderstanding, but appears to be fixed.
I think this isn't fixed, but I'll try to get Liz's feedback today on IRC. If your "skin" setting is "koha" (or if you're not logged in) the links in the header are bold on hover. When the text goes bold the other links jump around because the width changed. Regarding the fonts: It looks like the based font declaration is "Verdana,serif" which means that if your system doesn't have Verdana (originally a Windows-only font) you'll get generic serif which is unpleasant.
Hi Owen, that makes sense, thanks! Should we reopen?
(In reply to Katrin Fischer from comment #3) > Hi Owen, that makes sense, thanks! Should we reopen? If it makes sense to you to I'll go ahead and reopen.
Based on the compiled CSS it looks like there is a custom Koha skin at skins/contrib/koha/bug.css If that's right, then I suggest adding this to that file: body { font-family: Arial, Helvetica, sans-serif; } .links a:hover { color: #FFC; font-weight: normal; }
Hi Chris, could you add the change Owen suggested?