better multiline tooltip code
This commit is contained in:
@ -1,6 +1,25 @@
|
||||
// Place your apps css here
|
||||
@import "susy";
|
||||
@import "simptip";
|
||||
|
||||
.tooltip {outline:none; }
|
||||
.tooltip strong {line-height:30px;}
|
||||
.tooltip:hover {text-decoration:none;}
|
||||
.tooltip span {
|
||||
z-index:10;display:none; padding:14px 20px;
|
||||
margin-top:-30px; margin-left:28px;
|
||||
width:300px; line-height:16px;
|
||||
}
|
||||
.tooltip:hover span{
|
||||
display:inline; position:absolute; color:#111;
|
||||
border:1px solid #DCA; background:#fffAF0;}
|
||||
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
|
||||
|
||||
/*CSS3 extras*/
|
||||
.tooltip span
|
||||
{
|
||||
border-radius:4px;
|
||||
box-shadow: 5px 5px 8px #CCC;
|
||||
}
|
||||
|
||||
$susy: (
|
||||
columns: 24 ,
|
||||
|
Reference in New Issue
Block a user