Make comments editable

This commit is contained in:
Guido A.J. Stevens
2013-09-17 12:03:46 +00:00
parent 0463b20f78
commit e6172a219e
20 changed files with 359 additions and 13 deletions
@@ -223,3 +223,9 @@
.row .discussion label {
font-weight:bold;
}
/* editing comments */
.overlay-edit-comment textarea {
height: 10em;
}