Improvements to traffic graphs

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-27 14:13:38 +01:00
parent 1539ad1344
commit 5cb0256a58
10 changed files with 293 additions and 294 deletions

View File

@@ -90,7 +90,7 @@ td a {
}
.bradius {
border-radius: 1px;
border-radius: 3px;
box-shadow:rgba(0,0,0,0.34902) 0 1px 3px 0;
}
@@ -929,9 +929,10 @@ label.nobr {
white-space:nowrap;
}
#chartdiv {
height: 500px;
margin: 15px 0;
.trafficchart {
height: 150px;
width: 100%;
margin: 15px 0 30px 0;
}
/* CANVAS STUFF */
@@ -970,6 +971,10 @@ label.nobr {
white-space:nowrap;
}
.newsitem:last-child {
border: 0px;
}
.newsitem a {
color:#333;
line-height:12px;