改变样式
This commit is contained in:
parent
d0c28a60bc
commit
6d47031d72
|
@ -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>
|
||||
|
|
|
@ -2122,6 +2122,7 @@ ul.messages-for-user-reply li {
|
|||
|
||||
.respond-form{
|
||||
display: none;
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
clear:both;
|
||||
}
|
Loading…
Reference in New Issue