search notebook for list [ok]

This commit is contained in:
iiuazz
2014-09-11 20:55:07 +08:00
parent 883ea1da62
commit ca4eb3aef5
8 changed files with 179 additions and 65 deletions

View File

@ -178,4 +178,27 @@
.new-note-right {
padding: 0 5px;
padding-left: 3px
}
#leanoteMsg {
line-height: 40px; margin-top: 10px; margin-left: 10px;
}
#newNoteWrap {
line-height: 40px; margin-top: 10px;
}
#searchNotebookForAdd {
line-height: normal;
width: 200px;
margin: 0 10px;
margin-bottom: 10px;
height: 30px;
border-color: #ebeff2;
box-shadow: none;
}
#searchNotebookForList {
height: 30px;
width: 90%;
margin: 3px auto;
border-color: #ebeff2;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

View File

@ -464,7 +464,7 @@ a.raw:hover {
}
// 重命名, 添加notebook
#notebookList input {
#notebookList input, #notebookListForSearch input {
border: 1px solid @borderColor;
width: 90%;
box-shadow: none;
@ -1144,12 +1144,7 @@ background-position:-1px -670px
padding: 5px 0;
}
}
#leanoteMsg {
line-height: 40px; margin-top: 10px; margin-left: 10px;
}
#newNoteWrap {
line-height: 40px; margin-top: 10px;
}
#loading {
display: inline-block;
width: 20px;

File diff suppressed because one or more lines are too long

View File

@ -443,7 +443,7 @@ a.raw:hover {
}
// 重命名, 添加notebook
#notebookList input {
#notebookList input, #notebookListForSearch input {
border: 1px solid @borderColor;
width: 90%;
box-shadow: none;
@ -1105,12 +1105,6 @@ background-position:-1px -670px
}
}
#leanoteMsg {
line-height: 40px; margin-top: 10px; margin-left: 10px;
}
#newNoteWrap {
line-height: 40px; margin-top: 10px;
}
#loading {
display: inline-block;
width: 20px;