Admins can now set groups for new users

new users meaning users who don't already have any usergroups set
This commit is contained in:
2017-11-11 19:13:59 +01:00
parent 9241a0404a
commit bb965aadd2
3 changed files with 47 additions and 2 deletions

View File

@@ -136,3 +136,21 @@ header.admin {
border-bottom: 1px solid gray;
min-width: 100%;
}
.usergroupcheckbox {
margin-right: .3em;
}
.newuserrow {
background-color: #ddd;
}
.newuserelement {
background-color: #ddd;
border-bottom: 2px dotted gray;
}
.newuserelement input {
border: none;
background-color: #ddd;
}