tactical/index: Make sure the donuts are shown side-by-side

refs #2529
This commit is contained in:
Johannes Meyer 2019-07-04 15:10:20 +02:00
parent 2e574f64e2
commit 83962edce5
1 changed files with 10 additions and 1 deletions

View File

@ -495,10 +495,19 @@ ul.tree li a.error:hover {
float: left;
}
.dashboard .donut-container {
width: 50%;
font-size: 80%;
.donut-legend {
margin-left: auto;
}
}
.donut-legend {
width: 50%;
padding: 0;
margin: 0 0 0 auto;
margin-left: 18em;
list-style-type: none;
li {