Background for jqueryui modal and twitter bootstrap modal now match.

This commit is contained in:
Chris Houseknecht
2014-02-04 13:23:03 -05:00
parent 5cb6c22fc8
commit bbdfc3ea4f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ angular.module('Utilities',['RestServices', 'Utilities'])
var y = (doch - spinnyh) / 2;
$('.overlay').css({
width: $('html').width(),
height: $(document).height() + 200
height: $('html').height()
}).fadeIn();
$('.spinny').css({ top: y, left: x }).fadeIn(400);
}