mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Implement graphs page (WIP)
This commit is contained in:
parent
849078dab0
commit
b47de65e5f
70 changed files with 15087 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue