mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-02 14:47:05 +02:00
Page refactor
This commit is contained in:
parent
a9470ab54c
commit
807790af8a
122 changed files with 2074 additions and 491 deletions
58
layouts/partials/custom-header.html
Normal file
58
layouts/partials/custom-header.html
Normal file
|
@ -0,0 +1,58 @@
|
|||
<style type="text/css">
|
||||
|
||||
<!-- General -->
|
||||
#body .flex-block-wrapper {
|
||||
max-width: 100%;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.flex-block-wrapper table {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
<!-- Detail pages -->
|
||||
|
||||
.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 {
|
||||
background-color: rgba(189,233,186,.35);
|
||||
}
|
||||
|
||||
table #partial {
|
||||
background-color: rgba(255,215,140,.35);
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue