fix appearance on Windows (still need to test on Linux)

This commit is contained in:
Simon Kornblith 2011-03-08 05:23:01 +00:00
parent 5c680549ff
commit e84ef616d4
3 changed files with 17 additions and 18 deletions

View File

@ -24,3 +24,9 @@ row > label:first-child, .creator-type-label
max-width: 7px; max-width: 7px;
max-height: 7px; max-height: 7px;
} }
textbox
{
margin-top: -1px 0 -2px 0;
padding: 0;
}

View File

@ -15,8 +15,3 @@ row vbox[fieldname],
.creator-type-label image { .creator-type-label image {
margin-bottom: 0; margin-bottom: 0;
} }
textbox, tagsbox textbox
{
margin-left: -2px;
}

View File

@ -8,19 +8,6 @@ row, tagsbox row
min-height: 1em; min-height: 1em;
} }
textbox, tagsbox textbox
{
margin-top: -1px;
margin-bottom: -2px;
margin-left: 0;
}
.textbox-input-box
{
margin-left: 0px;
margin-right: 0px;
}
/* DEBUG: this doesn't seem to work, unfortunately /* DEBUG: this doesn't seem to work, unfortunately
label[singleField=false]:after label[singleField=false]:after
@ -29,6 +16,17 @@ label[singleField=false]:after
} }
*/ */
textbox
{
padding: 2px 2px 2px 2px;
margin: -1px 0 -1px 1px;
}
textbox .textbox-input-box
{
margin: 0;
}
/* metadata field names */ /* metadata field names */
row > label:first-child, .creator-type-label row > label:first-child, .creator-type-label
{ {