First functional run of new layout.

This commit is contained in:
James Cole
2015-06-20 07:48:44 +02:00
parent 4d017dc8a9
commit ae92e409d9
9 changed files with 69 additions and 62 deletions

View File

@@ -17,7 +17,7 @@
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="box">
<div class="box-header with-border">
<i class="fa {{ subTitleIcon }}"></i> {{ subTitle}}
<h3 class="box-title">{{ subTitle}}</h3>
<!-- ACTIONS MENU -->
<div class="pull-right">
@@ -34,7 +34,9 @@
</div>
{% include 'list/accounts.twig' %}
<div class="box-body table-responsive no-padding">
{% include 'list/accounts.twig' %}
</div>
</div>
</div>
</div>