fixes #1162 filter users on a specific group

This commit is contained in:
plegall
2020-02-18 10:50:36 +01:00
parent d365e2d216
commit e21ef06e3d
6 changed files with 50 additions and 6 deletions
+7 -2
View File
@@ -1492,8 +1492,13 @@ p.list_user {
}
a.group_perm {
position: absolute;
bottom: 5px;
right: 5px;
bottom: 10px;
right: 15px;
}
a.group_users {
position: absolute;
bottom: 10px;
left: 15px;
}
#userList .openUserDetails {visibility:hidden;}