commit 26edf1a3f9a81f2b12f3c7dd261350875b3b5adc
parent 3f778299b87b4f9d103a425c258d3e6c6476ef84
Author: Simon Kornblith <simon@simonster.com>
Date: Sun, 24 Oct 2010 05:27:39 +0000
hide create item from current page button in standalone (and create new file for standalone-specific CSS)
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/standalone.xul b/chrome/content/zotero/standalone.xul
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+<?xml-stylesheet href="chrome://zotero/skin/standalone.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
<!DOCTYPE window [
diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css
@@ -0,0 +1,3 @@
+#zotero-tb-item-from-page {
+ display: none;
+}
+\ No newline at end of file