writting mode resize editor

This commit is contained in:
life
2014-05-15 22:36:32 +08:00
parent 1fa03e901d
commit 8f86baa616
4 changed files with 19 additions and 22 deletions

@ -783,19 +783,18 @@ body {
line-height: 60px;
margin: auto;
}
#header .pull-right:hover a {
color: #000;
}
#newNoteWrap {
line-height: 40px;
margin-top: 10px;
margin-left: 10px;
}
#newNoteWrap:hover {
color: #000;
#newNoteWrap,
#topNav {
opacity: 0;
}
#newNoteWrap:hover a {
color: #000;
#newNoteWrap:hover,
#topNav:hover {
opacity: 1;
}
#mainContainer {
overflow-y: hidden;
@ -945,7 +944,7 @@ body {
#leanoteNav {
background-color: #fbfcf7;
opacity: 0.3;
right: -20px;
right: -30px;
}
.new-note-right {
padding: 0 2px;