Lines Matching refs:style

162 				link.style.cssText = 'background-color:#ffd350;border-radius:6px;color:black;' +
583 anchorRadio.style.cssText = 'margin-right:8px;margin-bottom:8px;';
588 anchorSelect.style.marginTop = '6px';
589 anchorSelect.style.width = '680px';
593 anchorBusyIcn.style.position = 'absolute';
622 anchorBusyIcn.style.display = 'none';
625 anchorSelect.style.border = '1px solid red';
628 anchorBusyIcn.style.display = 'none';
647 attSelect.style.margin = '6px 0 5px 0';
648 attSelect.style.width = '705px';
652 attBusyIcn.style.position = 'absolute';
679 attBusyIcn.style.display = 'none';
682 attSelect.style.border = '1px solid red';
684 attBusyIcn.style.display = 'none';
712 attBusyIcn.style.display = '';
732 attBusyIcn.style.display = 'none';
735 attSelect.style.border = '1px solid red';
736 attBusyIcn.style.display = 'none';
755 searchInput.style.margin = '6px 5px 5px 0';
756 searchInput.style.width = '490px';
759 spaceSelect.style.marginTop = '6px';
760 spaceSelect.style.width = '202px';
764 spaceBusyIcn.style.position = 'absolute';
767 …searchResult.style.cssText = 'border: 1px solid black;width: 705px;height:200px;overflow-y:auto; o…
785 spaceBusyIcn.style.display = 'none';
789 spaceBusyIcn.style.display = 'none';
1091 wrapper.style.display = 'inline-block';
1092 wrapper.style.cursor = 'move';
1098 elt.style.width = iw + 'px';
1099 elt.style.height = ih + 'px';
1100 elt.style.margin = '10px';
1102 elt.style.paddingBottom = Math.floor((eh - ih) / 2) + 'px';
1103 elt.style.paddingLeft = Math.floor((ew - iw) / 2) + 'px';
1116 wrapper.firstChild.style.display = 'inline-block';
1117 wrapper.firstChild.style.cursor = '';