adapt original note resizing js code

This commit is contained in:
albert
2013-03-22 20:06:15 -04:00
parent 217e878a0f
commit 61b3a18ec7
3 changed files with 38 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ div#note-container {
position: absolute;
border: 1px solid black;
background: #FFE;
min-width: 10px;
min-width: 140px;
min-height: 1em;
line-height: normal;
cursor: pointer;