disable full screen button in standalone (for now, until preview pane is implemented)

This commit is contained in:
Simon Kornblith 2010-12-21 05:54:33 +00:00
parent e71bed5297
commit b43c6da675
2 changed files with 2 additions and 2 deletions

View file

@ -394,7 +394,7 @@
<label id="zotero-tb-sync-last-sync"/>
</tooltip>
</toolbarbutton>
<toolbarseparator/>
<toolbarseparator id="zotero-fullscreen-close-separator"/>
<toolbarbutton id="zotero-tb-fullscreen" tooltiptext="&zotero.toolbar.fullscreen.tooltip;" oncommand="ZoteroPane.fullScreen();" class="zotero-tb-button"/>
<toolbarbutton id="zotero-close-button" class="tabs-closebutton" oncommand="ZoteroPane.toggleDisplay()"/>
</hbox>

View file

@ -1,3 +1,3 @@
#zotero-tb-item-from-page {
#zotero-tb-item-from-page, #zotero-tb-fullscreen, #zotero-fullscreen-close-separator {
display: none;
}