Redesign progress

This commit is contained in:
Marc Riera Irigoyen 2022-08-30 00:50:54 +02:00
parent fd30647d80
commit d02bda55d3
17 changed files with 217 additions and 12 deletions

View file

@ -13,10 +13,38 @@
<!-- Detail pages -->
table #image img {
margin: 0;
max-width: 190px;
max-height: 190px;
.datatable {
table-layout: fixed;
width: 100%;
}
.datatable .col-pic {
width: 20%;
}
.datatable .col-headers {
width: 20%;
}
.datatable .col-data {
width: 60%;
}
.datatable img {
max-height: 180px;
}
.compattable {
table-layout: fixed;
width: 100%;
}
.compattable .col-model {
width: 40%;
}
.compattable .col-support {
width: 10%;
}
.compattable .col-notes {
width: 50%;
}
table #native {