国际化, #21, #26,

This commit is contained in:
life
2014-12-09 23:17:36 +08:00
parent e2e90f8618
commit 17718732cc
525 changed files with 3631 additions and 381 deletions

View File

@ -149,6 +149,20 @@
overflow-y: hidden;
*/
}
// 笔记列表与editor的遮罩
#noteAndEditorMask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
text-align: center;
padding-top: 60px;
opacity: .3;
z-index: 20;
display: none;
}
//-----------------
// 下拉菜单
@ -625,7 +639,7 @@
max-width: 30px;
overflow: hidden;
// border: 1px solid #ccc;
border-radius: 50%;
border-radius: 50%;
}
#tool {
position: relative;
@ -940,4 +954,17 @@ top: 4px;
.dropdown-menu .divider {
margin: 3px 0;
}
// ace 重置css, 必须
.ace_eidtor, .ace_editor * {
font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
#editorContent {
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
outline: none;
margin-top: 5px;
}