address history: improve template, insert buttons with validFrom/validTo difference

This commit is contained in:
2021-07-30 17:28:51 +02:00
parent e8e4dbef1f
commit b683e60cf7
9 changed files with 226 additions and 162 deletions

View File

@@ -40,6 +40,9 @@ div.flex-bloc {
div.item-col {
&:first-child {
flex-grow: 0; flex-shrink: 0; flex-basis: auto;
padding-bottom: 0.5em;
border-bottom: 1px dotted #0000004f;
margin-bottom: 0.5em;
}
&:last-child {
flex-grow: 1; flex-shrink: 1; flex-basis: auto;

View File

@@ -83,7 +83,9 @@ section.chill-entity {
}
}
.noaddress {}
.noaddress {
font-style: italic;
}
span.address-since,
span.address-until {}