24 lines
290 B
CSS
24 lines
290 B
CSS
|
.rickshaw_ext #chart {
|
||
|
display: inline-block;
|
||
|
width: 100%
|
||
|
}
|
||
|
|
||
|
#legend {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
left: 0px;
|
||
|
}
|
||
|
|
||
|
#legend_container {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
bottom: 26px;
|
||
|
width: 0;
|
||
|
}
|
||
|
|
||
|
#chart_container.rickshaw_ext {
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
}
|