no message
This commit is contained in:
parent
a7bec07585
commit
ea34ae9a53
@ -344,7 +344,7 @@
|
||||
var style = document.createElement('style');
|
||||
style.id = 'styleSingleCardPage';
|
||||
style.type = 'text/css';
|
||||
style.innerHTML = ".card { page-break-after: always; float: none; margin-botom: 0.5cm}"
|
||||
style.innerHTML = ".card { page-break-after: always; float: none; margin-bottom: 0.5cm}"
|
||||
jQuery("head", printDocument).append(style);
|
||||
}
|
||||
}
|
||||
|
||||
8
card.css
8
card.css
@ -80,11 +80,11 @@ body {
|
||||
.card::after {
|
||||
overflow: visible;
|
||||
position: absolute;
|
||||
top: -0.03rem;
|
||||
left: -0.03rem;
|
||||
top: -0.015rem;
|
||||
left: -0.015rem;
|
||||
content: "";
|
||||
width: calc(100% - 0.03cm);
|
||||
height: calc(100% - 0.03cm);
|
||||
width: calc(100% - 0.015cm);
|
||||
height: calc(100% - 0.015cm);
|
||||
border-color: LightGray;
|
||||
border-style: dashed;
|
||||
border-width: 0.03cm;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user