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>
|
||||
|
||||
<table id="result"></table>
|
||||
<table id="result" class="result"></table>
|
||||
|
||||
<div id="resultLogs2"></div>
|
||||
|
||||
|
@ -58,7 +58,7 @@ body {
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#result td {
|
||||
.result td {
|
||||
padding: 0px 8px;
|
||||
min-height: 1em;
|
||||
}
|
||||
@ -69,7 +69,7 @@ td.count sup {
|
||||
font-size: 0.6rem;
|
||||
top: 0;
|
||||
}
|
||||
#result tr:first-child td {
|
||||
.result tr:first-child td {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
td.excluded {
|
||||
@ -123,6 +123,10 @@ tr.info td {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#printContainer > div:first-child > p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body.interactive > * {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user