Created
July 13, 2011 10:31
-
-
Save felixhageloh/1080061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Tooltip { | |
background: transparent url(/images/dark-pointer.png) no-repeat scroll 10px bottom; | |
font-size: 10px; | |
line-height: 12px; | |
margin-left: -5px; | |
padding: 0 5px; | |
position: absolute; | |
z-index: 100; | |
left: 0; | |
} | |
.Tooltip span { | |
background-color:#525252; | |
color:#FFFFFF; | |
display:block; | |
margin-bottom:4px; | |
padding:4px 5px; | |
white-space:nowrap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment