Fix some spacing issues in metadata pane
This commit is contained in:
parent
fccbff1f7f
commit
d3d88b350d
2 changed files with 10 additions and 7 deletions
|
@ -7,12 +7,16 @@ row > vbox
|
|||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
row vbox[fieldname=abstractNote],
|
||||
row vbox[fieldname=extra]
|
||||
row vbox[fieldname],
|
||||
{
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.creator-type-label image {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
textbox, tagsbox textbox
|
||||
{
|
||||
margin-left: -2px;
|
||||
}
|
|
@ -10,8 +10,9 @@ row, tagsbox row
|
|||
|
||||
textbox, tagsbox textbox
|
||||
{
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
margin-top: -1px;
|
||||
margin-bottom: -2px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#go-buttons button
|
||||
|
@ -91,9 +92,7 @@ row hbox label:first-child
|
|||
margin-right: 1px;
|
||||
}
|
||||
|
||||
row > label,
|
||||
row > vbox[fieldname=abstractNote],
|
||||
row > vbox[fieldname=extra]
|
||||
row label, row > vbox[fieldname]
|
||||
{
|
||||
margin-top: 1px !important;
|
||||
margin-bottom: 1px !important;
|
||||
|
|
Loading…
Reference in a new issue