Add tree view for image history

This commit is contained in:
Joseph Schorr 2013-10-10 02:09:17 -04:00
parent b924fa5336
commit bb5fea6a5f
3 changed files with 138 additions and 44 deletions

View file

@ -707,7 +707,7 @@ p.editable:hover i {
}
#image-history-container .node text {
font-size: 16px;
font-size: 15px;
cursor: pointer;
}
@ -721,6 +721,19 @@ p.editable:hover i {
stroke: steelblue;
}
#image-history-container .tags {
text-align: center;
}
#image-history-container .tags .tag {
border-radius: 10px;
margin-right: 4px;
cursor: pointer;
}
#image-history-container .tags .tag.current {
}
/* Overrides for the markdown editor. */