1
0
Fork 0
arangodb/html/admin/css/dashboardView.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%;
}