diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5b8e8e655c..ff304e04e1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-11-07 Juan Manuel Ramon + + * godmode/agentes/module_manager_editor_common.php: Improvement over + module editor layout. + + Fixes: #3419810 + 2011-11-04 Juan Manuel Ramon * include/functions_graph.php diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index e0737d11c6..97b46cda14 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -118,7 +118,7 @@ $table_simple->class = 'databox_color'; $table_simple->data = array (); $table_simple->colspan = array (); $table_simple->style = array (); -$table_simple->style[0] = 'font-weight: bold; vertical-align: top'; +$table_simple->style[0] = 'font-weight: bold; vertical-align: top; width: 26%'; $table_simple->style[1] = 'width: 40%'; $table_simple->style[2] = 'font-weight: bold; vertical-align: top';