Fixes #255, down arrows next to icons spaced too far to the right in FF2.0b2

Fixes #256, shadow around the full screen toggle icon too big
This commit is contained in:
Dan Stillman 2006-09-01 18:13:28 +00:00
parent 23b7489c24
commit 28e27ffcb3

View file

@ -82,6 +82,22 @@
list-style-image: url('chrome://scholar/skin/toolbar-collection-edit-gray.png');
}
/* These three fix a rendering bug in Fx2.0b2 */
#scholar-pane .toolbarbutton-text
{
margin:0 2px;
}
#scholar-pane .toolbarbutton-menu-dropmarker
{
margin-right:4px;
}
#tb-fullscreen .toolbarbutton-text
{
margin:0;
}
#tb-collection-menu
{
list-style-image: url('chrome://scholar/skin/cog.png');