32 lines
461 B
Plaintext
32 lines
461 B
Plaintext
.activeChart {
|
|
position: relative;
|
|
}
|
|
.activeChartGrid {
|
|
p {
|
|
position: absolute;
|
|
top: 80px;
|
|
}
|
|
p:last-child {
|
|
top: 115px;
|
|
}
|
|
}
|
|
.activeChartLegend {
|
|
position: relative;
|
|
font-size: 0;
|
|
margin-top: 8px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
span {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
width: 33.33%;
|
|
}
|
|
span:first-child {
|
|
text-align: left;
|
|
}
|
|
span:last-child {
|
|
text-align: right;
|
|
}
|
|
}
|