Fixes #720, Autocomplete not working with creator fields under XP

This commit is contained in:
Dan Stillman 2007-08-17 18:50:17 +00:00
parent 6de65fc11e
commit 28ebd6d996

View File

@ -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;
}