改变样式

exceptionHandle
nieguanghui 12 years ago
parent d0c28a60bc
commit 6d47031d72

@ -17,7 +17,7 @@
</span> </span>
</p> </p>
</div> </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} %> <%= render :partial => "words/new_respond", :locals => {:journal => journal, :m_reply_id => m_reply_id} %>
</div> </div>
<div style="clear: both;"></div> <div style="clear: both;"></div>

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