1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +00:00
This commit is contained in:
Michael An
2018-12-24 18:25:12 +08:00
committed by Daniel Pan
parent 8eb85a8a8e
commit a180723baa
6 changed files with 510 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
.group-member-list {
box-sizing: border-box;
}
.group-member-list .user-item {
margin: 10px -10px;
padding: 0 10px;
height: 2rem;
line-height: 2rem;
}
.group-member-list .user-item:hover {
background-color: #f8f8f8;
}
.group-member-list .user-item .group-member-name {
margin: 0 5px;
}
.group-member-list .user-item .group-member-admin {
color: #888;
font-size: 12px;
}