diff --git a/EnvelopeGenerator.Web/wwwroot/js/annotation.js b/EnvelopeGenerator.Web/wwwroot/js/annotation.js index 4ad231d3..3031ff51 100644 --- a/EnvelopeGenerator.Web/wwwroot/js/annotation.js +++ b/EnvelopeGenerator.Web/wwwroot/js/annotation.js @@ -65,7 +65,7 @@ width: width * 0.75, height: height / 2, top: top + height + 25 + date_place_top_shift, - left: left - width * .25, + left: left - width * .25 + width * 1.30, }), fontSize: 8, backgroundColor: PSPDFKit.Color.TRANSPARENT, @@ -94,7 +94,7 @@ width: width * 0.75, height: height / 2, top: top + height + 25 + date_place_top_shift, - left: left - width * .25 + width * 1.30, + left: left - width * .25, }), fontSize: 8 }) @@ -121,7 +121,7 @@ width: width * 0.75, height: height / 2, top: top + height + 25 + label_top_shift + date_place_top_shift, - left: left - width * .25, + left: left - width * .25 + width * 1.30 }), fontSize: 8, backgroundColor: PSPDFKit.Color.TRANSPARENT, @@ -148,7 +148,7 @@ width: width * 0.75, height: height / 2, top: top + height + 25 + label_top_shift + date_place_top_shift, - left: left - width * .25 + width * 1.30, + left: left - width * .25 }), fontSize: 8, backgroundColor: PSPDFKit.Color.TRANSPARENT,