Don't let Firefox hide our toolbars

This commit is contained in:
Simon Kornblith 2012-02-16 04:13:47 -05:00
parent c99a7d37f0
commit 54b2916f7e
2 changed files with 2 additions and 1 deletions

View file

@ -97,7 +97,7 @@
onkeyup="ZoteroPane_Local.handleKeyUp(event, this.id)"
chromedir="&locale.dir;">
<toolbar id="zotero-toolbar" class="toolbar">
<toolbar id="zotero-toolbar" class="toolbar toolbar-primary">
<hbox id="zotero-collections-toolbar" align="center">
<toolbarbutton id="zotero-tb-collection-add" class="zotero-tb-button" tooltiptext="&zotero.toolbar.newCollection.label;" command="cmd_zotero_newCollection"/>
<toolbarbutton id="zotero-tb-group-add" class="zotero-tb-button" tooltiptext="&zotero.toolbar.newGroup;" oncommand="ZoteroPane_Local.newGroup()"/>

View file

@ -522,4 +522,5 @@
#zotero-toolbar
{
visibility: visible !important;
display: block !important;
}