* Adjust space between btn.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#blockAdmin {min-height: 280px;}
|
||||
#blockAdmin .form-actions {visibility: hidden;}
|
||||
#blockAdmin.form-inited .form-actions {visibility: visible;}
|
||||
.form-group .btn + .btn{margin-left: 10px;}
|
||||
|
||||
@@ -33,7 +33,7 @@ include '../../common/view/chosen.html.php';
|
||||
<?php endif;?>
|
||||
<div id="blocksList"><?php if(!empty($blocks)) echo $blocks;?></div>
|
||||
<div id="blockParams"></div>
|
||||
<div class="form-group form-actions">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-7 col-sm-offset-3">
|
||||
<button type="submit" class="btn btn-wide btn-primary"><?php echo $lang->save;?></button>
|
||||
<button type="cancel" class="btn btn-wide" data-dismiss="modal"><?php echo $lang->cancel;?></button>
|
||||
|
||||
@@ -252,7 +252,7 @@ js::set('confirmDeleteTemplate', $lang->bug->confirmDeleteTemplate);
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3" class="text-center">
|
||||
<td colspan="3" class="text-center form-actions">
|
||||
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
|
||||
<?php echo html::backButton('', '', 'btn btn-wide');?>
|
||||
<?php echo html::hidden('case', (int)$caseID) . html::hidden('caseVersion', (int)$version);?>
|
||||
|
||||
Reference in New Issue
Block a user