commit 4e677668aab102e6ec2864dff62833645b9808c2
parent 2d19dd6885cdac08d93a60b7827bcd876588c6f1
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 9 Nov 2010 19:34:18 +0000
Fix empty single autocomplete row (fixed originally in r5179, accidentally reverted in r5596)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css
@@ -92,7 +92,7 @@ row hbox label:first-child
margin-right: 1px;
}
-row label, row > vbox[fieldname]
+row > label, row > vbox[fieldname]
{
margin-top: 1px !important;
margin-bottom: 1px !important;