2023-02-24 10:18:52 +01:00

17 lines
211 B
CSS

#chartLegend {
width: 100%;
position: relative;
height: 30px;
}
#chartLegend table {
position: absolute;
right: 0px;
}
#graph_container {
width: 800px;
margin: 20px auto;
border-radius: 3px;
}