aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:01:09 -0800
committerMark Otto <[email protected]>2012-01-07 04:01:09 -0800
commit8bdaf1f36451266064ec460b87a12f21a2caa65b (patch)
treeae74d11b55fe8be10f1e85ac283a74d77631ab7f /lib
parent2540caeddd59822cd8f7c805e777adc7504b87b3 (diff)
downloadbootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.tar.xz
bootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.zip
better ranking of z-indexes for tipsies so they appear above dropdown menus but below fixed topbar
Diffstat (limited to 'lib')
-rw-r--r--lib/dropdowns.less2
-rw-r--r--lib/popovers.less2
-rw-r--r--lib/twipsy.less2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index e2bca04ac..a87641d64 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -27,7 +27,7 @@
.dropdown-menu {
position: absolute;
top: 40px;
- z-index: 900;
+ z-index: 1000;
float: left;
display: none; // none by default, but block on "open" of the menu
min-width: 160px;
diff --git a/lib/popovers.less b/lib/popovers.less
index 5ecde0923..ec91ab923 100644
--- a/lib/popovers.less
+++ b/lib/popovers.less
@@ -5,7 +5,7 @@
position: absolute;
top: 0;
left: 0;
- z-index: 1000;
+ z-index: 1005;
display: none;
padding: 5px;
&.top { margin-top: -5px; }
diff --git a/lib/twipsy.less b/lib/twipsy.less
index abd0599f4..9e3cf2f14 100644
--- a/lib/twipsy.less
+++ b/lib/twipsy.less
@@ -3,7 +3,7 @@
.twipsy {
position: absolute;
- z-index: 1000;
+ z-index: 1005;
display: block;
visibility: visible;
padding: 5px;