information about creation and update displayed on person detail page. Vendee person and mineur still to do

This commit is contained in:
2021-11-11 16:56:26 +01:00
parent 5606b714cd
commit 96b44ede3c
4 changed files with 41 additions and 5 deletions

View File

@@ -237,8 +237,13 @@ abbr.referrer { // still used ?
align-self: center; // in flex context
}
.updatedBy {
.updatedBy, .createdBy {
margin-top: 0.3rem;
font-size: 0.9rem;
font-style: italic;
}
.created-updated {
border: 1px solid black;
padding: 10px;
}