mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
16 lines
189 B
CSS
16 lines
189 B
CSS
#chartLegend {
|
|
width: 100%;
|
|
position: relative;
|
|
height: 30px;
|
|
}
|
|
|
|
#chartLegend table {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
|
|
#graph_container {
|
|
width: 800px;
|
|
margin: 20px auto;
|
|
}
|