Right-align 'delete' buttons
[phorkie.git] / data / templates / delete.htm
index 0284071feca4f6cda6959d6fb071ecc5834588d9..4a935498d4f535e07ab1e8283ea72b9fdc47e250 100644 (file)
@@ -21,9 +21,9 @@ Confirm deletion of repository #{{repo.id}}
   <div class="span6">
    <a class="btn" href="{{repo.getLink('display')}}">Cancel</a>
   </div>
-  <div class="span6" style="text-align: right">
+  <div class="span6">
    <form method="post" action="{{repo.getLink('delete-confirm')}}" style="margin: 0px">
-    <button class="btn btn-danger" type="submit">
+    <button class="btn btn-danger pull-right" type="submit">
      <i class="icon-trash icon-white"></i>
      Permanently delete
     </button>