Add tooltip titles to tags and show the tags in the image hover tooltip

This commit is contained in:
Joseph Schorr 2014-04-07 19:53:25 -04:00
parent a43379d8a6
commit f7b1087ef9
2 changed files with 21 additions and 4 deletions

View file

@ -2411,12 +2411,19 @@ p.editable:hover i {
text-align: center;
}
#image-history-container .tags .tag, #confirmdeleteTagModal .tag {
.tags .tag, #confirmdeleteTagModal .tag {
border-radius: 10px;
margin-right: 4px;
cursor: pointer;
}
.tooltip-tags {
display: block;
margin-top: 10px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
#changes-tree-container {
overflow: hidden;
}