accompanyingcourse: lesser space between form fieldsets

This commit is contained in:
Mathieu Jaumotte 2021-06-30 19:02:25 +02:00
parent 52288f7260
commit 68c0f9b7d7
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ export default {
addPersons: {
key: 'activity',
options: {
type: ['person', 'thirdparty'], // TODO add 'user'
type: ['person', 'thirdparty', 'user'], // TODO add 'user'
priority: null,
uniq: false,
}

View File

@ -68,11 +68,11 @@ export default {
}
a[name^="section"] {
position: absolute;
top: -3.5em; // reference for stickNav
top: -2.5em; // reference for stickNav
}
}
padding: 0.8em 0em;
margin: 2em 0;
padding: 0em 0em;
margin: 1em 0;
border: 1px dotted #718596ab;
border-radius: 5px;
border-left: 1px dotted #718596ab;