Improvements to traffic graphs
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
13
templates/Sparkle/assets/css/main.css
vendored
13
templates/Sparkle/assets/css/main.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user