Commit 8a28c06d7186405db79f5419f93e32b2a807a704

Authored by Jalaloedien Abrahams
1 parent d92c20b2

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.

Committed By: Jalaloedien Abrahams
Reviewed By: Jonathan Byrne

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8381 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
resources/css/kt-framing.css
... ... @@ -54,6 +54,7 @@ body
54 54 height: auto;
55 55 background-image: url(../../resources/graphics/page_bg.png);
56 56 background-repeat: repeat-x;
  57 + z-index: 1;
57 58 }
58 59  
59 60 #bodyPad {
... ... @@ -2118,6 +2119,7 @@ body #content #add_dashlet
2118 2119 top: 400px;
2119 2120 left: 500px;
2120 2121 display: block;
  2122 + z-index: 2;
2121 2123 }
2122 2124  
2123 2125 /*contenttype_href class style is used to stop underline error on a hyperlink in IE*/
... ...