fix Extra and Abstract field alignment

This commit is contained in:
Simon Kornblith 2009-09-14 09:21:13 +00:00
parent 04796cd4d2
commit cc93621678

View file

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