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

Add wiki use lib (#2297)

This commit is contained in:
shanshuirenjia
2018-08-24 14:24:14 +08:00
committed by Daniel Pan
parent 6d8bfb93f6
commit 5d1fd88da3
3 changed files with 290 additions and 89 deletions

View File

@@ -3363,7 +3363,7 @@ button.sf-dropdown-toggle:focus {
color:#333;
font-weight:normal;
}
#new-wiki {
.add-wiki-container {
margin-left:auto;
}
.wiki-page-ops {
@@ -4364,9 +4364,13 @@ img.thumbnail {
.wiki-hl {background-color: #f8f8f8;}
.wiki-vs {visibility: visible;}
.wiki-dropdown-menu {
margin-left: -80px;
margin-left: -5rem;
}
.wiki-list input {
width: 200px;
width: 15rem;
}
#new-wiki-by-existing-form .repo-container {
max-height: 20rem;
overflow-y: auto;
}