fix appearance on Windows (still need to test on Linux)
This commit is contained in:
parent
5c680549ff
commit
e84ef616d4
3 changed files with 17 additions and 18 deletions
|
@ -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;
|
||||
}
|
|
@ -14,9 +14,4 @@ row vbox[fieldname],
|
|||
|
||||
.creator-type-label image {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
textbox, tagsbox textbox
|
||||
{
|
||||
margin-left: -2px;
|
||||
}
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue