more and meaningful tooltips
This commit is contained in:
@ -7,12 +7,19 @@
|
||||
.tooltip span {
|
||||
z-index:10;display:none; padding:14px 20px;
|
||||
margin-top:-30px; margin-left:28px;
|
||||
width:300px; line-height:16px;
|
||||
width:150px; line-height:16px;
|
||||
}
|
||||
.tooltip:hover span{
|
||||
.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;}
|
||||
border:1px solid #DCA; background:#fffAF0;
|
||||
}
|
||||
.callout {
|
||||
z-index:20;
|
||||
position:absolute;
|
||||
top:30px;
|
||||
border:0;
|
||||
left:-12px;
|
||||
}
|
||||
|
||||
/*CSS3 extras*/
|
||||
.tooltip span
|
||||
@ -28,8 +35,13 @@ $susy: (
|
||||
|
||||
.debugger-view { @include container(90%); }
|
||||
|
||||
.classes { @include span(3); }
|
||||
.classes {
|
||||
@include span(3);
|
||||
}
|
||||
|
||||
.one-class {
|
||||
margin: 10px;
|
||||
}
|
||||
.file-view {
|
||||
@include span(4);
|
||||
margin: span(1);
|
||||
|
Reference in New Issue
Block a user