1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Index viewer ui (#3845)

* wiki-page-style

* update
This commit is contained in:
Michael An
2019-07-15 14:39:52 +08:00
committed by Daniel Pan
parent f0d9ac813f
commit 5f2382ff0d
2 changed files with 35 additions and 13 deletions

View File

@@ -1,8 +1,9 @@
.wiki-nav-content {
margin-bottom: 5px;
margin-top: 18px;
}
.wiki-nav-content a, .wiki-nav-content span {
color: #333;
color: #4d5156;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@@ -17,10 +18,10 @@
color: #eb8205;
}
.switch-btn {
width: 1rem;
position: absolute;
left: 0;
top: 0;
top: 4px;
color: #c0c0c0;
cursor: pointer;
font-size: 12px;
}