1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fix manage member style

This commit is contained in:
Michael An
2021-11-25 11:32:23 +08:00
parent 980b2e8d05
commit 442f91edc1
3 changed files with 9 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
.manage-members {
max-height: 300px;
overflow-y: scroll;
margin: 10px 0 2rem;
padding: 0.5rem 0;
}
.manage-members-table th,
.manage-members-table td {
vertical-align: middle;
@@ -21,15 +22,17 @@
.add-members .add-members-select {
width: 385px;
}
.add-members .btn {
width: 75px;
}
.group-error {
margin-top: 10px;
}
.group-manage-members-dialog .back-icon {
color: #999;
color: #999999;
cursor: pointer;
}