From faba380ebe1c1f560a8c6ccb0353ef4f1f4f17f8 Mon Sep 17 00:00:00 2001 From: zhengxie Date: Thu, 18 Oct 2012 13:22:38 +0800 Subject: [PATCH] Modify msg delete button --- group/templates/group/group_info.html | 2 +- group/templates/group/msg_reply_js.html | 2 +- media/css/seahub.css | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) 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 @@
{{ msg.timestamp|translate_commit_time }} {{ msg.from_email|email2nickname }} - 删除

@@ -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; }