fix creator alignment on Linux
This commit is contained in:
parent
5f6952c5bc
commit
6268887048
1 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,6 @@ scrollbox
|
||||||
|
|
||||||
row, tagsbox row
|
row, tagsbox row
|
||||||
{
|
{
|
||||||
margin: -1px 0 0 0;
|
|
||||||
min-height: 1em;
|
min-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,8 +76,8 @@ row label
|
||||||
|
|
||||||
.creator-type-label > label
|
.creator-type-label > label
|
||||||
{
|
{
|
||||||
margin: 0 !important;
|
margin-right: 0 !important;
|
||||||
padding: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.creator-type-label > image {
|
.creator-type-label > image {
|
||||||
|
@ -96,8 +95,8 @@ row label,
|
||||||
row > vbox[fieldname=abstractNote],
|
row > vbox[fieldname=abstractNote],
|
||||||
row > vbox[fieldname=extra]
|
row > vbox[fieldname=extra]
|
||||||
{
|
{
|
||||||
margin-top: 0;
|
margin-top: 1px !important;
|
||||||
margin-bottom: 0;
|
margin-bottom: 1px !important;
|
||||||
-moz-box-pack: start;
|
-moz-box-pack: start;
|
||||||
-moz-margin-start: 1px !important;
|
-moz-margin-start: 1px !important;
|
||||||
-moz-margin-end: 5px !important;
|
-moz-margin-end: 5px !important;
|
||||||
|
@ -106,7 +105,7 @@ row > vbox[fieldname=extra]
|
||||||
|
|
||||||
row > vbox > description
|
row > vbox > description
|
||||||
{
|
{
|
||||||
margin: 1px 0 0 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
hbox.zotero-date-field-status
|
hbox.zotero-date-field-status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue