1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

request reviewer api (#2472)

This commit is contained in:
C_Q
2018-11-05 10:33:33 +08:00
committed by Daniel Pan
parent 06695d2036
commit 1fd579fb44
21 changed files with 790 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
.reviewer-select-info {
margin-top: 10px;
}
.reviewer-select-avatar {
margin-right: 10px;
}
.reviewer-select-name {
height: 2em;
line-height: 2em;
}
.reviewer-select>div>div:nth-child(2) {
display: none;
}