equal
deleted
inserted
replaced
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\')'; |