Fixed styles

Former-commit-id: 6292bf0badc9175b6fb801b326e58ac475ae2bfb
This commit is contained in:
fermin831 2019-03-11 17:57:08 +01:00
parent 4cc3eb13b9
commit 7bf44b7c5b
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ $hidden_main_link = [
unset($table);
$table = new stdClass();
$table->styleTable = 'width: 70%';
$table->styleTable = 'width: 60%';
// Print the header.
$table->head = [];
$table->head['main'] = __('IP');
@ -334,7 +334,7 @@ if (empty($data)) {
html_print_table($table);
// Print the graph.
echo '<div style="margin-top: 50px;">';
echo '<div style="margin-top: 50px; width: 40%;">';
echo pie_graph(
$chart_data,
320,