NIHVIVO-650 Display label, moniker, and sparkline visualization on Freemarker version of individual profile page

This commit is contained in:
rjy7 2010-09-09 21:56:39 +00:00
parent 87bc8d696e
commit f776d5de09
3 changed files with 52 additions and 0 deletions

View file

@ -16,4 +16,14 @@ span.incomplete-data-holder,
#incomplete-data {
margin-top: 1.6em;
font-size: 1.0em;
}
/* RY Removed cursor:pointer: makes the whole div look clickable when it isn't. */
#vis_container {
/*cursor:pointer; */
/*height:36px;
margin-left:24%;
margin-top:-2%;
position:absolute;
width:380px;*/
}