Fixes various traffic graph issues

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-20 23:56:48 +01:00
parent 308cc0cfb9
commit 82f3d8d18c
6 changed files with 19 additions and 9 deletions

View File

@@ -785,4 +785,9 @@ table thead th.sorting {
background-repeat: no-repeat;
background-position: 10px center;
padding-left: 25px;
}
#chartdiv {
height: 500px;
margin: 30px 60px;
}