Files
ViciDialSVN/agc_2-X/trunk/LANG_www/vicidial_el/horizontalbargraph.css
T
mattf bb7859f67c Updated all agent and admin web language builds and translation files with new phrases for 2.8
Overhaul of Spanish Agent and Admin language translations based on new contributed language files
Overhaul of Dutch Agent translation, and added contributed images

git-svn-id: svn://192.168.202.10@2126 3d104415-ff17-0410-8863-d5cf3c621b8a
2014-06-12 20:05: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;
}