diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
index 4b6cc38..9ece4ac 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -623,10 +623,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
title: $rootScope.getLocalStorageValue("currentViewTitle"),
position: {
top: 70,
- left: 1,
+ left: 20,
},
- size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 },
+ size: { width: $(window).outerWidth() - 20, height: $(window).outerHeight() - 110 },
});