commit aaa259f77c7aeec77216cc55a67db300c0b023da
parent 66ca236876ffa985bf2bb2eb499797456d1aa7b9
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 14 May 2014 17:44:01 -0400
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.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;