mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-8903-Tamaño-graficas-eventos-en-Tactical-view' into 'develop'
Ent 8903 tamaño graficas eventos en tactical view See merge request artica/pandorafms!4849
This commit is contained in:
commit
0840a47d00
@ -759,6 +759,9 @@ select:-internal-list-box {
|
|||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.padding-0 {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
.padding-2 {
|
.padding-2 {
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
}
|
}
|
||||||
|
@ -241,10 +241,10 @@ if ($is_admin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$out = '<table cellpadding=0 cellspacing=0 class="databox pies mrgn_top_15px" width=100%><tr><td>';
|
$out = '<table cellpadding=0 cellspacing=0 class="databox pies mrgn_top_15px" width=100%><tr><td>';
|
||||||
$out .= '<fieldset class="databox tactical_set" id="total_event_graph">
|
$out .= '<fieldset class="padding-0 databox tactical_set" id="total_event_graph">
|
||||||
<legend>'.__('Event graph').'</legend>'.html_print_image('images/spinner.gif', true, ['id' => 'spinner_total_event_graph']).'</fieldset>';
|
<legend>'.__('Event graph').'</legend>'.html_print_image('images/spinner.gif', true, ['id' => 'spinner_total_event_graph']).'</fieldset>';
|
||||||
$out .= '</td><td>';
|
$out .= '</td><td>';
|
||||||
$out .= '<fieldset class="databox tactical_set" id="graphic_event_group">
|
$out .= '<fieldset class="padding-0 databox tactical_set" id="graphic_event_group">
|
||||||
<legend>'.__('Event graph by agent').'</legend>'.html_print_image('images/spinner.gif', true, ['id' => 'spinner_graphic_event_group']).'</fieldset>';
|
<legend>'.__('Event graph by agent').'</legend>'.html_print_image('images/spinner.gif', true, ['id' => 'spinner_graphic_event_group']).'</fieldset>';
|
||||||
$out .= '</td></tr></table>';
|
$out .= '</td></tr></table>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user