@@ -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)
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user