Private
Public Access
1
0

print view

This commit is contained in:
Sander Roosendaal
2018-10-15 18:13:59 +02:00
parent 7b4006ae2c
commit 328070df52
6 changed files with 50 additions and 82 deletions

View File

@@ -85,12 +85,14 @@ cox {
*/
th {
font-weight: bold;
font-weight: bold;
align: left;
}
.listtable tbody tr:nth-of-type(even) { background-color: #DDD; }
.listtable thead th {
font-weight: bold;
align: left;
}

View File

@@ -499,28 +499,30 @@
padding: 5px;
}
@media (min-height: 600px) {
@media (min-height: 600px) {
.maxheight {
max-height: 450px;
overflow: scroll;
}
}
@media (min-height: 600px) {
@media (min-height: 600px) {
.maxheight {
max-height: 450px;
overflow: scroll;
}
}
@media (min-height: 800px) {
@media (min-height: 800px) {
.maxheight {
max-height: 600px;
overflow: scroll;
}
}
@media (min-height: 1000px) {
@media (min-height: 1000px) {
.maxheight {
max-height: 800px;
overflow: scroll;
@@ -528,7 +530,7 @@
}
@media (max-width: 600px) {
@media (max-width: 600px) {
nav a {
font-size: 0px;
}
@@ -538,7 +540,7 @@
}
}
@media (min-width: 450px) {
@media (min-width: 450px) {
.wrapper {
grid-template-columns: 1fr 3fr;
grid-template-areas:
@@ -583,7 +585,7 @@
}
@media (min-width: 768px) {
@media (min-width: 768px) {
.wrapper {
grid-template-columns: 1fr 4fr 1fr;
grid-template-areas:
@@ -624,6 +626,10 @@
}
@media print {
header, user, nav, aside, footer {
display: none;
}
aside .cd-accordion-menu.animated label::before {
/* this class is used if you're using jquery to animate the accordion */