<%= topic.content.html_safe %>
@@ -111,7 +111,7 @@
<%= l(:label_activity_time)%>: <%= format_time topic.created_on %>
<% if User.current.logged? %>
-
<%= l(:button_reply) %>
+
<%= l(:button_reply) %>
<% end %>
@@ -152,15 +152,15 @@
<%= link_to image_tag(url_to_avatar(message.author), :width => '34',:height => '34'), user_path(message.author), :class =>'Msg_pic' %>
- <%= link_to_user_header message.author,false,:class => 'fl c_orange ' %>
+ <%= link_to_user_header message.author,false,:class => 'fl c_orange f14 ' %>
-
+
<%= textAreailizable message,:content,:attachments => message.attachments %>
-
<%= format_time(message.created_on) %>
+
<%= format_time(message.created_on) %>
<%= link_to(
l(:button_delete),
@@ -168,13 +168,13 @@
:method => :post,
:data => {:confirm => l(:text_are_you_sure)},
:title => l(:button_delete),
- :class => ' c_dblue fr'
+ :class => ' c_dblue fr f14'
) if message.course_destroyable_by?(User.current) %>
<%= link_to(
l(:button_reply),
'javascript:;',
:nhname =>'showbtn_child_reply',
- :class => ' c_dblue fr',
+ :class => ' c_dblue fr f14',
:style => 'margin-right: 10px;',
:title => l(:button_reply)) if !topic.locked? && authorize_for('messages', 'reply') %>