From c33da4ff73d0c729e91b21becdf9cb21d1a6b4dc Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 31 Jan 2007 09:02:46 +0000 Subject: [PATCH] Closes #514, Search checkbox for noChildren condition ("Only show top-level items") --- chrome/content/zotero/bindings/zoterosearch.xml | 14 +++++++++----- chrome/locale/en-US/zotero/searchbox.dtd | 1 + chrome/skin/default/zotero/zotero.css | 5 +++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero/bindings/zoterosearch.xml b/chrome/content/zotero/bindings/zoterosearch.xml index c161126e6..cda737c68 100644 --- a/chrome/content/zotero/bindings/zoterosearch.xml +++ b/chrome/content/zotero/bindings/zoterosearch.xml @@ -117,20 +117,21 @@ ]]> - + + @@ -203,7 +204,10 @@ - + + + + diff --git a/chrome/locale/en-US/zotero/searchbox.dtd b/chrome/locale/en-US/zotero/searchbox.dtd index d7de7cc7c..d122ca935 100644 --- a/chrome/locale/en-US/zotero/searchbox.dtd +++ b/chrome/locale/en-US/zotero/searchbox.dtd @@ -6,6 +6,7 @@ + diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index ef21f3cdf..54048bb01 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -207,6 +207,11 @@ zoterosearchagefield textbox margin: 3px 0; } +#zotero-advanced-search-dialog checkbox +{ + margin-right: .5em; +} + #zotero-advanced-search-dialog #zotero-items-tree { min-height: 170px;