1. Added notification plugin for the temporal graph vis,

2. Made sure that notification appears when more than 10 entites are attempted to be compared.
This commit is contained in:
cdtank 2011-01-06 20:52:23 +00:00
parent 1e27c494eb
commit c5904868c0
6 changed files with 252 additions and 12 deletions

View file

@ -58,6 +58,17 @@ form{
text-align: center;
}
#notification-container {
position: inherit;
}
.disabled-checkbox-event-receiver {
height: 21px;
position: absolute;
width: 21px;
display:none;
}
#functions{
margin-top: 20px;
margin-bottom: -40px;