diff --git a/group/templates/group/group_info.html b/group/templates/group/group_info.html
index 9c9f5e2e4b..27397ee0bb 100644
--- a/group/templates/group/group_info.html
+++ b/group/templates/group/group_info.html
@@ -125,7 +125,6 @@
@@ -150,6 +149,7 @@
+
diff --git a/group/templates/group/msg_reply_js.html b/group/templates/group/msg_reply_js.html
index 99d91562c9..03167c1ae3 100644
--- a/group/templates/group/msg_reply_js.html
+++ b/group/templates/group/msg_reply_js.html
@@ -71,7 +71,7 @@ $('.reply').click(function() {
});
$('.replyclose').click(function() {
- $(this).next().addClass('hide'); // hide 'reply-bd'
+ $(this).next().next().addClass('hide'); // hide 'reply-bd'
$(this).addClass('hide');
$(this).prev().removeClass('hide'); // show 'reply'
});
diff --git a/media/css/seahub.css b/media/css/seahub.css
index 94ea2aef5d..4be72a5f02 100644
--- a/media/css/seahub.css
+++ b/media/css/seahub.css
@@ -1136,9 +1136,6 @@ ul.with-bg li {
.msg-hd .group {
margin-left:30px;
}
-.msg-hd .msg-delete {
- float: right;
-}
.msg-bd a {
font-weight: normal;
}