mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Tooltip positionning on special cases
This commit is contained in:
+4
-5
@@ -9,15 +9,14 @@
|
||||
z-index: @zindexTooltip;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
padding: 5px;
|
||||
font-size: 11px;
|
||||
line-height: 1.4;
|
||||
.opacity(0);
|
||||
&.in { .opacity(80); }
|
||||
&.top { margin-top: -3px; }
|
||||
&.right { margin-left: 3px; }
|
||||
&.bottom { margin-top: 3px; }
|
||||
&.left { margin-left: -3px; }
|
||||
&.top { margin-top: -3px; padding: 5px 0;}
|
||||
&.right { margin-left: 3px; padding: 0 5px;}
|
||||
&.bottom { margin-top: 3px; padding: 5px 0;}
|
||||
&.left { margin-left: -3px; padding: 0 5px;}
|
||||
}
|
||||
|
||||
// Wrapper for the tooltip content
|
||||
|
||||
Reference in New Issue
Block a user