changed the left value to 50, 40 worked but cut of the very edge of the display for...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 19:10:43 +0000 (15:10 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 19:10:43 +0000 (15:10 -0400)
js/app.js
js/custom/pageSetup.js

index 324430d..d03ba61 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -80,7 +80,7 @@ $(document).ready(function () {
             setTimeout(function () {
             inst.dpDiv.css({
                 top: 100,
-                left: 40
+                left: 50
             });
             }, 0);
         }
@@ -91,7 +91,7 @@ $(document).ready(function () {
             setTimeout(function () {
             inst.dpDiv.css({
                 top: 100,
-                left: 4
+                left: 5
             });
             }, 0);
         }
index faf0682..8c4cd51 100644 (file)
@@ -71,7 +71,7 @@ $(document).ready(function () {
             setTimeout(function () {
             inst.dpDiv.css({
                 top: 100,
-                left: 40
+                left: 50
             });
             }, 0);
         }
@@ -82,7 +82,7 @@ $(document).ready(function () {
             setTimeout(function () {
             inst.dpDiv.css({
                 top: 100,
-                left: 4
+                left: 5
             });
             }, 0);
         }