回复按钮的位置调整

exceptionHandle
Wen 12 years ago
parent 12314de130
commit 2aa6a14289

@ -99,12 +99,15 @@
<%= link_to_attachments @topic, :author => false %> <%= link_to_attachments @topic, :author => false %>
</div> </div>
<div class="memo-timestamp"> <div class="memo-timestamp">
<%= authoring @topic.created_on, @topic.author %> <div style="float: left"><%= authoring @topic.created_on, @topic.author %></div>
<div style="float: right"><%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %></div>
</div> </div>
<% if !@topic.locked? && authorize_for('messages', 'reply') %> <% if !@topic.locked? && authorize_for('messages', 'reply') %>
<p style="float: right;">
<%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %>
</p>
</div> </div>
<br /> <br />
</div> </div>

@ -2458,7 +2458,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
} }
.icon_enterprise-add { background-image: url(../images/add_enterprise.png); } .icon_enterprise-add { background-image: url(../images/add_enterprise.png); }
.icon-add { background-image: url(../images/add.png); } .icon-add { background-image: url(../images/add.png); }
.icon-edit { background-image: url(../images/edit.png); } .icon-edit { /*background-image: url(../images/edit.png);*/ }
.icon-copy { background-image: url(../images/copy.png); } .icon-copy { background-image: url(../images/copy.png); }
.icon-duplicate { background-image: url(../images/duplicate.png); } .icon-duplicate { background-image: url(../images/duplicate.png); }
.icon-del { /*background-image: url(../images/delete.png); */} .icon-del { /*background-image: url(../images/delete.png); */}

Loading…
Cancel
Save