Files
ViciDialSVN/agc_2-X/trunk/www/vicidial/horizontalbargraph.css
T
mattf 9884e2ce4d Added several security changes to the agent interface, including freezing a user's account for 15 minutes after 10 failed login attempts.
Changed all of the admin scripts from using the PHP ereg functions to preg. This is a requirement for moving to PHP6 where ereg functions are  depricated. This will also have the benefit of speeding up those scripts because preg is supposed to be more efficient and faster than ereg.
Added recording_id to the available fields for the dispo call url feature
Added pause code to the agent_status non-agent api function output

git-svn-id: svn://192.168.202.10@1994 3d104415-ff17-0410-8863-d5cf3c621b8a
2013-06-15 16:08:13 +00:00

116 lines
2.4 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;
}
.white_graph_cell {
background-color:#FFF;
}
.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;
}
.wordwrap {
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
white-space: -pre-wrap; /* Opera <7 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* IE */
}
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;
}