From 57326ebf073f2f87209ee9ae64c743ffbe5f48a1 Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Mon, 2 Aug 2010 19:19:32 -0700 Subject: [PATCH] Bug 582102, lightbox has lifted me higher and higher --- media/css/jquery-lightbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/css/jquery-lightbox.css b/media/css/jquery-lightbox.css index 2c2d34291a8..974664d7545 100644 --- a/media/css/jquery-lightbox.css +++ b/media/css/jquery-lightbox.css @@ -15,7 +15,7 @@ position: absolute; top: 0; left: 0; - z-index: 900; + z-index: 2000; width: 100%; height: 500px; } @@ -24,7 +24,7 @@ top: 0; left: 0; width: 100%; - z-index: 901; + z-index: 2001; text-align: center; line-height: 0; }