Commit 01a5def0dcb91bec62ee413f7d4b5db6288050bc

Authored by Mukul Rajput
1 parent 1f6f64e9

this is solution for the bug 24181

400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... ... @@ -623,10 +623,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
623 623 title: $rootScope.getLocalStorageValue("currentViewTitle"),
624 624 position: {
625 625 top: 70,
626   - left: 1,
  626 + left: 20,
627 627 },
628 628  
629   - size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 },
  629 + size: { width: $(window).outerWidth() - 20, height: $(window).outerHeight() - 110 },
630 630  
631 631 });
632 632  
... ...