2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_common.php: Improvement over module editor layout. Fixes: #3419810 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5114 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ce8f293f4b
commit
b7492e1b5a
|
@ -1,3 +1,10 @@
|
|||
2011-11-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Improvement over
|
||||
module editor layout.
|
||||
|
||||
Fixes: #3419810
|
||||
|
||||
2011-11-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue