|
body,html{
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.titleDiv{
|
|
width: 100%;
|
|
height: 5%;
|
|
float: left;
|
|
}
|
|
.tableDiv{
|
|
width: 100%;
|
|
height: 95%;
|
|
float: left;
|
|
}
|
|
#dt-table{
|
|
width: 99%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
#status{
|
|
width: 20%;
|
|
}
|
|
.form-group{
|
|
width: 50%;
|
|
} |