From 6d47031d724de3d907a52f6d819dfc7769cef250 Mon Sep 17 00:00:00 2001
From: nieguanghui
Date: Thu, 26 Dec 2013 11:13:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=8F=98=E6=A0=B7=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 | 2 +-
public/themes/redpenny-master/stylesheets/application.css | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/views/words/_journal_reply_items.html.erb b/app/views/words/_journal_reply_items.html.erb
index 40dbc274a..92ed24c65 100644
--- a/app/views/words/_journal_reply_items.html.erb
+++ b/app/views/words/_journal_reply_items.html.erb
@@ -17,7 +17,7 @@
-
+
<%= render :partial => "words/new_respond", :locals => {:journal => journal, :m_reply_id => m_reply_id} %>
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css
index 61b2b13cd..437720c5c 100644
--- a/public/themes/redpenny-master/stylesheets/application.css
+++ b/public/themes/redpenny-master/stylesheets/application.css
@@ -2122,6 +2122,7 @@ ul.messages-for-user-reply li {
.respond-form{
display: none;
- width: 80%;
+ width: 100%;
margin: auto;
+ clear:both;
}
\ No newline at end of file