From 676205a267b4b3a0cf0cb43f399c65ab3b400304 Mon Sep 17 00:00:00 2001 From: kleper Date: Mon, 13 Feb 2017 09:37:28 -0500 Subject: [PATCH] Css para firmas - Responsive --- librerias/firma/signature-pad.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;