// Some list design fix

This commit is contained in:
Jerome Nadaud
2013-09-18 15:25:58 +02:00
parent 39fdc8c926
commit 0683ed4092
4 changed files with 19 additions and 14 deletions
@@ -46,7 +46,8 @@ class AdminProfilesControllerCore extends AdminController
$this->fields_list = array(
'id_profile' => array(
'title' => $this->l('ID'),
'align' => 'center'
'align' => 'center',
'class' => 'fixed-width-xs'
),
'name' => array('title' => $this->l('Name'))
);