cancel button added to the reply-to-comment form.

svn path=/plone.app.discussion/trunk/; revision=27262
This commit is contained in:
Timo Stollenwerk
2009-06-02 15:09:25 +00:00
parent 67b7d4ce49
commit 068583db76
3 changed files with 37 additions and 7 deletions
@@ -43,3 +43,11 @@
*/
display: none;
}
.cancelreplytocomment {
/* Hide the cancel button in the comment form, show it only in the reply form
* in order to close it.
*/
display: none;
}