1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

Add chart to dashboard

This commit is contained in:
Michael Crosby 2013-09-02 14:51:35 -07:00
parent cfa8d3a442
commit 0e41aec7f9
4 changed files with 75 additions and 0 deletions

View file

@ -109,3 +109,14 @@
overflow-y: scroll;
overflow-x: hidden;
}
.legend {
width: 7em;
}
.legend .title {
margin: 0.5em;
border-style: solid;
border-width: 0 0 0 1em;
padding: 0 0.3em;
}