svn path=/Website/trunk/; revision=32275
This commit is contained in:
2017-01-09 13:51:34 +00:00
parent 90df87eaaa
commit 30b11f0b88
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ if (scenario_key != 0)
{
var ob = $('#MinMaxBtn').show(); // Zodat weer zichtbaar
ob.css('left', ($("#mapCell").offset().left + $("#mapCell").width() - ob.outerWidth() -2) + "px");
ob.css('top', ($("#mapCell").offset().top + 2) + "px");
ob.css('top', ($("#mapCell").offset().top + 32) + "px");
<% if (concept)
{ %>
if (pSLNKEvent.success)

View File

@@ -1281,7 +1281,7 @@ function _showBusy()
{
var b = $("#busymarker");
b.css('left', (imgX - b.outerWidth() - 5) + "px");
b.css('top', "2px");
b.css('top', "32px");
b.show();
}