Merge branch 'ent-11521-fallo-visual-en-graficas-snmp' into 'develop'
Ent 11521 fallo visual en graficas snmp See merge request artica/pandorafms!6062
This commit is contained in:
commit
29691a3071
|
@ -220,7 +220,7 @@ function pandora_realtime_graphs()
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
'white-box-content',
|
'white-box-content',
|
||||||
'box-flat white_table_graph fixed_filter_bar'
|
'box-flat white_table_graph fixed_filter_bar top_0px_important mrgn_btn_35px_imp'
|
||||||
);
|
);
|
||||||
|
|
||||||
$chart[time()]['graph'] = '0';
|
$chart[time()]['graph'] = '0';
|
||||||
|
|
|
@ -7158,6 +7158,10 @@ div.graph div.legend table {
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mrgn_btn_35px_imp {
|
||||||
|
margin-bottom: 35px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mrgn_btn_40px {
|
.mrgn_btn_40px {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue