clear float under l/r buttons

This commit is contained in:
jomo
2014-04-29 22:08:11 +02:00
parent 46169db4ac
commit 41382c3d0d
6 changed files with 12 additions and 6 deletions

View File

@@ -34,4 +34,5 @@
</table>
<p><%= f.submit "Update group", class: "btn blue left" %></p>
<% end %>
<p><%= button_to "Delete group", @post, :method => "delete", data: {confirm: "Delete group?\nForums + Threads will not be accessible!"}, class: "btn red right" %></p>
<p><%= button_to "Delete group", @post, :method => "delete", data: {confirm: "Delete group?\nForums + Threads will not be accessible!"}, class: "btn red right" %></p>
<div class="clear"></div>