This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/setup/wizard/resources/css/community.css

43 lines
531 B
CSS
Raw Normal View History

#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;
}