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:
parent
23b7489c24
commit
28e27ffcb3
1 changed files with 16 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue