mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Background for jqueryui modal and twitter bootstrap modal now match.
This commit is contained in:
@@ -73,3 +73,9 @@
|
|||||||
font-weight: normal;
|
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;
|
var y = (doch - spinnyh) / 2;
|
||||||
$('.overlay').css({
|
$('.overlay').css({
|
||||||
width: $('html').width(),
|
width: $('html').width(),
|
||||||
height: $(document).height() + 200
|
height: $('html').height()
|
||||||
}).fadeIn();
|
}).fadeIn();
|
||||||
$('.spinny').css({ top: y, left: x }).fadeIn(400);
|
$('.spinny').css({ top: y, left: x }).fadeIn(400);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user