Commit 404cb1996e712b40480ace904be516dd0733b26e

Authored by Jarrett Jordaan
1 parent 5859c2c3

KTS-4335 Updated z-index

Commited by: Jarrett Jordaan

Reviewed by: Megan Watson
Showing 1 changed file with 8 additions and 4 deletions
resources/css/kt-framing.css
@@ -38,8 +38,8 @@ body @@ -38,8 +38,8 @@ body
38 width: 80%; 38 width: 80%;
39 min-height: 200px; 39 min-height: 200px;
40 position: relative; 40 position: relative;
41 - top:100;  
42 - left:100; 41 + top:100px;
  42 + left:100px;
43 } 43 }
44 44
45 #pageBody { 45 #pageBody {
@@ -52,9 +52,11 @@ body @@ -52,9 +52,11 @@ body
52 min-height: 800px; 52 min-height: 800px;
53 min-width: 600px; 53 min-width: 600px;
54 height: auto; 54 height: auto;
55 -/* background-image: url(../../resources/graphics/page_bg.png);*/ 55 + /*background-image: url(../../resources/graphics/large_bleach.jpg);*/
  56 + /*background-image: url(../../resources/graphics/page_bg.png);*/
  57 + background-image: url(../../resources/graphics/page_bg.gif);
56 /* background-repeat: repeat-x;*/ 58 /* background-repeat: repeat-x;*/
57 - z-index: 1; 59 + z-index: 0;
58 } 60 }
59 61
60 #bodyPad { 62 #bodyPad {
@@ -1066,11 +1068,13 @@ a.main_nav_item { @@ -1066,11 +1068,13 @@ a.main_nav_item {
1066 position: relative; 1068 position: relative;
1067 padding: 0.1em 1em; 1069 padding: 0.1em 1em;
1068 margin: 1em 0 0 0.5em; 1070 margin: 1em 0 0 0.5em;
  1071 + z-index:0; /*Added to accomadate pageBody background change*/
1069 } 1072 }
1070 1073
1071 1074
1072 .ktInfo, .ktError { 1075 .ktInfo, .ktError {
1073 position: relative; 1076 position: relative;
  1077 + z-index:0; /*Added to accomadate pageBody background change*/
1074 } 1078 }
1075 1079
1076 #dashboardBox { 1080 #dashboardBox {