improvements to cefswitching - testing tooltips and new method of getting entity descr

git-svn-id: http://www.observium.org/svn/observer/trunk@2067 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-13 10:22:08 +00:00
parent 595781bd14
commit 9e28b952f8
4 changed files with 88 additions and 8 deletions
+28
View File
@@ -847,3 +847,31 @@ color: #cc0000;
vertical-align:middle;
margin-top: -4px
}
### qTip stuff
.qtip .qtip-content{
padding: 10px;
overflow: hidden;
}
.qtip .qtip-content .qtip-title,
.qtip-cream .qtip-content .qtip-title{
background-color: #F0DE7D;
}
.qtip-light .qtip-content .qtip-title{
background-color: #f1f1f1;
}
.qtip-dark .qtip-content .qtip-title{
background-color: #404040;
}
.qtip-red .qtip-content .qtip-title{
background-color: #F28279;
}
.qtip-green .qtip-content .qtip-title{
background-color: #B9DB8C;
}