theme; split by files

This commit is contained in:
lealife
2015-11-28 15:36:12 +08:00
parent 86ca1efd11
commit cb433d9392
19 changed files with 655 additions and 1129 deletions

View File

@ -2,14 +2,43 @@
* 笔记列表
*/
#notesAndSort {
height: 36px;
#noteAndEditor {
position: absolute;
bottom: 0;
top: 0;
right: 0;
left: @leftNotebookWidth;
}
// 为了显示右侧的线条
#noteList {
z-index: 333;
position: absolute;
bottom: 0;
top: 0;
width: @noteListWidth;
border-right: 1px solid @noteListBorderColor;
border-left: 1px solid @noteListBorderColor;
z-index: 333; // 为了显示右侧的线条
}
#note {
position: absolute;
bottom: 0;
top: 0;
left: @noteListWidth;
right: 0;
padding-left: 5px;
overflow-y: hidden;
overflow-x: auto;
background-color: @bgColor;
}
#notesAndSort {
background-color: @noteAndSortBgColor; // #65bd77; // @bgColor;
border-bottom: 1px solid @borderColor;
height: 36px;
}
#sortType {
float: right;
}
#noteItemListWrap {
@ -17,11 +46,6 @@
top: 36px; bottom: 3px;
}
#noteList {
position: absolute;
bottom: 0;
top: 0;
}
// 笔记列表与editor的遮罩
#noteAndEditorMask {
position: absolute;
@ -33,7 +57,7 @@
text-align: center;
padding-top: 60px;
opacity: .3;
z-index: 20;
z-index: 500;
display: none;
}