no message

This commit is contained in:
Bengt Brodersen 2015-12-28 17:26:13 +01:00
parent b14710413b
commit 06fdd2615c
3 changed files with 12 additions and 2 deletions

View File

@ -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'

View File

@ -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;

View File

@ -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>