mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Background for jqueryui modal and twitter bootstrap modal now match.
This commit is contained in:
parent
5cb6c22fc8
commit
bbdfc3ea4f
@ -73,3 +73,9 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget-overlay.ui-front {
|
||||
background-image: none;
|
||||
background-color: #000;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user