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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user