diff --git a/librerias/firma/signature-pad.css b/librerias/firma/signature-pad.css index f853a8c..fab44bf 100644 --- a/librerias/firma/signature-pad.css +++ b/librerias/firma/signature-pad.css @@ -1,12 +1,12 @@ .m-signature-pad { - position: relative; + position: inherit; + right: 0; font-size: 10px; - width: 1000px; - height: 400px; + width: 100%; + height: 300px; top: 50%; - left: 50%; - margin-left: -500px; - + /*margin-left: -500px;*/ + /*margin-top: -200px;*/ border: 1px solid #e8e8e8; background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;