diff options
| author | Mark Otto <[email protected]> | 2011-11-02 00:04:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-02 00:04:43 -0700 |
| commit | d8118084948fd5315870c91bb543eef3cee357a2 (patch) | |
| tree | 375c704d70c129b9cab8f1785c16d4d3ebe1400a /bootstrap.css | |
| parent | 0e91eddb66088a5dbab27c03139fede17614f1d2 (diff) | |
| download | bootstrap-d8118084948fd5315870c91bb543eef3cee357a2.tar.xz bootstrap-d8118084948fd5315870c91bb543eef3cee357a2.zip | |
fix tipsies, modals, and popovers from overlaying topbar
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 1d4627ceb..56feacf9c 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Oct 31 23:27:57 PDT 2011 + * Date: Wed Nov 2 00:03:55 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -2241,13 +2241,16 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { float: right; margin-left: 5px; } +.modal .popover, .modal .twipsy { + z-index: 12000; +} .twipsy { display: block; position: absolute; visibility: visible; padding: 5px; font-size: 11px; - z-index: 12000; + z-index: 1000; filter: alpha(opacity=80); -khtml-opacity: 0.8; -moz-opacity: 0.8; @@ -2311,7 +2314,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { position: absolute; top: 0; left: 0; - z-index: 12000; + z-index: 1000; padding: 5px; display: none; } |
