Added collapse for boxes

This commit is contained in:
Dmitry Khomutov 2017-04-09 08:44:30 +07:00
commit f49d2b14bc
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
8 changed files with 30 additions and 16 deletions

View file

@ -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">