fx-compat: Item box: More padding tweaks
- Add same padding to item type menu as we have on field value labels - Make comma flush with last name and slightly closer to first name
This commit is contained in:
parent
f694f87d49
commit
4af158bf56
1 changed files with 2 additions and 3 deletions
|
@ -85,7 +85,7 @@ item-box {
|
||||||
#item-type-menu {
|
#item-type-menu {
|
||||||
height: 1.5em !important;
|
height: 1.5em !important;
|
||||||
min-height: 1.5em !important;
|
min-height: 1.5em !important;
|
||||||
padding: 0 !important;
|
padding: 0 2px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
margin-inline-end: 5px !important;
|
margin-inline-end: 5px !important;
|
||||||
max-height: 1.5em !important;
|
max-height: 1.5em !important;
|
||||||
|
@ -187,7 +187,7 @@ item-box {
|
||||||
|
|
||||||
& > div:first-child[fieldMode="0"] {
|
& > div:first-child[fieldMode="0"] {
|
||||||
// Cancel out padding before comma
|
// Cancel out padding before comma
|
||||||
margin-inline-end: -2px;
|
margin-inline-end: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,7 +214,6 @@ item-box {
|
||||||
|
|
||||||
.comma {
|
.comma {
|
||||||
margin: 1px 0 !important;
|
margin: 1px 0 !important;
|
||||||
margin-inline-end: 3px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-date-field-status
|
#zotero-date-field-status
|
||||||
|
|
Loading…
Reference in a new issue