From 16a4d6a73d8db6e4664d2eef0c0dcba93e4f4525 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 16 Aug 2007 13:40:06 +0000 Subject: [PATCH] Fixes #717, Cannot manually enter date field in XP Also fixes Date and Extra alignment on Windows --- chrome/content/zotero-platform/win/itemPane.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero-platform/win/itemPane.css b/chrome/content/zotero-platform/win/itemPane.css index ee814d6f0..4778eade3 100644 --- a/chrome/content/zotero-platform/win/itemPane.css +++ b/chrome/content/zotero-platform/win/itemPane.css @@ -1,11 +1,18 @@ -#zotero-editpane-dynamic-fields row hbox +#zotero-editpane-dynamic-fields row hbox, +#zotero-editpane-dynamic-fields row vbox { - -moz-box-align: center; - margin: 0; - padding: 0; + margin-top: 0 !important; + margin-bottom: 0 !important; + padding-top: 0 !important; + padding-bottom: 0 !important; } -#zotero-editpane-dynamic-fields row hbox label +#zotero-editpane-dynamic-fields row hbox hbox +{ + -moz-box-align: center; +} + +#zotero-editpane-dynamic-fields row hbox hbox label { margin-top: 0; margin-bottom: 0;