pandorafms/pandora_console/extensions/realtime_graphs/realtime_graphs.css

16 lines
193 B
CSS

#chartLegend {
width: 100%;
position: relative;
height: 30px;
}
#chartLegend table {
position: absolute;
right: 0px;
}
#graph_container {
width: 800px;
margin: 20px auto !important;
}