From aaa259f77c7aeec77216cc55a67db300c0b023da Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 14 May 2014 17:44:01 -0400 Subject: [PATCH] Fix font size of "any"/"all" line in advanced search window It was previously larger than the default and didn't obey the font size pref. --- chrome/skin/default/zotero/bindings/search.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/skin/default/zotero/bindings/search.css b/chrome/skin/default/zotero/bindings/search.css index 5c9fb8bfa8..100e74658d 100644 --- a/chrome/skin/default/zotero/bindings/search.css +++ b/chrome/skin/default/zotero/bindings/search.css @@ -3,6 +3,10 @@ width: 60em; } +caption { + font: inherit; +} + #search-condition menulist[id="operatorsmenu"] { width: 15em;