move note-helper out of note-container, #1557

This commit is contained in:
Lightforger
2013-05-06 11:31:58 +03:00
parent 928fb7bbb6
commit 9a1db3792c

View File

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