[148] add image-table css

This commit is contained in:
meisnate12 2023-03-21 10:49:18 -04:00
parent 9e9aa657aa
commit fd948a97bf
2 changed files with 14 additions and 1 deletions

View file

@ -1 +1 @@
1.18.3-develop147
1.18.3-develop148

View file

@ -379,6 +379,19 @@ table.clearTable, table.clearTable tbody, table.clearTable tr, table.clearTable
table.dualTable td, table.dualTable th {
padding-left: 15px !important;
}
table.image-table {
margin-top: 5px;
margin-bottom: 5px;
}
table.image-table tr {
padding: 1px
}
table.image-table td {
padding: 15px
}
table.image-table, table.image-table tbody, table.image-table tr, table.image-table td, table.image-table th {
background-color: rgba(0, 0, 0, 0.0) !important;
}
details {
margin-bottom: 5px;
border-color: #7c4dff;