1. Did a refactor of the javascript code for temporal graph vis.

2. Implemented the ellipsis feature for the legend row (containing the bar & label for selected entities). If the label is too long it will try to fit in the provided space & append "..." at the end.
This commit is contained in:
cdtank 2011-01-11 19:50:21 +00:00
parent b2d569b110
commit 84f5b029fa
3 changed files with 139 additions and 109 deletions

View file

@ -91,13 +91,25 @@ position: inherit;
#checkbox{
float:left;
}
#label {
.easy-deselect-label {
float: left;
font-size: 12px;
width: 160px;
text-align: right;
}
.easy-deselect-label a, #text {
text-decoration: none;
color: black;
font-family: Helvetica;
font-size: 1em;
}
.easy-deselect-label .entity-label {
color:red;
}
#searchresult {
margin-top: 50px;
}
@ -127,13 +139,6 @@ position: inherit;
font-weight: normal;
}
#label a,#text {
/* text-decoration: none; */
color: black;
font-family: Helvetica;
font-size: 1em;
}
#rightblock {
float:right;
margin-right:5%;