[Companion] Problems with different themes.
Brian
mozdev at bkennelly.net
Fri Sep 17 00:19:20 EDT 2004
Jesse Savage wrote:
> Does the Mozilla Google toolbar offer any insight into how to fix this
> problem, i.e. is it a narrow toolbar that avoids this issue? I don't
> know myself but it's a thought. =)
The Googlebar menu-buttons are not trying to display text. The Yahoo!
toolbar can handle that as well.
I have a stylesheet fix for anyone that wants to try it. It should only
apply to themes that use the stack, and I tried it with a variety of
them on Mozilla. The only problem is that the buttons become a little
wider, so fewer of them fit on the display. YMMV
Change the yahootoolbar.css file as follows:
From:
toolbarbutton.yahoobuttonmenu >
.toolbarbutton-menubutton-stack >
.toolbarbutton-menubutton-dropmarker {
margin: 0px 0px 0px 20px;
}
to:
toolbarbutton.yahoobuttonmenu >
.toolbarbutton-menubutton-stack >
.toolbarbutton-menubutton-dropmarker {
margin: 0px 0px 0px 20px;
-moz-box-pack: end;
}
toolbarbutton.yahoobuttonmenu >
.toolbarbutton-menubutton-stack
label{
padding-right: 11px;
}
More information about the Companion
mailing list