1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

fix-list-bug

This commit is contained in:
Michael18811380328
2018-12-08 12:13:02 +08:00
parent b4e2460ff7
commit 133bb27d01
5 changed files with 81 additions and 78 deletions

View File

@@ -3,7 +3,7 @@
position: absolute;
top: 30%;
right: 0;
padding: 10px;
padding: 15px;
background-color: #fafafa;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
@@ -24,9 +24,14 @@
}
.review-comment-dialog textarea {
width: 100%;
min-height: 200px;
min-height: 100px;
max-height: 300px;
}
.review-comment-dialog .button-group .btn {
margin-right: 10px;
}
.review-comment-dialog .review-comment-dialog-quote {
margin-top: 10px;
max-height: 4rem;
overflow: hidden;
}

View File

@@ -96,10 +96,11 @@
.seafile-comment-item .seafile-comment-content td {
border: 1px solid #333;
}
.seafile-comment-item .seafile-comment-content blockquote {
.seafile-comment-item blockquote {
word-wrap: break-word;
overflow: hidden;
margin-right: 10px;
cursor: pointer;
}
.seafile-comment-row-resize {
height: 5px;