2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later

This commit is contained in:
Mark Otto
2012-01-07 04:07:53 -08:00
parent 8bdaf1f364
commit 5ba7c14afe
8 changed files with 24 additions and 15 deletions
+5 -5
View File
@@ -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: Sat Jan 7 04:00:34 PST 2012
* Date: Sat Jan 7 04:06:22 PST 2012
*/
html, body {
margin: 0;
@@ -1714,7 +1714,7 @@ i {
top: 0;
right: 0;
left: 0;
z-index: 999;
z-index: 1010;
}
.nav {
position: relative;
@@ -2219,7 +2219,7 @@ i {
right: 0;
bottom: 0;
left: 0;
z-index: 10000;
z-index: 1020;
background-color: #000000;
}
.modal-backdrop.fade {
@@ -2304,7 +2304,7 @@ i {
}
.twipsy {
position: absolute;
z-index: 1005;
z-index: 1000;
display: block;
visibility: visible;
padding: 5px;
@@ -2382,7 +2382,7 @@ i {
position: absolute;
top: 0;
left: 0;
z-index: 1005;
z-index: 1020;
display: none;
padding: 5px;
}