Fixed #5319 - signature pad too small on mobile
This commit is contained in:
parent
bbc0695a8f
commit
365c8c18d7
2 changed files with 5 additions and 6 deletions
|
@ -44,11 +44,10 @@
|
||||||
|
|
||||||
.m-signature-pad--body {
|
.m-signature-pad--body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 20px;
|
|
||||||
right: 20px;
|
|
||||||
top: 20px;
|
top: 20px;
|
||||||
bottom: 60px;
|
bottom: 60px;
|
||||||
border: 1px solid #f4f4f4;
|
border: 1px solid #f4f4f4;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-signature-pad--body
|
.m-signature-pad--body
|
||||||
|
|
|
@ -66,13 +66,13 @@
|
||||||
|
|
||||||
<h3>Sign below to indicate that you agree to the terms of service:</h3>
|
<h3>Sign below to indicate that you agree to the terms of service:</h3>
|
||||||
|
|
||||||
<div id="signature-pad" class="m-signature-pad col-md-12 col-sm-12">
|
<div id="signature-pad" class="m-signature-pad">
|
||||||
<div class="m-signature-pad--body col-md-12 col-sm-12">
|
<div class="m-signature-pad--body col-md-12 col-sm-12 col-lg-12 col-xs-12">
|
||||||
<canvas></canvas>
|
<canvas></canvas>
|
||||||
<input type="hidden" name="signature_output" id="signature_output">
|
<input type="hidden" name="signature_output" id="signature_output">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12 col-sm-12 text-center">
|
<div class="col-md-12 col-sm-12 col-lg-12 col-xs-12 text-center">
|
||||||
<button type="button" class="btn btn-sm btn-default clear" data-action="clear" id="clear_button">Clear</button>
|
<button type="button" class="btn btn-sm btn-default clear" data-action="clear" id="clear_button">Clear Signature</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- .col-md-12.text-center-->
|
</div> <!-- .col-md-12.text-center-->
|
||||||
|
|
Loading…
Add table
Reference in a new issue