Added collapse for boxes
This commit is contained in:
parent
4f58316e12
commit
f49d2b14bc
8 changed files with 30 additions and 16 deletions
|
|
@ -14,6 +14,11 @@ use PHPCensor\Model\Build;
|
|||
<div class="box">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title"><?php print $group['title']; ?></h3>
|
||||
<div class="box-tools pull-right">
|
||||
<button type="button" class="btn btn-box-tool" data-widget="collapse" data-toggle="tooltip" title="Collapse">
|
||||
<i class="fa fa-minus"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue