commit ad3d5faddcea69f81bdbc2ce34d2e0ddce5e4768
parent 3b4945aa374780e9ab45102bcc5fd404615ab88f
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 21 Sep 2009 07:26:12 +0000
Fix empty single autocomplete row in item pane
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
@@ -91,7 +91,7 @@ row hbox label:first-child
margin-right: 1px;
}
-row label,
+row > label,
row > vbox[fieldname=abstractNote],
row > vbox[fieldname=extra]
{