Commit e1e46e9df492c68144ed31143f54e99a7a82b14d

Authored by Megan Watson
1 parent 6b7e2ce3

Changed the min-height to 500px to account for IE7 using it as the height.

Jira: KTC-870
PT: 1822722

Committed by: Megan Watson
setup/wizard/resources/css/wizard.css
@@ -64,7 +64,7 @@ select { @@ -64,7 +64,7 @@ select {
64 /* *** Layout Styles *** */ 64 /* *** Layout Styles *** */
65 65
66 #wrapper { 66 #wrapper {
67 - background: white; min-height:410px; 67 + background: white; min-height:500px;
68 } 68 }
69 69
70 #outer-wrapper { 70 #outer-wrapper {
@@ -87,12 +87,12 @@ select { @@ -87,12 +87,12 @@ select {
87 #container { 87 #container {
88 background: white url("../graphics/left.png") repeat-y left; 88 background: white url("../graphics/left.png") repeat-y left;
89 overflow:auto; 89 overflow:auto;
90 - /*min-height:630px;height:410px;*/min-height:410px; 90 + /*min-height:630px;height:410px;*/min-height:500px;
91 } 91 }
92 92
93 #content { 93 #content {
94 margin-left: 220px; 94 margin-left: 220px;
95 - /*height:515px;*/height:400px; 95 + /*height:515px;*/height:500px;
96 } 96 }
97 97
98 #content_container { 98 #content_container {