r622 (icon spacing bug) to branch

This commit is contained in:
Dan Stillman 2006-09-01 18:21:59 +00:00
parent 842377a947
commit fcae657e5b

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');