[148] add image-table css

pull/1351/head
meisnate12 2 years ago
parent 9e9aa657aa
commit fd948a97bf

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

@ -379,6 +379,19 @@ table.clearTable, table.clearTable tbody, table.clearTable tr, table.clearTable
table.dualTable td, table.dualTable th { table.dualTable td, table.dualTable th {
padding-left: 15px !important; 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 { details {
margin-bottom: 5px; margin-bottom: 5px;
border-color: #7c4dff; border-color: #7c4dff;

Loading…
Cancel
Save