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

@@ -520,9 +520,13 @@ div#workEditor {
}
}
div.item-title {
.item-title {
font-weight: bold;
}
.item-details {
margin: 1em 2em;
font-size: 85%;
}
ul.list-evaluations,
ul.list-objectives,
@@ -555,6 +559,10 @@ div#workEditor {
&#persons {
margin-top: 1.5em;
}
ul.record_actions {
margin-bottom: 0;
}
}
div#errors {