Added traffic overview for admins over all customers, refs #492, thx yabawock

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-04-24 00:01:37 +02:00
parent 76db59a1b1
commit a08a34283d
9 changed files with 302 additions and 0 deletions

View File

@@ -476,3 +476,17 @@ TR.RowOverSelected {
}
table.maintable th.field_display .header {
background-color: #000000;
}
.headerSortUp {
background-image: url(../images/asc.gif);
background-position: right bottom;
background-repeat: no-repeat;
}
.headerSortDown {
background-image: url(../images/desc.gif);
background-position: right top;
background-repeat: no-repeat;
}