diff --git a/templates/admin/default/assets/less/thelia/tables.less b/templates/admin/default/assets/less/thelia/tables.less index 5997840a8..8a4baa897 100755 --- a/templates/admin/default/assets/less/thelia/tables.less +++ b/templates/admin/default/assets/less/thelia/tables.less @@ -1,3 +1,22 @@ +tfoot{ + + .pagination{ + margin: 0; + } + +} + +.table-condensed { + tfoot { + > tr { + > th, + > td { + padding: 20px 5px 5px; + } + } + } +} + .table-striped { caption { diff --git a/templates/admin/default/customers.html b/templates/admin/default/customers.html index 72179f667..d69ce970b 100644 --- a/templates/admin/default/customers.html +++ b/templates/admin/default/customers.html @@ -102,6 +102,39 @@ {/loop} + + + + +
+ +
+ + + + {/ifloop} @@ -110,35 +143,6 @@ {module_include location='customer_bottom'} -
-
- - - -
-
{* Adding a new Category *}