Fix some spacing issues in metadata pane

This commit is contained in:
Dan Stillman 2010-01-16 05:19:34 +00:00
parent fccbff1f7f
commit d3d88b350d
2 changed files with 10 additions and 7 deletions

View File

@ -7,12 +7,16 @@ row > vbox
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
row vbox[fieldname=abstractNote], row vbox[fieldname],
row vbox[fieldname=extra]
{ {
margin-left: 1px; margin-left: 1px;
} }
.creator-type-label image { .creator-type-label image {
margin-bottom: 0; margin-bottom: 0;
}
textbox, tagsbox textbox
{
margin-left: -2px;
} }

View File

@ -10,8 +10,9 @@ row, tagsbox row
textbox, tagsbox textbox textbox, tagsbox textbox
{ {
margin-top: 0; margin-top: -1px;
margin-bottom: -1px; margin-bottom: -2px;
margin-left: 0;
} }
#go-buttons button #go-buttons button
@ -91,9 +92,7 @@ row hbox label:first-child
margin-right: 1px; margin-right: 1px;
} }
row > label, row label, row > vbox[fieldname]
row > vbox[fieldname=abstractNote],
row > vbox[fieldname=extra]
{ {
margin-top: 1px !important; margin-top: 1px !important;
margin-bottom: 1px !important; margin-bottom: 1px !important;