Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre
[unfold.git] / plugins / apply / templates / apply.html
index 1a9e805..f05af49 100644 (file)
@@ -6,11 +6,10 @@
         <div class="modal-header">
           <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
             <h4 class="modal-title" id="{{domid}}__apply__label">
-               Applying pending changes...
-               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-               <img id="applyloading" src="/static/img/loading.gif" />
+                Applying pending changes...                    
             </h4>
             <div>
+               <img id="applyloading" src="/static/img/loading.gif" /> &nbsp;&nbsp;
                Please be patient, this operation can take a minute or two.
             </div>
         </div>
@@ -43,6 +42,6 @@
 
   
   <!-- Button toolbar -->
-  <button class="btn btn-onelab btn-sm"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
+  <button class="btn btn-onelab btn-apply"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
   <!-- <button class="btn btn-default btn-sm" id="{{domid}}__cancel">Cancel</button> -->
 </div>