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 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 {
... ...