Implement click&drag support for creating notes

#1051
This commit is contained in:
Lightforger
2013-04-30 11:48:14 +03:00
parent 41f0dadf7a
commit e1ac505552

View File

@@ -55,6 +55,14 @@ div#note-container {
border: 1px solid red;
}
}
div#note-helper {
position: absolute;
border: 1px solid red;
opacity: 0.6;
display: none;
background: white;
}
}
div.note-edit-dialog {