From 3d58ef557dea710fa81e9d096b407d3d27d25b55 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 6 Feb 2012 14:19:14 -0500 Subject: [PATCH] Remove snapshot/link-from-page options in Standalone --- chrome/content/zotero/zoteroPane.xul | 4 ++-- chrome/skin/default/zotero/standalone.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul index 67de5a7e3..124056f28 100644 --- a/chrome/content/zotero/zoteroPane.xul +++ b/chrome/content/zotero/zoteroPane.xul @@ -161,8 +161,8 @@ - - + + diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css index 7fe248634..86070d281 100644 --- a/chrome/skin/default/zotero/standalone.css +++ b/chrome/skin/default/zotero/standalone.css @@ -1,3 +1,4 @@ -#zotero-tb-item-from-page, #zotero-tb-fullscreen, #zotero-fullscreen-close-separator { +#zotero-tb-item-from-page, #zotero-tb-snapshot-from-page, #zotero-tb-link-from-page, +#zotero-tb-fullscreen, #zotero-fullscreen-close-separator { display: none; } \ No newline at end of file