mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-04 23:57:04 +02:00
Redesign progress
This commit is contained in:
parent
fd30647d80
commit
d02bda55d3
17 changed files with 217 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue