1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

change participant dialog and detail panel style

This commit is contained in:
Michael An
2019-06-26 14:56:03 +08:00
parent c29d990c67
commit e382d40df8
11 changed files with 259 additions and 108 deletions

View File

@@ -108,7 +108,7 @@
border-top: 1px solid #e5e5e5;
display: flex;
flex-direction: column;
min-height: 150px;
min-height: 182px;
}
.seafile-comment-footer .add-comment-input,
.seafile-edit-comment .edit-comment-input {

View File

@@ -66,7 +66,7 @@
}
.dirent-table-container {
padding: 10px 20px;
padding: 10px 20px 20px;
display: flex;
}
@@ -139,12 +139,12 @@
max-height: 100px;
overflow-y: scroll;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.file-related-files td ul li {
margin-bottom: 5px;
overflow-x: hidden;
text-overflow: ellipsis;
}
.file-related-files ul li a,
@@ -173,6 +173,7 @@
.detail-container .tab-content {
height: calc(100% - 73px);
overflow-y: auto;
}
.detail-container .nav-item .nav-link, .detail-container .nav-item .nav-link i {

View File

@@ -0,0 +1,18 @@
.file-participants {
min-height: 30px;
}
.file-participants .avatar {
width: 28px;
height: 28px;
border: 2px solid #fff;
}
.file-participants .add-file-participants {
position: absolute;
cursor: pointer;
}
.file-participants .add-file-participants i {
font-size: 16px;
color: rgb(229, 162, 82);
border: 2px solid #fff;
border-radius: 50%;
}