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/migrate.css

31 lines
580 B
CSS

#step_content_installation {
border: 1px solid rgb(207, 207, 207);
overflow: auto;
padding: 5px;
/*min-height:365px;*/min-height:300px;
}
#step_content_services {
border: 1px solid rgb(207, 207, 207);
overflow: auto;
padding: 5px;
/*min-height:340px;*/min-height:285px;
}
#step_content_database {
border: 1px solid rgb(207, 207, 207);
overflow: auto;
padding: 5px;
/*min-height:380px;*/min-height:315px;
}
#step_content_complete {
border: 1px solid rgb(207, 207, 207);
overflow: auto;
padding: 5px;
/*min-height:360px;*/min-height:295px;
}
.notop {
top:0px;
}