show evaluation details

This commit is contained in:
2021-08-11 19:17:52 +02:00
committed by Marc Ducobu
parent 14c0c9763f
commit 533865c41a
5 changed files with 128 additions and 47 deletions

View File

@@ -265,6 +265,25 @@ table.table-bordered {
}
}
/// display definition list
// with dt and dd on same line
dl.definition-inline {
dd {
display: inline;
margin: 0;
&:after{
display: block;
content: '';
}
}
dt{
display: inline-block;
min-width: 200px;
}
}
/// when there is no data
.custom_field_no_data,
.chill-no-data-statement {