landing page init

This commit is contained in:
life
2016-05-23 13:12:15 +08:00
parent 4496b4ba4c
commit 8d9c90a96d
3 changed files with 25 additions and 4 deletions

View File

@@ -76,9 +76,8 @@ function log(o) {
<div id="loadingLogo">
<span class="logo"></span>
</div>
<div id="allProcess" class="lang">
loading...
</div>
<div class="init-loading"><img src="public/images/loading-32.gif"></div>
<div id="allProcess" class="lang">loading...</div>
<div id="syncProcess">
</div>
</td></tr></table>

View File

@@ -1298,9 +1298,12 @@ h3 {
.dropdown-menu .divider {
margin: 3px 0;
}
.ace_editor {
#left-column {
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
.ace_editor {
font-family: Menlo, 'Ubuntu Mono', Consolas, 'Courier New', 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}
.ace_editor * {
font-family: inherit;
}
@@ -2950,6 +2953,15 @@ body,
.mce-item-table tr:nth-child(2n) {
background-color: #f7f7f9;
}
.init-loading {
display: none;
}
.init-loading img {
width: 20px;
}
.init .init-loading {
display: block;
}
#mdEditor .navbar-default,
#wmd-button-bar {
overflow: visible;

View File

@@ -932,4 +932,14 @@ html, body, #page, #pageInner, #noteList, #notebook, #leftNotebook {
background-color: #f7f7f9;
}
.init-loading {
display: none;
img {
width: 20px;
}
}
.init .init-loading {
display: block;
}
@import 'includes/markdown.less';