Author: rjollos
Date: Wed Nov 13 22:54:10 2013
New Revision: 1541752

URL: http://svn.apache.org/r1541752
Log:
0.8dev: On the Attachment view page, wrap the //Delete attachment// button with 
a `btn-toolbar`, so that we have a nice margin.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html?rev=1541752&r1=1541751&r2=1541752&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_attachment.html Wed 
Nov 13 22:54:10 2013
@@ -152,9 +152,9 @@
         </div>
 
         <py:if test="attachment and 'ATTACHMENT_DELETE' in 
perm(attachment.resource)">
-          <div class="span12">
+          <div class="span12 btn-toolbar">
             <form method="get" action="">
-              <div id="delete control-group">
+              <div id="delete" class="btn-group">
                 <input type="hidden" name="action" value="delete" />
                 <input type="submit" class="btn"
                        value="${_('Delete attachment')}" />


Reply via email to