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

Rewrite wiki page with react (#2258)

This commit is contained in:
Daniel Pan
2018-08-06 18:29:12 +08:00
committed by GitHub
parent ee8e4135ea
commit fa38dd9151
36 changed files with 2810 additions and 408 deletions

View File

@@ -4359,3 +4359,14 @@ img.thumbnail {
display:inline-block;
margin-top:4px;
}
/* wiki list style */
.wiki-hl {background-color: #f8f8f8;}
.wiki-vs {visibility: visible;}
.wiki-dropdown-menu {
margin-left: -80px;
}
.wiki-list input {
width: 200px;
}