diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb
index cd1758f16..391e6b956 100644
--- a/app/views/messages/show.html.erb
+++ b/app/views/messages/show.html.erb
@@ -99,12 +99,15 @@
<%= link_to_attachments @topic, :author => false %>
- <%= authoring @topic.created_on, @topic.author %>
+
<%= authoring @topic.created_on, @topic.author %>
+
+
+
<%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %>
<% if !@topic.locked? && authorize_for('messages', 'reply') %>
-
- <%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %>
-
+
+
+
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index ec82748c8..e5be822ed 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -2458,7 +2458,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
}
.icon_enterprise-add { background-image: url(../images/add_enterprise.png); }
.icon-add { background-image: url(../images/add.png); }
-.icon-edit { background-image: url(../images/edit.png); }
+.icon-edit { /*background-image: url(../images/edit.png);*/ }
.icon-copy { background-image: url(../images/copy.png); }
.icon-duplicate { background-image: url(../images/duplicate.png); }
.icon-del { /*background-image: url(../images/delete.png); */}