Fix more IOS stuff. Adjust sig size. Adjust bootstrap inc. Add site welcome. Fix User admin. Fix site delete. NOTE - updates past this must adjust sql initial column. ALTER TABLE lsio_visits MODIFY initials INT. Also add WELCOMETO to lang file or recopy if you use defaults.

This commit is contained in:
2021-04-21 12:07:02 -04:00
parent f9a4849cd6
commit 7540e4dc29
9 changed files with 158 additions and 35 deletions

View File

@@ -82,18 +82,18 @@
}
#esignature-parent {
max-height: 150px;
max-height: 350px;
width: 100%;
height: auto;
height: 350px;
}
#vsignature-parent {
max-height: 150px;
max-height: 350px;
width: 100%;
height: auto;
height: 350px;
}
canvas.jSignature {
max-height: 120px !important;
max-height: 360px !important;
}
.vertical-center {