mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
accompanyingcourse: lesser space between form fieldsets
This commit is contained in:
parent
52288f7260
commit
68c0f9b7d7
@ -65,7 +65,7 @@ export default {
|
|||||||
addPersons: {
|
addPersons: {
|
||||||
key: 'activity',
|
key: 'activity',
|
||||||
options: {
|
options: {
|
||||||
type: ['person', 'thirdparty'], // TODO add 'user'
|
type: ['person', 'thirdparty', 'user'], // TODO add 'user'
|
||||||
priority: null,
|
priority: null,
|
||||||
uniq: false,
|
uniq: false,
|
||||||
}
|
}
|
||||||
|
@ -68,11 +68,11 @@ export default {
|
|||||||
}
|
}
|
||||||
a[name^="section"] {
|
a[name^="section"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -3.5em; // reference for stickNav
|
top: -2.5em; // reference for stickNav
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
padding: 0.8em 0em;
|
padding: 0em 0em;
|
||||||
margin: 2em 0;
|
margin: 1em 0;
|
||||||
border: 1px dotted #718596ab;
|
border: 1px dotted #718596ab;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-left: 1px dotted #718596ab;
|
border-left: 1px dotted #718596ab;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user