mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
landing page init
This commit is contained in:
@@ -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>
|
||||
|
@@ -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;
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user