Files
ViciDialSVN/agc_2-X/trunk/www/vicidial/horizontalbargraph.css
T
mattf 19014858db Added Dialer Inventory Report options for excluding lists and ranking shifts display order
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
2012-02-24 21:43:54 +00:00

105 lines
2.1 KiB
CSS

td.value {
background-image: url(images/gridline58.gif);
background-repeat: repeat-x;
background-position: left top;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
padding:0;
border-bottom: none;
background-color:transparent;
}
td.graph {
padding: 4px 6px;
border-bottom:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
background-color:#fff;
}
td.value img {
vertical-align: middle;
margin: 2px 2px 2px 0;
height: 10px;
}
th.thgraph {
text-align: left;
vertical-align:top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 60%;
}
.grey_graph_cell {
background-color:#ddd;
}
.graph_span_cell {
background-color:#eee;
text-align: center;
}
th.column_header {
text-align: left;
vertical-align:top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
}
td.chart_td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 60%;
white-space:nowrap;
padding-right: 10px;
}
td.last {
border-bottom:1px solid #e5e5e5;
}
td.first {
border-top:1px solid #e5e5e5;
}
.auraltext
{
position: absolute;
font-size: 0;
left: -1000px;
}
table.horizontalgraph {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/bg_fade2.png);
background-position:left top;
width: 33em;
}
caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
font-style:italic;
}
.overlap_barGraph {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
margin: 1em 0;
padding: 0;
position: relative;
}
.overlap_barGraph li {
background: #666 url(images/bar_50_percent_highlight.png) repeat-y top right;
border: 1px solid #555;
border-bottom: none;
bottom: 0.01em;
color: #FFF;
margin: 0;
padding: 0 0 0 0;
position: absolute;
list-style: none;
text-align: right;
}
.overlap_barGraph li.p1{
background: #999 url(images/bar.png) repeat-x top right;
color: #FFF;
white-space:nowrap;
font-weight: bold;
}
.overlap_barGraph li.p2{
background: #666 url(images/bar_blue.png) repeat-x top right;
color: #FFF;
white-space:nowrap;
font-weight: bold;
}