fix Extra and Abstract field alignment
This commit is contained in:
parent
04796cd4d2
commit
cc93621678
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue