includes/clientside/static/faders.js
changeset 32 4d87aad3c4c0
parent 1 fe660c52c48f
child 38 ed06961e54dd
equal deleted inserted replaced
31:dc8741857bde 32:4d87aad3c4c0
   131   if(type & MB_ICONINFORMATION || type & MB_ICONSTOP || type & MB_ICONQUESTION || type & MB_ICONEXCLAMATION || type & MB_ICONLOCK)
   131   if(type & MB_ICONINFORMATION || type & MB_ICONSTOP || type & MB_ICONQUESTION || type & MB_ICONEXCLAMATION || type & MB_ICONLOCK)
   132   {
   132   {
   133     mydiv.style.paddingLeft = '50px';
   133     mydiv.style.paddingLeft = '50px';
   134     mydiv.style.width = '360px';
   134     mydiv.style.width = '360px';
   135     mydiv.style.backgroundRepeat = 'no-repeat';
   135     mydiv.style.backgroundRepeat = 'no-repeat';
       
   136     mydiv.style.backgroundPosition = '8px 8px';
   136   }
   137   }
   137   
   138   
   138   if(type & MB_ICONINFORMATION)
   139   if(type & MB_ICONINFORMATION)
   139   {
   140   {
   140     mydiv.style.backgroundImage = 'url(\''+scriptPath+'/images/info.png\')';
   141     mydiv.style.backgroundImage = 'url(\''+scriptPath+'/images/info.png\')';