implements edit mode for post mode menu

This commit is contained in:
albert
2011-10-21 18:56:27 -04:00
parent 88317bb4c9
commit 8a5f26f3e5
6 changed files with 62 additions and 5 deletions

View File

@@ -135,6 +135,14 @@ div#c-posts {
margin-top: 1em;
}
}
div#quick-edit-div {
textarea {
width: 30em;
height: 4em;
display: block;
}
}
}
div#c-explore-posts {