Cleanup and consolidation, signin process updates

This commit is contained in:
2021-06-11 22:51:00 -04:00
parent ac0225939e
commit f19434ec0c
9 changed files with 480 additions and 838 deletions

View File

@@ -65,9 +65,11 @@
}
#vsignature {
background-color: rgb(220, 220, 220);
}
#esignature {
background-color: rgb(220, 220, 220);
}
#esignature-parent {
@@ -78,11 +80,11 @@
}
canvas.jSignature {
max-height: 200px !important;
width: 100%;
height: 200px;
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 2px dotted #000;
background-color:lightgrey;
padding: 0 0 0 0;
margin: 0 0 0 0;
background-color: rgb(220, 220, 220);
}