delete access permissions

This commit is contained in:
Laura Klünder 2017-12-08 22:18:05 +01:00
parent e5f33079b7
commit 9454c82058
3 changed files with 32 additions and 0 deletions

View file

@ -700,6 +700,17 @@ main.control h4, main.control h2 {
main.control h4 {
margin-top: 2.5rem;
}
main.control form tr > * {
white-space: nowrap;
}
.button-cell {
padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}
.button-cell button {
margin: 0;
}
.user-permissions-form label {
font-weight: 400;