mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Dashboards widgets
This commit is contained in:
parent
6e4fe7bc48
commit
620bff28af
@ -418,7 +418,7 @@ class SingleGraphWidget extends Widget
|
||||
'dashboard' => true,
|
||||
];
|
||||
|
||||
$output = '<div class="container-center">';
|
||||
$output = '<div class="container-center widget-mrgn-0px">';
|
||||
$output .= \grafico_modulo_sparse($params);
|
||||
$output .= '</div>';
|
||||
return $output;
|
||||
|
@ -835,3 +835,11 @@ form.modal-dashboard
|
||||
border: 0px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
div.widget-mrgn-0px > div.parent_graph {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
div.widget-mrgn-0px > div.parent_graph > div[id^="graph_"] {
|
||||
width: calc(100% + 14px) !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user