[WIP] Fix cosmetics, prices

This commit is contained in:
Ludovic CANDELLIER
2020-06-07 23:15:22 +02:00
parent 424fb43b20
commit 066744e082
35 changed files with 230 additions and 193 deletions

View File

@@ -5,7 +5,7 @@ return [
* Default table attributes when generating the table.
*/
'table' => [
'class' => 'table',
'class' => 'table table-striped table-hover va-middle',
'id' => 'dataTableBuilder',
],