Created
January 12, 2014 01:58
-
-
Save branquito/8379585 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
/* Tooltips */ | |
.tip-wrap{ | |
z-index: 10000; | |
} | |
.tip { | |
float: left; | |
background: #ffc; | |
border: 1px solid #D4D5AA; | |
padding: 5px; | |
max-width: 200px; | |
} | |
.tip-title { | |
padding: 0; | |
margin: 0; | |
font-size: 100%; | |
font-weight: bold; | |
margin-top: -15px; | |
padding-top: 15px; | |
padding-bottom: 5px; | |
background: url(../images/selector-arrow.png) no-repeat; | |
} | |
.tip-text { | |
font-size: 100%; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment