diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 1c5a910..b177259 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -347,6 +347,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", // $("#canvas").removeLayer("TextRect_" + $rootScope.resetTextRect).drawLayers(); + //Edit Shape Style popup should open at it's default position + $("#modeleditstyle").css({ "left": "0", "right": "0", "margin": "0 auto", "top":"70px"}); } @@ -379,6 +381,9 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", document.getElementById('modelbackground').style.display = "none"; document.getElementById('modeleditstyle').style.display = "none"; + //Edit Shape Style popup should open at it's default position + $("#modeleditstyle").css({"left":"0", "right":"0", "margin":"0 auto", "top":"70px"}); + } diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 4449d5b..5dcb622 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -702,7 +702,7 @@ -
+