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

View File

@ -73,3 +73,9 @@
font-weight: normal;
}
}
.ui-widget-overlay.ui-front {
background-image: none;
background-color: #000;
opacity: .6;
}

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);
}