17 lines
203 B
CSS
17 lines
203 B
CSS
|
.white-box-content {
|
||
|
padding: 0px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
.white-box-content table {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
table.databox {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.info_table.no-td-borders > tbody > tr > td {
|
||
|
border: 0px;
|
||
|
}
|