Lines Matching refs:div

2995 		var div = document.createElement('div');
2996 div.className = 'geAlert';
2997 div.style.zIndex = 2e9;
2998 div.style.left = '50%';
2999 div.style.top = '-100%';
3001 div.style.maxWidth = '80%';
3002 div.style.width = 'max-content';
3003 div.style.whiteSpace = 'pre-wrap';
3004 mxUtils.setPrefixedStyle(div.style, 'transform', 'translate(-50%,0%)');
3005 mxUtils.setPrefixedStyle(div.style, 'transition', 'all 1s ease');
3007 div.innerHTML = message;
3016 div.appendChild(close);
3020 if (div.parentNode != null)
3022 div.parentNode.removeChild(div);
3027 document.body.appendChild(div);
3032 div.style.top = '30px';
3038 mxUtils.setPrefixedStyle(div.style, 'transition', 'all 2s ease');
3039 div.style.opacity = '0';
3043 if (div.parentNode != null)
3045 div.parentNode.removeChild(div);
3736 menu.div.className += ' geMenubarMenu';
7131 var div = document.createElement('div');
7132 div.className = 'geDialog';
7133 div.style.position = 'absolute';
7134 div.style.top = (this.userElement.clientTop +
7136 div.style.zIndex = 5;
7137 div.style.right = '36px';
7138 div.style.padding = '0px';
7139 div.style.cursor = 'default';
7140 div.style.minWidth = '300px';
7142 this.userPanel = div;
7245 var div = document.createElement('div');
7246 div.style.marginTop = '4px';
7250 div.appendChild(i);
7251 td.appendChild(div);
7299 var div = document.createElement('div');
7300 div.style.textAlign = 'left';
7301 div.style.padding = '10px';
7302 div.style.whiteSpace = 'nowrap';
7303 div.style.borderTop = '1px solid rgb(224, 224, 224)';
7321 div.appendChild(btn);
7347 div.appendChild(btn);
7348 this.userPanel.appendChild(div);
7409 var div = document.createElement('div');
7410 div.style.marginTop = '4px';
7414 div.appendChild(i);
7415 td.appendChild(div);
7423 var div = document.createElement('div');
7424 div.style.textAlign = 'center';
7425 div.style.padding = '10px';
7426 div.style.whiteSpace = 'nowrap';
7432 div.appendChild(btn);
7435 this.userPanel.appendChild(div);
7628 var div = document.createElement('div');
7629 div.style.textAlign = 'center';
7630 div.style.padding = '10px';
7631 div.innerHTML = mxResources.get('notConnected');
7633 this.userPanel.appendChild(div);
7636 var div = document.createElement('div');
7637 div.style.textAlign = 'center';
7638 div.style.padding = '10px';
7639 div.style.background = Editor.isDarkMode() ? '' : 'whiteSmoke';
7640 div.style.borderTop = '1px solid #e0e0e0';
7641 div.style.whiteSpace = 'nowrap';
7650 div.appendChild(btn);
7651 this.userPanel.appendChild(div);
7660 div.appendChild(btn);
7661 this.userPanel.appendChild(div);
7674 div.appendChild(btn);
7675 this.userPanel.appendChild(div);