First shot at tooltips cc @samanbb

This commit is contained in:
Tom MacWright
2013-01-16 18:39:12 -05:00
parent d8a587631b
commit eecc6b14fb
5 changed files with 69 additions and 5 deletions
+12 -3
View File
@@ -1044,7 +1044,16 @@ div.typeahead a:first-child {
}
.Browse .tooltip .tooltip-arrow {
left: 30px;
}
left: 30px;
}
.mouse-tooltip {
opacity:0.5;
background :#fff;
margin-left: 20px;
margin-top: -15px;
padding:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}