Fixed action column alignment

This commit is contained in:
franck
2013-09-13 00:18:19 +02:00
parent 7cd44c3867
commit 316043d93a
10 changed files with 111 additions and 35 deletions

View File

@@ -17,7 +17,7 @@
{module_include location='orders_top'}
<div class="row">
<div class="col-md-12">
<div class="col-md-12">
<div class="general-block-decorator">
<table class="table table-striped table-condensed table-left-aligned">
<caption class="clearfix">
@@ -36,14 +36,14 @@
<th>{intl l="Name"}</th>
<th>{intl l="Amount"}</th>
<th>{intl l="Status"}</th>
{module_include location='orders_table_header'}
<th>{intl l="Actions"}</th>
<th class="actions">{intl l="Actions"}</th>
</tr>
</thead>
<tbody>
<tbody>
<tr>
<td><a href="">01230450123045</a></td>
@@ -116,7 +116,7 @@
</div>
</td>
</tr>
<!-- <tr>
<td colspan="3">
<div class="alert alert-info">
@@ -124,10 +124,10 @@
</div>
</td>
</tr> -->
</tbody>
</table>
</div>
</div>
</div>
</div>