Fix alerts dashboard look

This commit is contained in:
emanuele-f 2017-05-03 18:03:03 +02:00
parent 547e623273
commit f2eb15ba76
4 changed files with 53 additions and 4 deletions

View file

@ -23,8 +23,17 @@
}
.pie-chart-small {
height: 260px;
width: 280px;
width:100%;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-align-items: center; /* Safari 7.0+ */
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.pie-chart-small svg g.label_group text {
font-size: 0.95em;
}
.pie-chart .total{