adjusted the height of the portal containers

adjusted to utilize more vertical screen space
This commit is contained in:
Jared Tabor 2014-10-17 17:16:06 -04:00
parent 98a709a822
commit fce3595154

View File

@ -72,7 +72,7 @@ function PortalController($scope, $compile, $routeParams, $rootScope, $location,
}
$scope.removeLoadPortal = $scope.$on('LoadPortal', function () {
winHeight = $(window).height();
available_height = Math.floor(winHeight - $('#main-menu-container .navbar').outerHeight() - $('#refresh-row').outerHeight() - 45);
available_height = Math.floor(winHeight - $('#main-menu-container .navbar').outerHeight() - $('#refresh-row').outerHeight() - 30);
$('.portal-container').height(available_height);
view.inject( list, {