Author: rjollos
Date: Mon Mar 17 03:43:10 2014
New Revision: 1578219

URL: http://svn.apache.org/r1578219
Log:
0.8dev: Added a margin around the //Create new report// button.

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

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html?rev=1578219&r1=1578218&r2=1578219&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_list.html Mon 
Mar 17 03:43:10 2014
@@ -135,7 +135,7 @@
       </div>
 
 
-      <div py:if="'REPORT_CREATE' in perm" class="buttons span12">
+      <div py:if="'REPORT_CREATE' in perm" class="buttons btn-toolbar span12">
         <form action="" method="get" id="create_report">
           <div>
             <input type="hidden" name="action" value="new" />


Reply via email to