fx-compat: Item box: Restore label top alignment
This commit is contained in:
parent
41907975b0
commit
1ecb12048c
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#info-table {
|
||||
display: grid;
|
||||
grid-template-columns: max-content 1fr;
|
||||
grid-auto-rows: minmax(1.8em, auto);
|
||||
grid-auto-rows: min-content;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -112,6 +112,7 @@ textarea {
|
|||
|
||||
/* metadata field names */
|
||||
th {
|
||||
align-self: stretch;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
margin-left: 5px !important;
|
||||
|
|
|
@ -25,7 +25,7 @@ th > label, .creator-type-label, #more-creators-label {
|
|||
}
|
||||
|
||||
td > input, .creator-name-box > input {
|
||||
margin: -1px 5px -1px 0;
|
||||
margin: -1px 5px -2.5px 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue