commit cc93621678a827dcd00581d31b045caee2c8e729
parent 04796cd4d2b60cdc852d7a609d91fec7ec3a99e6
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 14 Sep 2009 09:21:13 +0000
fix Extra and Abstract field alignment
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git 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;