Implement graphs page (WIP)

This commit is contained in:
Tim 2015-06-23 20:57:28 +02:00
commit b47de65e5f
70 changed files with 15087 additions and 2 deletions

View file

@ -8149,4 +8149,22 @@ ol.test >li {
text-overflow: ellipsis;
overflow: hidden;
max-width: 350px;
}
.graphs-instance {
height: 350px;
padding: 20px;
background-color: #282828;
margin-right: 20px;
margin-bottom: 20px;
}
.watch-chart {
height: 360px;
}
.graphs-load {
color: #999999;
text-align: center;
line-height: 350px;
}