Add support for modifying profile access model

Fixes #17.
This commit is contained in:
Jonas Schäfer
2021-01-17 14:26:32 +01:00
parent 2e047ada8e
commit 427f73811c
7 changed files with 337 additions and 17 deletions

View File

@@ -389,6 +389,18 @@ div.form.layout-expanded {
}
}
.f-ebox > ul {
/* radio group */
list-style-type: none;
margin: 0;
padding: 0;
> li {
margin: 0;
padding: 0;
}
}
/* form buttons */