Cookie fix - temp

This commit is contained in:
2021-06-03 09:40:50 -04:00
parent c2fb21c570
commit 4fe2774094
14 changed files with 44 additions and 53 deletions

View File

@@ -65,36 +65,27 @@
}
#vsignature {
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 2px dotted #000;
background-color:lightgrey;
}
#esignature {
}
#esignature-parent {
}
#vsignature-parent {
}
canvas.jSignature {
max-height: 200px !important;
height: 200px;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 2px dotted #000;
background-color:lightgrey;
}
#esignature-parent {
max-height: 350px;
width: 100%;
height: 350px;
}
#vsignature-parent {
max-height: 350px;
width: 100%;
height: 350px;
}
canvas.jSignature {
max-height: 360px !important;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */