From 8a28c06d7186405db79f5419f93e32b2a807a704 Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Fri, 18 Apr 2008 08:27:17 +0000 Subject: [PATCH] KTC-411 "Dashboards not showing borders for FF3 Beta 3" Fixed. Updated the css to order the page body background to the back of the dashlets and the "loading" popup in front of the dashlets. --- resources/css/kt-framing.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index d6096bd..ca283dc 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -54,6 +54,7 @@ body height: auto; background-image: url(../../resources/graphics/page_bg.png); background-repeat: repeat-x; + z-index: 1; } #bodyPad { @@ -2118,6 +2119,7 @@ body #content #add_dashlet top: 400px; left: 500px; display: block; + z-index: 2; } /*contenttype_href class style is used to stop underline error on a hyperlink in IE*/ -- libgit2 0.21.4