Commit f894e1e28a79e3bd6ed857ac8b3f948d8d4ee80d

Authored by Paul Barrett
2 parents 2529723c e1e46e9d

Merge branch 'edge' of github.com:ktgit/knowledgetree into edge

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 {