no message
This commit is contained in:
parent
b14710413b
commit
06fdd2615c
@ -183,7 +183,7 @@
|
|||||||
'width': '100%',
|
'width': '100%',
|
||||||
'top': '0',
|
'top': '0',
|
||||||
'left': '0',
|
'left': '0',
|
||||||
'background': 'rgba(0, 0, 0, 0.5)',
|
'background': 'rgba(0, 0, 0, 0.0)',
|
||||||
'boxSizing': 'border-box',
|
'boxSizing': 'border-box',
|
||||||
'wordWrap': 'break-word',
|
'wordWrap': 'break-word',
|
||||||
'zIndex': '99999'
|
'zIndex': '99999'
|
||||||
|
|||||||
@ -2,6 +2,17 @@
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #656565;
|
color: #656565;
|
||||||
}
|
}
|
||||||
|
#card-print-overlay {
|
||||||
|
position: fixed;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
background: rgba(0, 0, 0, 0.5);
|
||||||
|
box-sizing: border-box;
|
||||||
|
word-wrap: break-word;
|
||||||
|
z-index: 99999;
|
||||||
|
}
|
||||||
#card-print-dialog {
|
#card-print-dialog {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<div id="card-print-dialog">
|
<div id="card-print-dialog">
|
||||||
<div id="card-print-dialog-header">
|
<div id="card-print-dialog-header">
|
||||||
<div id="card-print-dialog-title">Card Printer</div>
|
<div id="card-print-dialog-title">Card Printer</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user