community.css
531 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#step_content {
min-height: 400px;
}
#step_content_dependencies {
min-height:270px;
}
#step_content_configuration {
min-height:130px;
}
#step_content_services {
min-height:230px;
}
#step_content_registration {
min-height:100px;
}
#step_content_registration_confirm {
min-height:300px;
}
#step_content_install {
min-height:150px;
}
#step_content_database {
min-height:240px;
}
#step_content_database_confirm {
min-height:370px;
}
#step_content_complete {
min-height:340px;
}
.license_agreement {
height:270px;
}