mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix alerts dashboard look
This commit is contained in:
parent
547e623273
commit
f2eb15ba76
4 changed files with 53 additions and 4 deletions
13
httpdocs/css/pie-chart.css
vendored
13
httpdocs/css/pie-chart.css
vendored
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue