diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index ed6d72ef70..2ffae3858d 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -865,16 +865,16 @@ if (check_login()) { $table->align[8] = 'center'; $table->align[9] = 'right'; - $table->headstyle[2] = 'min-width: 85px'; - $table->headstyle[3] = 'min-width: 130px'; - $table->size[3] = '30%'; + $table->headstyle[2] = 'min-width: 65px'; + $table->headstyle[3] = 'min-width: 80px'; + $table->size[3] = '25%'; $table->style[3] = 'max-width: 28em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;'; - $table->size[4] = '30%'; - $table->headstyle[5] = 'min-width: 85px'; - $table->headstyle[6] = 'min-width: 125px; text-align: center;'; - $table->headstyle[7] = 'min-width: 125px;'; - $table->headstyle[8] = 'min-width: 100px; text-align: center;'; - $table->headstyle[9] = 'min-width: 120px; text-align: right;'; + $table->size[4] = '25%'; + $table->headstyle[5] = 'min-width: 65px'; + $table->headstyle[6] = 'min-width: 80px; text-align: center;'; + $table->headstyle[7] = 'min-width: 80px;'; + $table->headstyle[8] = 'min-width: 70px; text-align: center;'; + $table->headstyle[9] = 'min-width: 100px; text-align: right;'; $last_modulegroup = 0; $rowIndex = 0;