writting mode v0.1
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user