Lines Matching full:hd
1062 var hd = document.createElement('div');
1063 hd.style.padding = '0px';
1064 hd.style.margin = '0px';
1065 hd.style.fontSize = '18px';
1066 hd.style.paddingBottom = '16px';
1067 hd.style.marginBottom = '10px';
1068 hd.style.borderBottom = '1px solid #c0c0c0';
1069 hd.style.color = 'gray';
1070 hd.style.whiteSpace = 'nowrap';
1071 hd.style.textOverflow = 'ellipsis';
1072 hd.style.overflow = 'hidden';
1073 mxUtils.write(hd, title);
1074 hd.setAttribute('title', title);
1075 div.appendChild(hd);