NIHVIVO-1495: Integrated initial prototype of visual graph using Raphael library in page-home.ftl

This commit is contained in:
mb863 2010-12-09 19:04:27 +00:00
parent 120837ab08
commit bc583cdb86
4 changed files with 3859 additions and 1 deletions

View file

@ -501,14 +501,23 @@ ul#classgroup-list .count-individuals {
float: right;
width: 270px;
height: 270px;
position: relative;
}
#visual-graph h4 {
padding: 20px 0 12px 12px;
width: auto;
font-size: 18px;
color: #2485ae;
font-weight: normal;
background: url(../images/bullet-visual-graph.png) 120px 25px no-repeat;
}
#pieViz {
position: absolute;
top: 0;
left: -85px;
width: 400px;
height: 400px;
}
/* HIGHLIGHTS ------> */
#highlights {
clear: both;