From a652edefcfa5e09d93bf02489563427b37c4e6ec Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 31 Aug 2017 14:53:07 +0530 Subject: [PATCH] resolved issue in atlas anatomy, AOD. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js | 3 ++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 6 +++--- 400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js index ba8cd07..909520c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js @@ -31,7 +31,8 @@ function ($scope, $rootScope, log, $location, pages, $routeParams) { $rootScope.currentActiveModuleTitle = $scope.links[i].title; if ($rootScope.currentActiveModuleTitle == "IP 10" || $rootScope.currentActiveModuleTitle == "A.D.A.M OnDemand") { - document.getElementById('externalLink').style.height = "1024px"; + // document.getElementById('externalLink').style.height = "1024px"; + document.getElementById('externalLink').style.height = $(window).outerHeight() - 128+"px"; } $scope.objdata = $scope.links[i].objurl; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 6dd7e3a..04c23f0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -252,7 +252,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou left: 1, }, - size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, + size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 125 }, }); @@ -278,9 +278,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou if (document.getElementById('aaBodyView') != null) { //0.4 added some stylesheets - $('#aaBodyView').css("height", $(window).outerHeight()); + $('#aaBodyView').css("height", $(window).outerHeight()-65); - $('#aaBodyView').css("width", $(window).outerWidth()); + $('#aaBodyView').css("width", $(window).outerWidth()-15); $rootScope.canvasDivHeight = $('.jsPanel-content').height() - $('.main2 .stickey-area').height(); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html index 8c70d74..756a49b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html @@ -1,6 +1,6 @@ 
-
+
-- libgit2 0.21.4