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 64 /* *** Layout Styles *** */
65 65  
66 66 #wrapper {
67   - background: white; min-height:410px;
  67 + background: white; min-height:500px;
68 68 }
69 69  
70 70 #outer-wrapper {
... ... @@ -87,12 +87,12 @@ select {
87 87 #container {
88 88 background: white url("../graphics/left.png") repeat-y left;
89 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 93 #content {
94 94 margin-left: 220px;
95   - /*height:515px;*/height:400px;
  95 + /*height:515px;*/height:500px;
96 96 }
97 97  
98 98 #content_container {
... ...