Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
#88 - fix popup layers z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nizsheanez committed Nov 4, 2012
1 parent a60c1b6 commit 45bccce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
9 changes: 5 additions & 4 deletions css/site/comments.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.comment {
margin-bottom: 9px;
clear: both;
}

.comment .well {
background-color: #fdfdfd !important;
box-shadow: none;
Expand Down Expand Up @@ -30,10 +35,6 @@
margin-top: 6px;
}

.comment {
margin-bottom: 9px;
}

.comment .head {
margin-bottom: 15px;
height: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 8020;
z-index: 1020;
}

.fancybox-skin {
Expand All @@ -35,7 +35,7 @@
}

.fancybox-opened {
z-index: 8030;
z-index: 1030;
}

.fancybox-opened .fancybox-skin {
Expand Down Expand Up @@ -88,7 +88,7 @@
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
z-index: 1060;
}

#fancybox-loading div {
Expand All @@ -104,7 +104,7 @@
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
z-index: 1040;
}

.fancybox-nav {
Expand All @@ -116,7 +116,7 @@
text-decoration: none;
background: transparent url('blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
z-index: 1040;
}

.fancybox-prev {
Expand All @@ -134,7 +134,7 @@
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
z-index: 1040;
visibility: hidden;
}

Expand Down Expand Up @@ -171,7 +171,7 @@
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
z-index: 1010;
background: url('fancybox_overlay.png');
}

Expand All @@ -193,7 +193,7 @@
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
z-index: 1050;
}

.fancybox-opened .fancybox-title {
Expand All @@ -205,7 +205,7 @@
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
z-index: 1050;
text-align: center;
}

Expand Down

0 comments on commit 45bccce

Please sign in to comment.