// fix css + kpi + dashboard

This commit is contained in:
Kevin Granger
2013-10-10 16:29:40 +02:00
parent 22dcaf246c
commit 7d717ea207
9 changed files with 156 additions and 204 deletions
@@ -22,7 +22,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<{if $href}a style="display:block" href="{$href|escape}"{else}div{/if} id="{$id|escape}" class="col-lg-3 box-stats {$color|escape}" >
<{if $href}a style="display:block" href="{$href|escape}"{else}div{/if} id="{$id|escape}" class="box-stats {$color|escape}" >
{if $icon}<i class="{$icon|escape}"></i>{/if}
{if $chart}
<div class="boxchart-overlay">
@@ -25,7 +25,9 @@
<div class="panel">
<div class="row">
{foreach $kpis as $kpi}
<div class="col-lg-3">
{$kpi}
</div>
{/foreach}
</div>
</div>