mirror of https://gitee.com/bigwinds/arangodb
32 lines
339 B
CSS
32 lines
339 B
CSS
.statGroups {
|
|
margin-bottom: 10px;
|
|
border: 1px solid black;
|
|
background-color: white;
|
|
}
|
|
|
|
.statSystem th{
|
|
width: 300px;
|
|
}
|
|
|
|
.statClient {
|
|
height: 200px;
|
|
width: 915px;
|
|
margin: 10px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.statChart {
|
|
|
|
}
|
|
|
|
.nv-axisMaxMin > text {
|
|
font: 10px sans-serif;
|
|
}
|
|
|
|
.svgClass {
|
|
height: 150px;
|
|
width: 100%;
|
|
}
|
|
|
|
|