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

@ -23,4 +23,10 @@ row > label:first-child, .creator-type-label
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
max-width: 7px;
max-height: 7px;
}
textbox
{
margin-top: -1px 0 -2px 0;
padding: 0;
}

View file

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

View file

@ -8,19 +8,6 @@ row, tagsbox row
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
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 */
row > label:first-child, .creator-type-label
{