From 05c0f1f3fc18c2a52ef69ca8f2c5fc08b894468b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Thu, 11 Feb 2016 09:33:29 +0000 Subject: [PATCH] Closes #905, Move library creation buttons into menu --- chrome/content/zotero/zoteroPane.xul | 8 ++++++-- chrome/locale/en-US/zotero/zotero.dtd | 1 + chrome/skin/default/zotero/overlay.css | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul index 8b9799cd7..cb7661cc1 100644 --- a/chrome/content/zotero/zoteroPane.xul +++ b/chrome/content/zotero/zoteroPane.xul @@ -103,8 +103,12 @@ - - + + + + + + diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index 989b11bd5..d68c91a7c 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -103,6 +103,7 @@ + diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index 8d335dab2..f5d726c88 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -284,12 +284,12 @@ list-style-image: url('chrome://zotero/skin/toolbar-collection-add.png'); } -#zotero-tb-feed-add, .zotero-menuitem-new-feed +.zotero-menuitem-new-feed { list-style-image: url('chrome://zotero/skin/toolbar-feed-add.png'); } -#zotero-tb-group-add +#zotero-tb-library-add-menu { list-style-image: url('chrome://zotero/skin/group_add.png'); }