From cc93621678a827dcd00581d31b045caee2c8e729 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 14 Sep 2009 09:21:13 +0000 Subject: [PATCH] fix Extra and Abstract field alignment --- chrome/skin/default/zotero/bindings/itembox.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css index f5e871b1f..f7f38f242 100644 --- a/chrome/skin/default/zotero/bindings/itembox.css +++ b/chrome/skin/default/zotero/bindings/itembox.css @@ -96,11 +96,19 @@ row label, row > vbox[fieldname=abstractNote], row > vbox[fieldname=extra] { + margin-top: 0; + margin-bottom: 0; + -moz-box-pack: start; -moz-margin-start: 1px !important; -moz-margin-end: 5px !important; padding: 0 2px 0 2px; } +row > vbox > description +{ + margin: 1px 0 0 0 !important; +} + hbox.zotero-date-field-status { margin-right: 5px;