From e1e46e9df492c68144ed31143f54e99a7a82b14d Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Fri, 27 Nov 2009 14:41:15 +0200 Subject: [PATCH] Changed the min-height to 500px to account for IE7 using it as the height. Jira: KTC-870 PT: 1822722 --- setup/wizard/resources/css/wizard.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/wizard/resources/css/wizard.css b/setup/wizard/resources/css/wizard.css index 929bbc0..6dc3779 100644 --- a/setup/wizard/resources/css/wizard.css +++ b/setup/wizard/resources/css/wizard.css @@ -64,7 +64,7 @@ select { /* *** Layout Styles *** */ #wrapper { - background: white; min-height:410px; + background: white; min-height:500px; } #outer-wrapper { @@ -87,12 +87,12 @@ select { #container { background: white url("../graphics/left.png") repeat-y left; overflow:auto; - /*min-height:630px;height:410px;*/min-height:410px; + /*min-height:630px;height:410px;*/min-height:500px; } #content { margin-left: 220px; - /*height:515px;*/height:400px; + /*height:515px;*/height:500px; } #content_container { -- libgit2 0.21.4