writting mode v0.1

This commit is contained in:
life
2014-05-13 14:34:30 +08:00
parent 48c2474668
commit 03f2ebe3f7
17 changed files with 5992 additions and 310 deletions

View File

@ -872,7 +872,6 @@ border: 1px solid @borderColor;
#leanoteNav {
position: absolute;
right: 5px;
top:32px;
border: 1px solid #ccc;
border-radius: 3px;
background-color: #fff;
@ -1152,3 +1151,18 @@ 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;
height: 20px;
content: url(../../images/loading-a-20-black.gif);
margin-top:10px;
visibility: hidden;
}