mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-27 12:48:43 +02:00
17 lines
203 B
CSS
17 lines
203 B
CSS
.white-box-content {
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.white-box-content table {
|
|
border: 0;
|
|
}
|
|
|
|
table.databox {
|
|
padding: 5px;
|
|
}
|
|
|
|
.info_table.no-td-borders > tbody > tr > td {
|
|
border: 0px;
|
|
}
|