print view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user