mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-15 06:48:44 +02:00
17 lines
211 B
CSS
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;
|
|
}
|