From 28ebd6d9962b58496e1fae74138520f2bee2123c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 17 Aug 2007 18:50:17 +0000 Subject: [PATCH] Fixes #720, Autocomplete not working with creator fields under XP --- chrome/content/zotero-platform/win/itemPane.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero-platform/win/itemPane.css b/chrome/content/zotero-platform/win/itemPane.css index 4778eade3..a522ae226 100644 --- a/chrome/content/zotero-platform/win/itemPane.css +++ b/chrome/content/zotero-platform/win/itemPane.css @@ -1,5 +1,5 @@ -#zotero-editpane-dynamic-fields row hbox, -#zotero-editpane-dynamic-fields row vbox +#zotero-editpane-dynamic-fields row > hbox, +#zotero-editpane-dynamic-fields row > vbox { margin-top: 0 !important; margin-bottom: 0 !important; @@ -7,7 +7,7 @@ padding-bottom: 0 !important; } -#zotero-editpane-dynamic-fields row hbox hbox +#zotero-editpane-dynamic-fields row > hbox > hbox { -moz-box-align: center; }