fixed printing issues
This commit is contained in:
parent
7ead91f9d6
commit
05e49e060e
@ -1,5 +1,5 @@
|
||||
(function () {
|
||||
var version = "3.2.1";
|
||||
var version = "3.2.3";
|
||||
console.log("Version: " + version);
|
||||
|
||||
var isDev = typeof isDev !== 'undefined' && isDev ;
|
||||
@ -508,7 +508,7 @@
|
||||
#card-print-dialog-content {
|
||||
position: relative;
|
||||
background: white;
|
||||
height: calc(100% - 106px); + height: 100px;
|
||||
height: calc(100% - 106px);
|
||||
width: 100%;
|
||||
|
||||
overflow-y: scroll;
|
||||
@ -591,7 +591,7 @@
|
||||
page-break-after: always;
|
||||
page-break-inside: avoid;
|
||||
|
||||
background:rgba(256, 256, 256, 0.85);
|
||||
background:white;
|
||||
|
||||
-webkit-box-shadow: 0px 0px 7px 3px rgba(31,31,31,0.4);
|
||||
-moz-box-shadow: 0px 0px 7px 3px rgba(31,31,31,0.4);
|
||||
@ -617,12 +617,11 @@
|
||||
@media print {
|
||||
|
||||
.page {
|
||||
|
||||
background:rgba(256, 256, 256, 0.0);
|
||||
background: white;
|
||||
border-style: none;
|
||||
padding: 0.0cm;
|
||||
margin: 0.0cm;
|
||||
margin-top: 2.0cm;
|
||||
margin-top: 1.0cm;
|
||||
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
@ -747,11 +746,12 @@
|
||||
|
||||
}
|
||||
.author{
|
||||
z-index: 999;
|
||||
|
||||
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
.author-page {
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
top:2.5rem;
|
||||
right:0.55rem;
|
||||
@ -762,6 +762,7 @@
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
.author-name {
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
top:3.26rem;
|
||||
right:-2.6rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user