Rename tooltip to tail, use tail in modes.

This commit is contained in:
Tom MacWright
2013-01-17 12:07:26 -05:00
parent 061e81d14a
commit fd2ef2a78b
11 changed files with 90 additions and 71 deletions
+4 -5
View File
@@ -1047,12 +1047,11 @@ div.typeahead a:first-child {
left: 30px;
}
.mouse-tooltip {
opacity:0.5;
background :#fff;
margin-left: 20px;
.tail {
position: absolute;
background: rgba(255, 255, 255, 0.7);
margin-top: -15px;
padding:5px;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;