32 lines
696 B
CSS
32 lines
696 B
CSS
/* table style */
|
|
@media only screen and (max-width: 600px) {
|
|
.content-center-dataTable{
|
|
top: -40px !important;
|
|
width: 100% !important;
|
|
|
|
}
|
|
div.dt-buttons {
|
|
display: flex !important;
|
|
}
|
|
.parent-add-project-update {
|
|
top: -5px;
|
|
}
|
|
.body-table-style {
|
|
margin-bottom: 100px;
|
|
padding-top: 50px !important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 765px) and (min-width:600px) {
|
|
.content-center-dataTable{
|
|
top: -40px !important;
|
|
}
|
|
.body-table-style {
|
|
margin-bottom: 100px;
|
|
padding-top: 50px !important;
|
|
}
|
|
div.dt-buttons {
|
|
display: flex !important;
|
|
}
|
|
|
|
}
|
|
/* table style */ |