Added User Group multi-selection option to the real-time report Added HTML bar chart display options to most of the reports Removed password logging from admin scripts failed login attempts Made webroot-writable system setting function the same on all admin scripts Fixed list lastcalldate for manual dial calls git-svn-id: svn://192.168.202.10@1789 3d104415-ff17-0410-8863-d5cf3c621b8a
58 lines
1.2 KiB
CSS
58 lines
1.2 KiB
CSS
|
|
.verticalBarGraph {
|
|
border-bottom: 1px solid #FFF;
|
|
height: 200px;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.verticalBarGraph li {
|
|
border: 1px solid #555;
|
|
border-bottom: none;
|
|
bottom: 0;
|
|
list-style:none;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 39px;
|
|
}
|
|
|
|
.barGraph {
|
|
background: url(images/horizontal_grid_line_50_pixel.png) bottom left;
|
|
border-bottom: 3px solid #333;
|
|
font: 9px Helvetica, Geneva, sans-serif;
|
|
height: 200px;
|
|
margin: 1em 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.barGraph li {
|
|
background: #666 url(images/bar_50_percent_highlight.png) repeat-y top right;
|
|
border: 1px solid #555;
|
|
border-bottom: none;
|
|
bottom: 0;
|
|
color: #FFF;
|
|
margin: 0;
|
|
padding: 0 0 0 0;
|
|
position: absolute;
|
|
list-style: none;
|
|
text-align: center;
|
|
width: 39px;
|
|
}
|
|
|
|
.barGraph li.p1{
|
|
background-color:#FFFFFF;
|
|
color: #000;
|
|
}
|
|
/*
|
|
.barGraph li.p2{ background-color:#AAAAAA }
|
|
.barGraph li.p3{ background-color:#888888 }
|
|
.barGraph li.p4{ background-color:#666666 }
|
|
*/
|
|
.barGraph li.p2{ background-color:#B66 }
|
|
.barGraph li.p3{ background-color:#944 }
|
|
.barGraph li.p4{ background-color:#722 }
|