From 4fc47ce3a3e5ef4b13d0b2c7b7e6b148f0fa07f4 Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Thu, 26 Dec 2013 15:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E5=A4=8D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=A1=A8=E7=8E=B0=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/words/_journal_reply_items.html.erb | 8 +++++--- app/views/words/_message.html.erb | 4 ++-- .../redpenny-master/stylesheets/application.css | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/app/views/words/_journal_reply_items.html.erb b/app/views/words/_journal_reply_items.html.erb index 92ed24c65..da10e5c9b 100644 --- a/app/views/words/_journal_reply_items.html.erb +++ b/app/views/words/_journal_reply_items.html.erb @@ -1,4 +1,5 @@ -
  • + <% ids_r = 'reply_respond_form_'+ reply.id.to_s %> +
  • <%= image_tag url_to_avatar(reply.user), :class => "avatar-3" %> @@ -7,9 +8,10 @@ <%= link_to reply.user.name, user_path(reply.user) %>:  <%= reply.notes %> <% ids = 'project_respond_form_'+ journal.id.to_s%> -

    + +

    <%= format_time reply.created_on %> - +

    <%= textilizable journal.notes%> - +

    <%= l :label_comment_time %>:  <%= format_time journal.created_on %> <% ids = 'project_respond_form_'+ journal.id.to_s%> <%#= toggle_link l(:label_projects_feedback_respond), ids, {:focus => 'project_respond'} %> diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 437720c5c..1ed6c9207 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -2118,6 +2118,7 @@ span.body{ ul.messages-for-user-reply li { padding-bottom: 4px; + font-size: 9pt; } .respond-form{ @@ -2125,4 +2126,18 @@ ul.messages-for-user-reply li { width: 100%; margin: auto; clear:both; +} + +.outer-message-for-use p { + margin: 0; + padding: 0; + margin-top: 5px; +} + +.body p { + margin: 0; + padding: 0; + margin-top: 4px; + margin-left: 4px; + font-size: 9pt; } \ No newline at end of file