fx-compat: Item box: Fix multiline fields & autocomplete
This commit is contained in:
parent
02bcb1712c
commit
fdd73d4ada
3 changed files with 131 additions and 59 deletions
|
@ -25,6 +25,10 @@ td > [fieldname] {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.value.multiline {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
/*td > vbox > description
|
||||
{
|
||||
margin: 0 !important;
|
||||
|
@ -66,6 +70,10 @@ label[singleField=false]:after
|
|||
margin: 0;
|
||||
}*/
|
||||
|
||||
textarea {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/* metadata field names */
|
||||
th, .creator-type-label {
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue