1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

added 'invite people' link to 'share' & 'group manage members' popup

This commit is contained in:
llj
2018-05-08 16:12:04 +08:00
parent 03dac0bceb
commit 4a761aac0f
4 changed files with 30 additions and 0 deletions

View File

@@ -4154,3 +4154,11 @@ img.thumbnail {
text-align:center;
margin-bottom:30px;
}
.invite-link-in-popup,
.invite-link-in-popup:hover {
text-decoration:none;
}
#share-popup .invite-link-in-popup {
display:inline-block;
margin-top:4px;
}