fix appearance on Windows (still need to test on Linux)
This commit is contained in:
parent
5c680549ff
commit
e84ef616d4
|
@ -23,4 +23,10 @@ row > label:first-child, .creator-type-label
|
||||||
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
|
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
|
||||||
max-width: 7px;
|
max-width: 7px;
|
||||||
max-height: 7px;
|
max-height: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox
|
||||||
|
{
|
||||||
|
margin-top: -1px 0 -2px 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
|
@ -14,9 +14,4 @@ row vbox[fieldname],
|
||||||
|
|
||||||
.creator-type-label image {
|
.creator-type-label image {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
textbox, tagsbox textbox
|
|
||||||
{
|
|
||||||
margin-left: -2px;
|
|
||||||
}
|
}
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user