Make the horrific tree look half decent. Also adds a nice scrolling feature to the tree

This commit is contained in:
Joseph Schorr 2013-10-11 01:06:04 -04:00
parent e4a0f70bc7
commit 04d4024d8c
5 changed files with 173 additions and 54 deletions

View file

@ -717,6 +717,10 @@ p.editable:hover i {
margin-bottom: 12px;
}
#image-history-container {
overflow: hidden;
}
#image-history-container .node circle {
cursor: pointer;
fill: #fff;
@ -739,6 +743,10 @@ p.editable:hover i {
font-weight: bold;
}
#image-history-container .node text.collapsed {
fill: gray;
}
#image-history-container .node text {
font-size: 15px;
cursor: pointer;
@ -873,6 +881,7 @@ p.editable:hover i {
color: #fff;
border-radius: 2px;
max-width: 500px;
z-index: 9999999;
}
/* Creates a small triangle extender for the tooltip */