Fix print stylesheet
Add padding to table cells Fix padding at top of first page
This commit is contained in:
parent
89507fb916
commit
68abe072d8
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
<div id="resultLogs1"></div>
|
<div id="resultLogs1"></div>
|
||||||
|
|
||||||
<table id="result"></table>
|
<table id="result" class="result"></table>
|
||||||
|
|
||||||
<div id="resultLogs2"></div>
|
<div id="resultLogs2"></div>
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ body {
|
|||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
#result td {
|
.result td {
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
min-height: 1em;
|
min-height: 1em;
|
||||||
}
|
}
|
||||||
@ -69,7 +69,7 @@ td.count sup {
|
|||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
#result tr:first-child td {
|
.result tr:first-child td {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
td.excluded {
|
td.excluded {
|
||||||
@ -123,6 +123,10 @@ tr.info td {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#printContainer > div:first-child > p:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
body.interactive > * {
|
body.interactive > * {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user