mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 07:48:38 -05:00
Background for jqueryui modal and twitter bootstrap modal now match.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user