// fix dashgoals configuration fields size

This commit is contained in:
Jerome Nadaud
2013-11-15 17:04:55 +01:00
parent 5fb4ac5044
commit 19cfa443d2
@@ -29,10 +29,10 @@
<table class="table table-condensed table-striped table-bordered">
<thead>
<tr>
<th>{$goals_year}</th>
<th>{l s='Traffic' mod='dashgoals'}</th>
<th>{l s='Conversion Rate' mod='dashgoals'}</th>
<th>{l s='Average Cart Value' mod='dashgoals'}</th>
<th class="fixed-width-md">{$goals_year}</th>
<th class="fixed-width-md">{l s='Traffic' mod='dashgoals'}</th>
<th class="fixed-width-md">{l s='Conversion Rate' mod='dashgoals'}</th>
<th class="fixed-width-lg">{l s='Average Cart Value' mod='dashgoals'}</th>
<th>{l s='Sales' mod='dashgoals'}</th>
</tr>
</thead>