minor style fix tasklist popup
Former-commit-id: 628e94f56a92558e3af648520ca13d4fb658d184
This commit is contained in:
parent
4031ae9bf7
commit
d05b78520f
|
@ -109,7 +109,7 @@ if ($progress_task_discovery) {
|
|||
$table = new StdClasS();
|
||||
$table->class = 'databox data';
|
||||
$table->width = '75%';
|
||||
$table->styleTable = 'margin: 2em auto;border: 1px solid #ddd;background: white;';
|
||||
$table->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;background: white;';
|
||||
$table->rowid = [];
|
||||
$table->data = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue