' +
'
' +
- '

' +
+ '

' +
'
' + $scope.clickedCISummary + '
' +
'
' +
'
',
@@ -612,14 +622,11 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
var imgHeight = $('.img-thumbnail').find('img').height();
if (imgHeight <= 0)
imgHeight = 320;
- var textH = $('.well').height();
+ var textH = $('.img-subtitle').height();
textH = textH + 40;
var blackBorderHeight = jspContentHeight - (imgHeight + textH);
if ($('.jsPanel-content').length > 0) {
- $('.jsPanel-btn-min').attr('style', 'display: none');
- $('.jsPanel-btn-max').attr('style', 'display: none');
- $('.jsPanel-btn-norm').attr('style', 'display: none');
- $('.well').css('margin-bottom', blackBorderHeight);
+ $('.img-subtitle').css('margin-bottom', blackBorderHeight);
}
}
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
index fb50db5..86c3b6a 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
@@ -180,6 +180,9 @@
+