改变样式

This commit is contained in:
nieguanghui 2013-12-26 11:13:30 +08:00
parent d0c28a60bc
commit 6d47031d72
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</span>
</p>
</div>
<div id='<%=id%>' style="clear:both; display: none;">
<div id='<%=id%>' class="respond-form">
<%= render :partial => "words/new_respond", :locals => {:journal => journal, :m_reply_id => m_reply_id} %>
</div>
<div style="clear: both;"></div>

View File

@ -2122,6 +2122,7 @@ ul.messages-for-user-reply li {
.respond-form{
display: none;
width: 80%;
width: 100%;
margin: auto;
clear:both;
}